From c004ae2c90ab56a4390ebf855f241a272121901a Mon Sep 17 00:00:00 2001 From: Josue Kouka Date: Wed, 6 Jun 2018 14:38:08 +0200 Subject: [PATCH] lahague: add class to add cell border (#24255) --- static/la-hague/_custom.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/static/la-hague/_custom.scss b/static/la-hague/_custom.scss index 05b9e06..95feb2f 100644 --- a/static/la-hague/_custom.scss +++ b/static/la-hague/_custom.scss @@ -92,3 +92,14 @@ h1#logo a { padding-top: 140px; } } + +#content div.cell, +div.block { + &.with-border { + border: 1px solid #ccc; + > div > h2:first-child { + @extend %title; + width: 100%; + } + } +} -- 2.18.0