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

@@ -0,0 +1,13 @@
// generic rules
section.chill-entity {
// display inline for render raw
// have no effect for render label, row, bloc !
display: inline;
// don't break flex cascade with section tag
div.flex-bloc & {
display: flex;
flex-grow: 1; flex-shrink: 1; flex-basis: auto;
}
}