seine-et-marne-apa: introduce .column instead #left & #right (#48515)

This commit is contained in:
Thomas Jund 2020-11-11 12:09:06 +01:00
parent 34cc82526f
commit aa0eb38571
1 changed files with 4 additions and 4 deletions

View File

@ -528,7 +528,7 @@ div#sidebar + div#columns-wrapper > div.a2-block {
padding: 2rem;
}
div#left.profile {
.column.profile {
margin-top: 0;
margin-left: 2rem;
width: 60%;
@ -541,7 +541,7 @@ div#left.profile {
}
}
div#right.account-management {
.column.account-management {
width: 30%;
}
@ -715,11 +715,11 @@ div#rub_service > h2:first-child,
#sidebar {
padding-top: 1.5rem;
}
#left {
.column:first-child {
width: 46%;
padding: 0;
}
#right {
.column:last-child {
div.cell h2 {
background: rgba(127, 190, 206, 0.7);
color: white;