mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-03-02 02:31:35 +00:00
Tiny miscellanous changes
This commit is contained in:
parent
ec34702d90
commit
aa953dc796
4 changed files with 12 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ $bg-accent-area: #44474b
|
|||
$fg-bright: #fff
|
||||
$fg-main: #ddd
|
||||
$fg-dim: #bbb
|
||||
$fg-warning: #ffb98f
|
||||
$fg-warning: #fdca6d
|
||||
|
||||
$edge-grey: #808080
|
||||
|
||||
|
|
|
|||
|
|
@ -43,6 +43,12 @@ fieldset
|
|||
align-items: start
|
||||
padding-bottom: 15px
|
||||
|
||||
&.max-width-input
|
||||
grid-template-columns: auto 1fr
|
||||
|
||||
.field-row__input
|
||||
justify-self: stretch
|
||||
|
||||
&__label
|
||||
grid-area: label
|
||||
padding: 8px 8px 8px 0px
|
||||
|
|
@ -58,6 +64,7 @@ fieldset
|
|||
margin: 12px 0px 18px
|
||||
font-size: 16px
|
||||
color: #ccc
|
||||
line-height: 1.2
|
||||
|
||||
//
|
||||
.checkbox-row
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue