diff --git a/static/saint-laurent-du-var/_custom.scss b/static/saint-laurent-du-var/_custom.scss index 70494c9c..590c626e 100644 --- a/static/saint-laurent-du-var/_custom.scss +++ b/static/saint-laurent-du-var/_custom.scss @@ -168,8 +168,13 @@ body.has-picture nav::after { } } +// cells +div#services > ul > li, +.gru-content div.cell { + border: 1px solid #ccc; +} -// Cells in sidebar +// Cells in sidebars & authentic pages #sidebar, #gauche, .authentic-page .gru-content { // Cells titles div#tracking-code h3, @@ -184,7 +189,7 @@ body.has-picture nav::after { div.cell, div.block, .a2-block { - background-color: transparent; + background-color: $sldv-main-color; border: none; margin-bottom: 1.5rem; margin-top: 1.5rem; @@ -205,7 +210,15 @@ body.has-picture nav::after { } } - +// login / connect "OU" +@if $cell-border == none { + #registration-blocks .a2-block:not(:first-child), + #login-page .block:not(:first-child) { + &::after { + background-color: inherit; + } + } +} // Don't overlaid link text & key icon li.required-authentication a { diff --git a/static/saint-laurent-du-var/_vars.scss b/static/saint-laurent-du-var/_vars.scss index f868faec..6c128cdd 100644 --- a/static/saint-laurent-du-var/_vars.scss +++ b/static/saint-laurent-du-var/_vars.scss @@ -37,6 +37,7 @@ $title-transform: uppercase; $cell-border-radius: 3px; $cell-image-padding: 0.7rem; $cell-entry-hover-background: $sldv-links-background-color; +$cell-border: none; $wcs-steps-spacing: 0.5rem; $wcs-step-current-color: $dark-desaturated-blue;