mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
30 lines
605 B
SCSS
30 lines
605 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 {
|
|
//@extend .bg-secondary;
|
|
background-color: $secondary;
|
|
}
|
|
}
|
|
|
|
///
|
|
div.thirdparty-list {
|
|
div.flex-table {
|
|
div.item-bloc {
|
|
div.item-row {
|
|
div.item-col:first-child {
|
|
flex-basis: 25%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|