Minor fix

This commit is contained in:
Alejandro Gallardo Escobar 2019-05-17 14:25:17 +02:00
parent 2c8dd3b5e5
commit bdcea7ec7d

View File

@ -13,16 +13,16 @@
display: flex; display: flex;
-webkit-box-orient: initial; -webkit-box-orient: initial;
-webkit-box-direction: initial; -webkit-box-direction: initial;
-ms-flex-direction: initial; -ms-flex-direction: initial;
flex-direction: initial; flex-direction: initial;
justify-items: center; justify-items: center;
-webkit-box-align: center; -webkit-box-align: center;
-ms-flex-align: center; -ms-flex-align: center;
align-items: center; align-items: center;
-webkit-user-select: text; -webkit-user-select: text;
-moz-user-select: text; -moz-user-select: text;
-ms-user-select: text; -ms-user-select: text;
user-select: text; user-select: text;
} }
@font-face { @font-face {
@ -38,17 +38,17 @@
display: flex; display: flex;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
-webkit-box-direction: normal; -webkit-box-direction: normal;
-ms-flex-direction: column; -ms-flex-direction: column;
flex-direction: column; flex-direction: column;
-webkit-box-pack: center; -webkit-box-pack: center;
-ms-flex-pack: center; -ms-flex-pack: center;
justify-content: center; justify-content: center;
justify-items: center; justify-items: center;
-ms-flex-line-pack: center; -ms-flex-line-pack: center;
align-content: center; align-content: center;
-webkit-box-align: center; -webkit-box-align: center;
-ms-flex-align: center; -ms-flex-align: center;
align-items: center; align-items: center;
} }
.visual-console-item .digital-clock > span { .visual-console-item .digital-clock > span {
@ -78,17 +78,18 @@
.visual-console-item .analogic-clock .hour-hand { .visual-console-item .analogic-clock .hour-hand {
-webkit-animation: rotate-hour 43200s infinite linear; -webkit-animation: rotate-hour 43200s infinite linear;
animation: rotate-hour 43200s infinite linear; animation: rotate-hour 43200s infinite linear;
} }
.visual-console-item .analogic-clock .minute-hand { .visual-console-item .analogic-clock .minute-hand {
-webkit-animation: rotate-minute 3600s infinite linear; -webkit-animation: rotate-minute 3600s infinite linear;
animation: rotate-minute 3600s infinite linear; animation: rotate-minute 3600s infinite linear;
} }
.visual-console-item .analogic-clock .second-hand { .visual-console-item .analogic-clock .second-hand {
-webkit-animation: rotate-second 60s infinite linear; -webkit-animation: rotate-second 60s infinite linear;
animation: rotate-second 60s infinite linear; animation: rotate-second 60s infinite linear;
} }
/*# sourceMappingURL=vc.main.css.map*/ /*# sourceMappingURL=vc.main.css.map*/