proposition for person/thirparty rounded-pill badge appearance

This commit is contained in:
2021-12-06 15:41:53 +01:00
parent 0617014e91
commit b888211ef9
4 changed files with 42 additions and 26 deletions

View File

@@ -1,21 +1,28 @@
@import 'ChillMainAssets/module/bootstrap/shared';
/// Specific badge rounded-pill
.badge {
&.bg-thirdparty-company {
//@extend .bg-info;
background-color: $yellow;
}
// Personne de contact
&.bg-thirdparty-child {
//@extend .bg-chill-blue;
background-color: $chill-blue;
//@extend .$chill-ll-gray;
background-color: $chill-ll-gray;
color: $chill-pink;
}
// Personne morale
&.bg-thirdparty-company {
//@extend .$chill-ll-gray;
background-color: $chill-ll-gray;
color: $chill-pink;
}
// Personne physique
&.bg-thirdparty-contact {
//@extend .bg-secondary;
background-color: $secondary;
//@extend .$chill-ll-gray;
background-color: $chill-ll-gray;
color: $chill-pink;
}
}
///
/// force first column width in list
div.thirdparty-list {
div.flex-table {
div.item-bloc {