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';
/*
* PERSON CONTEXT
@@ -104,7 +104,7 @@ div#header-accompanying_course-details {
* HOUSEHOLD CONTEXT
* Header custom for Household
*/
div#header-household-name {
background: none repeat scroll 0 0 #929d69; //#b97a7a;
color: #FFF;
@@ -138,11 +138,11 @@ div.address-timeline.grid {
display: grid;
grid-template-rows: auto auto auto;
grid-template-columns: auto 120px auto;
@media only screen and (max-width: 750px) {
grid-template-columns: auto 1em auto;
}
div.top {
grid-column: 2;
text-align: center;
@@ -153,7 +153,7 @@ div.address-timeline.grid {
grid-column: 1;
text-align: right;
}
div.col-b,
div.col-b,
div.date {
grid-column: 2;
position: relative;
@@ -184,23 +184,23 @@ div.address-timeline.grid {
border: 1px dashed #00000045;
&.row1 { // current address
border: 1px solid #000;
}
}
div.address {
font-variant: small-caps;
}
}
}
div.date {
text-align: center;
background-color: lightgrey;
padding: 0.5em;
border-radius: 0.3em;
}
div.span2 { grid-row: span 3; }
div.span3 { grid-row: span 5; }
div.span4 { grid-row: span 7; }
div.span5 { grid-row: span 9; }
ul.record_actions {
margin: 0;
}