Skip to content

Commit

Permalink
chore: build dist
Browse files Browse the repository at this point in the history
  • Loading branch information
matmkian committed Sep 23, 2019
1 parent 404eca4 commit 730bdbc
Show file tree
Hide file tree
Showing 7 changed files with 776 additions and 1,357 deletions.
298 changes: 0 additions & 298 deletions dist/lumx.css
Original file line number Diff line number Diff line change
Expand Up @@ -17108,155 +17108,6 @@ table {
padding: 0 16px;
color: rgba(40, 51, 109, 0.4); }

.notification {
position: fixed;
right: 24px;
bottom: 0;
display: -moz-flex;
display: flex;
box-align: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
-ms-flex-align: center;
max-width: 300px;
padding: 16px 24px;
border-radius: 2px;
background-color: #323232;
cursor: pointer;
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
transform: translateY(100%);
transition-property: margin-bottom transform;
transition-duration: 0.4s;
transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.notification--has-action {
padding-right: 16px; }

.notification--is-shown {
transform: translateY(-24px); }

.notification__content,
.notification__icon {
opacity: 0;
transition-property: opacity;
transition-duration: 0.4s; }
.notification--is-shown .notification__content, .notification--is-shown
.notification__icon {
opacity: 1; }

.notification__content {
font-weight: 400;
line-height: 20px;
color: #FFFFFF; }
@media (max-width: 61.24em) {
.notification__content {
font-size: 14px;
font-size: 0.875rem; } }
@media (min-width: 61.25em) {
.notification__content {
font-size: 13px;
font-size: 0.8125rem; } }

.notification__icon {
margin-right: 16px;
font-weight: 400;
line-height: 20px;
color: #FFFFFF; }
@media (max-width: 61.24em) {
.notification__icon {
font-size: 14px;
font-size: 0.875rem; } }
@media (min-width: 61.25em) {
.notification__icon {
font-size: 13px;
font-size: 0.8125rem; } }

.notification__action {
margin-left: 16px; }

.notification--red .notification__icon {
color: #F44336; }

.notification--pink .notification__icon {
color: #E91E63; }

.notification--purple .notification__icon {
color: #9C27B0; }

.notification--deep-purple .notification__icon {
color: #673AB7; }

.notification--indigo .notification__icon {
color: #3F51B5; }

.notification--blue .notification__icon {
color: #2196F3; }

.notification--light-blue .notification__icon {
color: #03A9F4; }

.notification--cyan .notification__icon {
color: #00BCD4; }

.notification--teal .notification__icon {
color: #009688; }

.notification--green .notification__icon {
color: #4CAF50; }

.notification--light-green .notification__icon {
color: #8BC34A; }

.notification--lime .notification__icon {
color: #CDDC39; }

.notification--yellow .notification__icon {
color: #FFEB3B; }

.notification--amber .notification__icon {
color: #FFC107; }

.notification--orange .notification__icon {
color: #FF9800; }

.notification--deep-orange .notification__icon {
color: #FF5722; }

.notification--brown .notification__icon {
color: #795548; }

.notification--grey .notification__icon {
color: #9E9E9E; }

.notification--blue-grey .notification__icon {
color: #607D8B; }

.notification--black .notification__icon {
color: #000000; }

.notification--white .notification__icon {
color: #FFFFFF; }

.notification--primary .notification__icon {
color: #3F51B5; }

.notification--primary-hue-1 .notification__icon {
color: #C5CAE9; }

.notification--primary-hue-2 .notification__icon {
color: #303F9F; }

.notification--accent .notification__icon {
color: #FF4081; }

.notification--accent-hue-1 .notification__icon {
color: #FF80AB; }

.notification--accent-hue-2 .notification__icon {
color: #F50057; }

@-webkit-keyframes lx-progress-circular-rotate {
0% {
-webkit-transform: rotate(0deg); }
Expand Down Expand Up @@ -35818,155 +35669,6 @@ table {
padding: 0 16px;
color: rgba(0, 0, 0, 0.38); }

.notification {
position: fixed;
right: 24px;
bottom: 0;
display: -moz-flex;
display: flex;
box-align: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
-ms-flex-align: center;
max-width: 300px;
padding: 16px 24px;
border-radius: 2px;
background-color: #323232;
cursor: pointer;
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
transform: translateY(100%);
transition-property: margin-bottom transform;
transition-duration: 0.4s;
transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.notification--has-action {
padding-right: 16px; }

.notification--is-shown {
transform: translateY(-24px); }

.notification__content,
.notification__icon {
opacity: 0;
transition-property: opacity;
transition-duration: 0.4s; }
.notification--is-shown .notification__content, .notification--is-shown
.notification__icon {
opacity: 1; }

.notification__content {
font-weight: 400;
line-height: 20px;
color: #FFFFFF; }
@media (max-width: 61.24em) {
.notification__content {
font-size: 14px;
font-size: 0.875rem; } }
@media (min-width: 61.25em) {
.notification__content {
font-size: 13px;
font-size: 0.8125rem; } }

.notification__icon {
margin-right: 16px;
font-weight: 400;
line-height: 20px;
color: #FFFFFF; }
@media (max-width: 61.24em) {
.notification__icon {
font-size: 14px;
font-size: 0.875rem; } }
@media (min-width: 61.25em) {
.notification__icon {
font-size: 13px;
font-size: 0.8125rem; } }

.notification__action {
margin-left: 16px; }

.notification--red .notification__icon {
color: #F44336; }

.notification--pink .notification__icon {
color: #E91E63; }

.notification--purple .notification__icon {
color: #9C27B0; }

.notification--deep-purple .notification__icon {
color: #673AB7; }

.notification--indigo .notification__icon {
color: #3F51B5; }

.notification--blue .notification__icon {
color: #2196F3; }

.notification--light-blue .notification__icon {
color: #03A9F4; }

.notification--cyan .notification__icon {
color: #00BCD4; }

.notification--teal .notification__icon {
color: #009688; }

.notification--green .notification__icon {
color: #4CAF50; }

.notification--light-green .notification__icon {
color: #8BC34A; }

.notification--lime .notification__icon {
color: #CDDC39; }

.notification--yellow .notification__icon {
color: #FFEB3B; }

.notification--amber .notification__icon {
color: #FFC107; }

.notification--orange .notification__icon {
color: #FF9800; }

.notification--deep-orange .notification__icon {
color: #FF5722; }

.notification--brown .notification__icon {
color: #795548; }

.notification--grey .notification__icon {
color: #9E9E9E; }

.notification--blue-grey .notification__icon {
color: #607D8B; }

.notification--black .notification__icon {
color: #000000; }

.notification--white .notification__icon {
color: #FFFFFF; }

.notification--primary .notification__icon {
color: #3F51B5; }

.notification--primary-hue-1 .notification__icon {
color: #C5CAE9; }

.notification--primary-hue-2 .notification__icon {
color: #303F9F; }

.notification--accent .notification__icon {
color: #FF4081; }

.notification--accent-hue-1 .notification__icon {
color: #FF80AB; }

.notification--accent-hue-2 .notification__icon {
color: #F50057; }

@-webkit-keyframes lx-progress-circular-rotate {
0% {
-webkit-transform: rotate(0deg); }
Expand Down
Loading

0 comments on commit 730bdbc

Please sign in to comment.