[Android] Better styling for icon buttons in message box.
This commit is contained in:
parent
0e7416e669
commit
e27718ace4
|
@ -30,7 +30,7 @@ body {
|
|||
padding-left: 1.6em;
|
||||
border: none;
|
||||
font-size: 1.2em;
|
||||
background-size: contain;
|
||||
background-size: 1.2em;
|
||||
margin: 0 1.2em 0 1.2em;
|
||||
}
|
||||
|
||||
|
@ -42,6 +42,7 @@ body {
|
|||
font-size: 1em;
|
||||
font-family: sans-serif;
|
||||
font-weight: bold;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
transform: unset;
|
||||
transition: transform 0.3s;
|
||||
|
|
Loading…
Reference in New Issue