complete previous commit (+dirty auto corrections from IDE)

This commit is contained in:
2021-07-23 15:19:57 +02:00
parent 8384508c1a
commit b0ef9b6612
16 changed files with 66 additions and 241 deletions

View File

@@ -1,4 +1,4 @@
@import '~ChillMainAssets/modules/bootstrap/bootstrap';
@import '~ChillMainAssets/module/bootstrap/bootstrap';
//@import '~ChillMainSass/custom/mixins/entity';
//.chill-entity.chill-entity__activity-reason {
@@ -71,7 +71,7 @@ div.flex-table.list-records {
&:nth-child(2) {
flex-grow: 0; flex-shrink: 1; flex-basis: 70%;
}
&:only-child {
flex-grow: 0; flex-shrink: 0; flex-basis: 100%;
& > div.concerned-groups {
@@ -80,11 +80,11 @@ div.flex-table.list-records {
flex-direction: column; // TODO pas fini
div.group {
flex-grow: 1; flex-shrink: 0; flex-basis: 30%;
h4 {}
h4 {}
ul.list-content {
li {
li {
display: inline;
}
}
}
}
}