Stian Fredrik Aune
4 years ago
3 changed files with 55 additions and 12 deletions
-
39webui/src/dialogs/ColorDialog.tsx
-
14webui/src/primitives/Forms.sass
-
4webui/src/primitives/Forms.tsx
@ -1,10 +1,20 @@ |
|||
@import "../res/colors" |
|||
|
|||
.FormLine |
|||
margin: 0.5em 1ch |
|||
padding: 0.5em 1ch |
|||
width: 100% |
|||
|
|||
&:first-of-type |
|||
margin-top: 0 |
|||
|
|||
input |
|||
input, select |
|||
display: block |
|||
width: 100% |
|||
font: inherit |
|||
background-color: $color-background-elevated |
|||
color: $color-foreground |
|||
border: none |
|||
padding: 0.25em 0.5ch |
|||
|
|||
&:focus, &:active |
|||
outline: 1px solid $color-foreground-elevated |
Write
Preview
Loading…
Cancel
Save
Reference in new issue