saumur: remove border on main content and switch to white page background (#73538)

This commit is contained in:
Agate 2023-01-18 10:47:56 +01:00
parent 81b3fbac8e
commit 5907e96178
1 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,7 @@ $banner-height: 300px;
// golbal layout // golbal layout
main { main {
background: $gray-light-2; background: white;
padding: $space-large 0; padding: $space-large 0;
} }
@ -148,6 +148,10 @@ div.link-cell {
} }
} }
#main-content #sidebar + #columns-wrapper > * {
border: none;
}
%orange-border { %orange-border {
content: " "; content: " ";
display: block; display: block;