entity render: options, html classes, corrections

note: span.chill-entity tag is replaced by section.chill-entity tag.
because some cases are not valid html :
* span.chill-entity > div
* span.badge > div.chill-entity
This commit is contained in:
2021-07-28 11:39:27 +02:00
parent df3d32c653
commit 57a8b49f49
9 changed files with 141 additions and 112 deletions

View File

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