mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-22 10:14:24 +00:00
18 lines
226 B
SCSS
18 lines
226 B
SCSS
///
|
|
div.thirdparty-list {
|
|
label.counter {
|
|
float: right;
|
|
span {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// render_box
|
|
section.chill-entity {
|
|
.entity-thirdparty {
|
|
span.name {}
|
|
}
|
|
}
|
|
|