mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-26 12:06:13 +00:00
17 lines
376 B
SCSS
17 lines
376 B
SCSS
@import 'ChillMainAssets/module/bootstrap/shared';
|
|
|
|
.badge {
|
|
&.bg-thirdparty-company {
|
|
//@extend .bg-info;
|
|
background-color: $yellow;
|
|
}
|
|
&.bg-thirdparty-child {
|
|
//@extend .bg-chill-blue;
|
|
background-color: $chill-blue;
|
|
}
|
|
&.bg-thirdparty-contact {
|
|
//@extedn .bg-secondary;
|
|
background-color: $secondary;
|
|
}
|
|
}
|