thirdparty: no need to burst the code

This commit is contained in:
Mathieu Jaumotte 2021-12-06 16:46:59 +01:00
parent cf219198ca
commit 1efdade382
4 changed files with 12 additions and 24 deletions

View File

@ -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 {}
}
}

View File

@ -1,2 +0,0 @@
require('./index_3party.scss');

View File

@ -1,17 +0,0 @@
///
div.thirdparty-list {
label.counter {
float: right;
span {
font-weight: bold;
}
}
}
/// render_box
section.chill-entity {
.entity-thirdparty {
span.name {}
}
}

View File

@ -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'
);
};