46 lines
927 B
Sass
46 lines
927 B
Sass
@import '_colors.sass'
|
|
|
|
.user-label
|
|
border-radius: 0 !important
|
|
padding: 3px 5px !important
|
|
|
|
.label-edit-box
|
|
color: $foreground !important
|
|
background-color: $background !important
|
|
|
|
input
|
|
border: 1px solid $comment !important
|
|
background-color: $selection !important
|
|
|
|
.label-light,
|
|
.label-dark
|
|
color: transparent !important
|
|
|
|
.bg-none
|
|
color: $foreground !important
|
|
border-color: $comment !important
|
|
|
|
.bg-red
|
|
color: $background !important
|
|
background-color: $red !important
|
|
|
|
.bg-orangered
|
|
color: $background !important
|
|
background-color: $orange !important
|
|
|
|
.bg-orange
|
|
color: $background !important
|
|
background-color: $yellow !important
|
|
|
|
.bg-dodgerblue
|
|
color: $background !important
|
|
background-color: $cyan !important
|
|
|
|
.bg-forestgreen
|
|
color: $background !important
|
|
background-color: $green !important
|
|
|
|
.bg-slategray
|
|
color: $foreground !important
|
|
background-color: $selection !important
|