Improve dialogue buttons hover state
This commit is contained in:
parent
7174852a48
commit
67dccaa9ad
1 changed files with 2 additions and 1 deletions
|
@ -31,12 +31,13 @@
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
padding: 10px;
|
||||||
border: none;
|
border: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: white;
|
background: white;
|
||||||
color: black;
|
color: black;
|
||||||
min-width: 75px;
|
min-width: 75px;
|
||||||
margin: 8px;
|
margin: 0 8px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: @accent;
|
color: @accent;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue