mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
thirdparty: no need to burst the code
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
|
||||
/// force first column width in list
|
||||
div.thirdparty-list {
|
||||
label.counter {
|
||||
span {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
div.flex-table {
|
||||
div.item-bloc {
|
||||
div.item-row {
|
||||
@@ -21,3 +26,10 @@ div.thirdparty-list {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// render_box
|
||||
section.chill-entity {
|
||||
.entity-thirdparty {
|
||||
span.name {}
|
||||
}
|
||||
}
|
||||
|
@@ -1,2 +0,0 @@
|
||||
require('./index_3party.scss');
|
||||
|
@@ -1,17 +0,0 @@
|
||||
///
|
||||
div.thirdparty-list {
|
||||
label.counter {
|
||||
float: right;
|
||||
span {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// render_box
|
||||
section.chill-entity {
|
||||
.entity-thirdparty {
|
||||
span.name {}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user