Begin working on HUD interactivity
This commit is contained in:
parent
c9ed4142e6
commit
507913139f
5 changed files with 65 additions and 19 deletions
|
|
@ -3,6 +3,8 @@
|
|||
outline: none;
|
||||
border: none;
|
||||
padding: 2px 4px;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
background: var(--button-background);
|
||||
color: var(--button-text);
|
||||
|
||||
|
|
@ -23,4 +25,10 @@
|
|||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
&.transparent {
|
||||
background: inherit;
|
||||
color: inherit;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue