34 lines
660 B
Sass
34 lines
660 B
Sass
@import '_colors.sass'
|
|
|
|
.label-edit-box
|
|
color: $gray-1 !important
|
|
background-color: $gray-4 !important
|
|
|
|
.user-label
|
|
border-radius: 0 !important
|
|
padding: 1px 3px !important
|
|
|
|
.bg-red
|
|
color: $gray-4 !important
|
|
background-color: $pink !important
|
|
|
|
.bg-orangered
|
|
color: $gray-4 !important
|
|
background-color: $brown !important
|
|
|
|
.bg-orange
|
|
color: $gray-4 !important
|
|
background-color: $yellow !important
|
|
|
|
.bg-dodgerblue
|
|
color: $gray-4 !important
|
|
background-color: $blue !important
|
|
|
|
.bg-forestgreen
|
|
color: $gray-4 !important
|
|
background-color: $green !important
|
|
|
|
.bg-slategray
|
|
color: $gray-4 !important
|
|
background-color: $gray-2 !important
|