forked from belljonathan50/huihui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmissa.css
More file actions
26 lines (20 loc) · 653 Bytes
/
missa.css
File metadata and controls
26 lines (20 loc) · 653 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.inscore { width: 100%; height: 95%; background: white; font-size: 1px; }
#lock {
background-color: rgb(173, 173, 209);
border-color: grey;
width: 100%;
height: 100%;
font-size: 68px;
}
/* .delay { width: 50%; height: 20px } */
.delay {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
width: 100%; /* Full-width */
height: 45px; /* Specified height */
background: orange; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}