groupe-up: introduce .column instead #left & #right (#48515)

This commit is contained in:
Thomas Jund 2020-11-11 12:13:16 +01:00
parent aa0eb38571
commit 5a5a1e80fd
1 changed files with 3 additions and 3 deletions

View File

@ -243,7 +243,7 @@ nav {
}
}
}
div#apa-domicile {
@include leftsidebg(lighten($base-color, 30%));
h3 {
@ -647,11 +647,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;