whatever
This commit is contained in:
@@ -112,8 +112,6 @@
|
||||
|
||||
.instance-construct .stats div {
|
||||
flex: 1 1 33%;
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.instance-nav {
|
||||
|
||||
@@ -493,19 +493,13 @@ main .top button {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ready:hover {
|
||||
transition-property: color, border-color;
|
||||
.ready {
|
||||
background: forestgreen;
|
||||
color: black;
|
||||
|
||||
transition-property: color, background;
|
||||
transition-duration: 0.5s;
|
||||
transition-timing-function: ease;
|
||||
color: forestgreen;
|
||||
border-color: forestgreen;
|
||||
/*box-shadow: inset -0.5em 0 0 0 forestgreen;*/
|
||||
}
|
||||
|
||||
.ready, .instance-btn.ready {
|
||||
color: forestgreen;
|
||||
border-color: forestgreen;
|
||||
box-shadow: inset -0.5em 0 0 0 forestgreen;
|
||||
}
|
||||
|
||||
.timer-container {
|
||||
|
||||
Reference in New Issue
Block a user