Fix button styling in Role Selecting
This commit is contained in:
parent
b85a2f5635
commit
938481f8a7
1 changed files with 4 additions and 0 deletions
|
|
@ -59,9 +59,13 @@ export default {
|
|||
button {
|
||||
background-color: var(--background3);
|
||||
color: var(--background3-text);
|
||||
font-family: var(--fonts);
|
||||
border-radius: 50px;
|
||||
border-style: none;
|
||||
font-size: larger;
|
||||
outline: none;
|
||||
padding: 10px;
|
||||
margin: 10px;
|
||||
width: 85%;
|
||||
}
|
||||
button:hover { background-color: var(--background3-darken); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue