From 8e2871091de7336b2428936606289ae6218283fa Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 13 Jul 2017 17:48:42 +0200 Subject: [PATCH] Fix closing bracket bug --- section.scss | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/section.scss b/section.scss index 459a9c4..1e86ffd 100644 --- a/section.scss +++ b/section.scss @@ -22,26 +22,27 @@ section.box { background: #fff; section.box.orange { - border-top: 3px solid #FBA026; + border-top: 3px solid #FBA026; - &.red { - border-top: 3px solid #B8312F; - } + &.red { + border-top: 3px solid #B8312F; + } - &.green { - border-top: 3px solid #41A85F; - } + &.green { + border-top: 3px solid #41A85F; + } - &.blue { - border-top: 3px solid #2C82C9; - } + &.blue { + border-top: 3px solid #2C82C9; + } - &.purple { - border-top: 3px solid #553982; - } + &.purple { + border-top: 3px solid #553982; + } - &.darkblue { - border-top: 3px solid #2969B0; + &.darkblue { + border-top: 3px solid #2969B0; + } } }