mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Clean up Styling
This commit is contained in:
parent
bc2ed9e2be
commit
b30e336ae6
13 changed files with 320 additions and 472 deletions
|
@ -59,6 +59,10 @@
|
|||
&.black
|
||||
@include btn-block($black)
|
||||
|
||||
&.disabled, &:disabled
|
||||
color: RGB($fg-dim)
|
||||
cursor: unset
|
||||
|
||||
.input-checkbox
|
||||
padding: 0
|
||||
display: flex
|
||||
|
|
|
@ -68,6 +68,10 @@
|
|||
|
||||
color: RGB($primary)
|
||||
|
||||
&.disabled, &:disabled
|
||||
color: RGB($fg-dim)
|
||||
cursor: unset
|
||||
|
||||
.pill__critical
|
||||
color: RGB($critical)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue