mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-28 13:51:50 -05:00
sample optimizations
This commit is contained in:
10
styles.css
10
styles.css
@@ -259,14 +259,12 @@ input[type='checkbox'], select, option, input[type='file'], button {
|
||||
to {opacity: 1;}
|
||||
}
|
||||
@keyframes slide-from-left {
|
||||
0% {position: relative; left: -100vw;}
|
||||
75% {position: relative; left: -10px;}
|
||||
100% {position: relative; left: 0px;}
|
||||
0% {transform: translate(-100vw, 0);}
|
||||
100% {transform: translate(0, 0);}
|
||||
}
|
||||
@keyframes slide-from-right {
|
||||
0% {position: relative; left: 100vw;}
|
||||
75% {position: relative; left: 10px;}
|
||||
100% {position: relative; left: 0px;}
|
||||
0% {transform: translate(100vw, 0);}
|
||||
100% {transform: translate(0, 0);}
|
||||
}
|
||||
.layerTitle {
|
||||
text-align: center;
|
||||
|
Reference in New Issue
Block a user