render_box: adding option addId + styles more generic, less specific

This commit is contained in:
2021-07-30 10:46:16 +02:00
parent 6dac130844
commit 4cac5f9a4a
10 changed files with 71 additions and 72 deletions

View File

@@ -1,26 +1,9 @@
/// render_box
section.chill-entity.entity-thirdparty {
div.entity-label {
div.denomination {
&.h3 {
font-size: 1.3em;
font-weight: 700;
}
a {
text-decoration: none;
}
span.name {}
span.badge {
margin-left: 0.3em;
}
}
p.moreinfo {
span.company, span.acronym {}
}
section.chill-entity {
.entity-thirdparty {
span.name {}
}
div.entity-row {}
div.entity-bloc {}
}
/* AVANT

View File

@@ -1,2 +1,2 @@
require('./thirdparty.scss');
require('./chillthirdparty.scss');