%PDF- %PDF-
| Direktori : /var/www/projetos/suporte.iigd.com.br/css/lib/tabler/core/src/scss/utils/ |
| Current File : /var/www/projetos/suporte.iigd.com.br/css/lib/tabler/core/src/scss/utils/_colors.scss |
// stylelint-disable declaration-no-important
// All colors
@each $color, $value in theme-colors() {
.bg-#{"" + $color} {
color: #ffffff !important;
background: $value !important;
}
.text-#{"" + $color} {
color: $value !important;
}
.bg-#{"" + $color}-lt {
color: $value !important;
background: theme-color-lighter($value, true) !important;
}
}