mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-23 02:34:24 +00:00
39 lines
753 B
SCSS
39 lines
753 B
SCSS
@import 'ChillMainAssets/module/bootstrap/shared';
|
|
|
|
/// Pill badge by entity
|
|
.badge.rounded-pill {
|
|
&.bg-thirdparty {
|
|
//@extend .$chill-ll-gray;
|
|
background-color: $chill-ll-gray;
|
|
color: $chill-pink;
|
|
}
|
|
}
|
|
|
|
/// force first column width in list
|
|
div.thirdparty-list {
|
|
label.counter {
|
|
span {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
div.flex-table {
|
|
div.item-bloc {
|
|
div.item-row {
|
|
div.item-col:first-child {
|
|
flex-basis: 25%;
|
|
}
|
|
div.wrap {
|
|
flex-wrap: wrap;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
/// render_box
|
|
section.chill-entity {
|
|
.entity-thirdparty {
|
|
span.name {}
|
|
}
|
|
}
|