button reset
This commit is contained in:
@@ -47,8 +47,8 @@
|
|||||||
left: 80px;
|
left: 80px;
|
||||||
}
|
}
|
||||||
&.sound_3 {
|
&.sound_3 {
|
||||||
top: 30px;
|
top: 40px;
|
||||||
left: 20px;
|
left: 30px;
|
||||||
}
|
}
|
||||||
&.sound_4 {
|
&.sound_4 {
|
||||||
top: -40px;
|
top: -40px;
|
||||||
|
|||||||
@@ -8,6 +8,12 @@ select {
|
|||||||
/* Remove built-in form typography styles */
|
/* Remove built-in form typography styles */
|
||||||
font: inherit;
|
font: inherit;
|
||||||
}
|
}
|
||||||
|
button:focus,
|
||||||
|
button:active {
|
||||||
|
outline: none;
|
||||||
|
box-shadow: none;
|
||||||
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user