grenoble-metropole-2019: introduce .column instead #left & #right (#48515)

This commit is contained in:
Thomas Jund 2020-11-09 18:03:52 +01:00
parent ad351257f8
commit be6be2d0a3
1 changed files with 3 additions and 3 deletions

View File

@ -71,11 +71,11 @@ $categories: administration, dechets, eau-potable, eaux-usees, economie, logemen
}
div#columns > div {
&#left, &#right {
&.column {
width: 100%;
float: none;
}
&#right {
&.column:last-child {
clear: both;
}
}
@ -1339,7 +1339,7 @@ div#profile {
}
}
div#left.profile, div#right.account-management {
div.column.profile, div.column.account-management {
width: 100%;
float: none;
}