From def93d3e0a30c5c5441d163e5412bbc145349fe8 Mon Sep 17 00:00:00 2001 From: decabeza Date: Tue, 20 Jun 2017 18:42:34 +0200 Subject: [PATCH] fixes legislation processes menu --- app/assets/stylesheets/legislation.scss | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app/assets/stylesheets/legislation.scss b/app/assets/stylesheets/legislation.scss index 60f6d0030..130d99ada 100644 --- a/app/assets/stylesheets/legislation.scss +++ b/app/assets/stylesheets/legislation.scss @@ -37,20 +37,20 @@ @include breakpoint(medium) { margin: 1.5rem 0; } - } - li { - display: block; - cursor: pointer; - margin-bottom: 1rem; + li { + display: block; + cursor: pointer; + margin-bottom: 1rem; - @include breakpoint(medium) { - margin-bottom: 2rem; - max-width: 80%; - } + @include breakpoint(medium) { + margin-bottom: 2rem; + max-width: 80%; + } - &.active { - font-weight: 700; + &.active { + font-weight: 700; + } } } }