mirror of
https://github.com/mue/mue.git
synced 2026-06-08 14:10:42 +02:00
remove unneeded css
This commit is contained in:
@@ -39,7 +39,7 @@ body {
|
||||
font-family: 'Roboto';
|
||||
color: white;
|
||||
|
||||
-moz-user-select: none; /* Firefox */
|
||||
-moz-user-select: none; /* Firefox */
|
||||
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
|
||||
}
|
||||
|
||||
@@ -154,31 +154,6 @@ time {
|
||||
* Copyright (c) 2018 Daniel Eden
|
||||
*/
|
||||
|
||||
@-webkit-keyframes fadeIn {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.fadeIn {
|
||||
-webkit-animation-name: fadeIn;
|
||||
animation-name: fadeIn;
|
||||
}
|
||||
|
||||
@-webkit-keyframes fadeInUp {
|
||||
from {
|
||||
opacity: 0;
|
||||
@@ -212,7 +187,6 @@ time {
|
||||
animation-name: fadeInUp;
|
||||
}
|
||||
|
||||
|
||||
.animated {
|
||||
-webkit-animation-duration: 0.75s; /* modified from 1s */
|
||||
animation-duration: 0.75s; /* modified from 1s */
|
||||
@@ -228,4 +202,4 @@ time {
|
||||
-webkit-transition: none !important;
|
||||
transition: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user