Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
final compialiation
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Pezza committed Dec 7, 2019
1 parent 1740b4f commit 409d69f
Show file tree
Hide file tree
Showing 3 changed files with 534 additions and 527 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
"material-design-icons-iconfont": "^5.0.1",
"timeago.js": "^4.0.0-beta.2"
}
}
}
32 changes: 16 additions & 16 deletions public/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -3411,7 +3411,7 @@ svg.mdc-button__icon {
/* @alternate */
background-color: var(--mdc-theme-secondary, #4FC3F7); }

@-webkit-keyframes mdc-checkbox-fade-in-background-u875cd176 {
@-webkit-keyframes mdc-checkbox-fade-in-background-u030084e2 {
0% {
border-color: rgba(0, 0, 0, 0.54);
background-color: transparent; }
Expand All @@ -3423,7 +3423,7 @@ svg.mdc-button__icon {
/* @alternate */
background-color: var(--mdc-theme-secondary, #4FC3F7); } }

@keyframes mdc-checkbox-fade-in-background-u875cd176 {
@keyframes mdc-checkbox-fade-in-background-u030084e2 {
0% {
border-color: rgba(0, 0, 0, 0.54);
background-color: transparent; }
Expand All @@ -3435,7 +3435,7 @@ svg.mdc-button__icon {
/* @alternate */
background-color: var(--mdc-theme-secondary, #4FC3F7); } }

@-webkit-keyframes mdc-checkbox-fade-out-background-u875cd176 {
@-webkit-keyframes mdc-checkbox-fade-out-background-u030084e2 {
0%,
80% {
border-color: #4FC3F7;
Expand All @@ -3448,7 +3448,7 @@ svg.mdc-button__icon {
border-color: rgba(0, 0, 0, 0.54);
background-color: transparent; } }

@keyframes mdc-checkbox-fade-out-background-u875cd176 {
@keyframes mdc-checkbox-fade-out-background-u030084e2 {
0%,
80% {
border-color: #4FC3F7;
Expand All @@ -3462,12 +3462,12 @@ svg.mdc-button__icon {
background-color: transparent; } }

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
-webkit-animation-name: mdc-checkbox-fade-in-background-u875cd176;
animation-name: mdc-checkbox-fade-in-background-u875cd176; }
-webkit-animation-name: mdc-checkbox-fade-in-background-u030084e2;
animation-name: mdc-checkbox-fade-in-background-u030084e2; }

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
-webkit-animation-name: mdc-checkbox-fade-out-background-u875cd176;
animation-name: mdc-checkbox-fade-out-background-u875cd176; }
-webkit-animation-name: mdc-checkbox-fade-out-background-u030084e2;
animation-name: mdc-checkbox-fade-out-background-u030084e2; }

.mdc-checkbox__checkmark {
color: #FFF; }
Expand Down Expand Up @@ -4254,7 +4254,7 @@ svg.mdc-button__icon {
/* @alternate */
background-color: var(--mdc-theme-primary, #1A237E); }

@-webkit-keyframes mdc-checkbox-fade-in-background-u23786fa6 {
@-webkit-keyframes mdc-checkbox-fade-in-background-u6358fa85 {
0% {
border-color: rgba(0, 0, 0, 0.54);
background-color: transparent; }
Expand All @@ -4266,7 +4266,7 @@ svg.mdc-button__icon {
/* @alternate */
background-color: var(--mdc-theme-primary, #1A237E); } }

@keyframes mdc-checkbox-fade-in-background-u23786fa6 {
@keyframes mdc-checkbox-fade-in-background-u6358fa85 {
0% {
border-color: rgba(0, 0, 0, 0.54);
background-color: transparent; }
Expand All @@ -4278,7 +4278,7 @@ svg.mdc-button__icon {
/* @alternate */
background-color: var(--mdc-theme-primary, #1A237E); } }

@-webkit-keyframes mdc-checkbox-fade-out-background-u23786fa6 {
@-webkit-keyframes mdc-checkbox-fade-out-background-u6358fa85 {
0%,
80% {
border-color: #1A237E;
Expand All @@ -4291,7 +4291,7 @@ svg.mdc-button__icon {
border-color: rgba(0, 0, 0, 0.54);
background-color: transparent; } }

@keyframes mdc-checkbox-fade-out-background-u23786fa6 {
@keyframes mdc-checkbox-fade-out-background-u6358fa85 {
0%,
80% {
border-color: #1A237E;
Expand All @@ -4307,14 +4307,14 @@ svg.mdc-button__icon {
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
-webkit-animation-name: mdc-checkbox-fade-in-background-u23786fa6;
animation-name: mdc-checkbox-fade-in-background-u23786fa6; }
-webkit-animation-name: mdc-checkbox-fade-in-background-u6358fa85;
animation-name: mdc-checkbox-fade-in-background-u6358fa85; }

.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-data-table__header-row-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
-webkit-animation-name: mdc-checkbox-fade-out-background-u23786fa6;
animation-name: mdc-checkbox-fade-out-background-u23786fa6; }
-webkit-animation-name: mdc-checkbox-fade-out-background-u6358fa85;
animation-name: mdc-checkbox-fade-out-background-u6358fa85; }

.mdc-dialog,
.mdc-dialog__scrim {
Expand Down
Loading

0 comments on commit 409d69f

Please sign in to comment.