Compare commits
2 commits
8219074e6f
...
119f0795d8
Author | SHA1 | Date | |
---|---|---|---|
Kasper Friis Christensen | 119f0795d8 | ||
185762b88c |
|
@ -19,6 +19,9 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
background: darken($background-alternative, 20);
|
background: darken($background-alternative, 20);
|
||||||
|
|
Loading…
Reference in a new issue