split sass sheets, move style cascades

This commit is contained in:
2021-07-28 16:33:36 +02:00
parent 81752befcf
commit 42784cf584
5 changed files with 184 additions and 184 deletions

View File

@@ -1,30 +1,29 @@
@import '~ChillMainAssets/chill/scss/mixins';
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;
}
/// render_box
section.chill-entity.entity-thirdparty {
div.entity-label {
div.denomination {
&.h3 {
font-size: 1.3em;
font-weight: 700;
}
p.moreinfo {
span.company, span.acronym {}
a {
text-decoration: none;
}
span.name {}
span.badge {
margin-left: 0.3em;
}
}
div.entity-row {}
div.entity-bloc {}
p.moreinfo {
span.company, span.acronym {}
}
}
div.entity-row {}
div.entity-bloc {}
}
/*
/* AVANT
border: 1px solid black;
background-color: rgba(255, 255, 255, 0.65);
padding: 1em;
@@ -80,6 +79,3 @@ section.chill-entity {
}
}
*/
}
}