mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
thirdparty: no need to burst the code
This commit is contained in:
parent
cf219198ca
commit
1efdade382
@ -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 {}
|
||||
}
|
||||
}
|
||||
|
@ -6,9 +6,4 @@ module.exports = function(encore, entries)
|
||||
});
|
||||
|
||||
entries.push(__dirname + '/Resources/public/chill/index.js');
|
||||
|
||||
encore.addEntry(
|
||||
'page_3party_3party_index',
|
||||
__dirname + '/Resources/public/page/index/index.js'
|
||||
);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user