mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
style fixes
This commit is contained in:
parent
11c43d5057
commit
f6f4ac1e81
5 changed files with 179 additions and 144 deletions
|
|
@ -71,14 +71,15 @@
|
|||
margin: 0;
|
||||
|
||||
button {
|
||||
color: var(--primary-color);
|
||||
color: white;
|
||||
padding-left: 32px;
|
||||
height: 24px;
|
||||
margin: 10px;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
background-size: 24px;
|
||||
background: transparent no-repeat;
|
||||
background-color: transparent;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
&:active, &:focus {
|
||||
outline: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue