From 88e2c9af5475fb6c1446721d29c27e1b8361d645 Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Sat, 24 Nov 2018 00:16:49 +0100 Subject: [PATCH] fix: apply css only on first child label and span for section header (via #4970) --- src/style/_layout.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style/_layout.scss b/src/style/_layout.scss index 37b8d181..1ca16bf6 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -186,7 +186,7 @@ background: rgba($opblock-isopen-section-header-background-color,.8); box-shadow: 0 1px 2px rgba($opblock-isopen-section-header-box-shadow-color,.1); - label + >label { font-size: 12px; font-weight: bold; @@ -199,7 +199,7 @@ @include text_headline(); - span + >span { padding: 0 10px 0 0; }