From be024f0fe133ecda1bee4fc5918f0bcae34f48f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gonz=C3=A1lez?= Date: Thu, 12 Jan 2017 11:19:30 +0100 Subject: [PATCH] Push legislation comments style fixes --- app/assets/stylesheets/legislation_process.scss | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/app/assets/stylesheets/legislation_process.scss b/app/assets/stylesheets/legislation_process.scss index db6c9718e..1e3fc8bb1 100644 --- a/app/assets/stylesheets/legislation_process.scss +++ b/app/assets/stylesheets/legislation_process.scss @@ -310,6 +310,7 @@ $epigraph-font-size: rem-calc(15); } .quiz-next-link { + display: block; &:hover, &:active { text-decoration: none; @@ -484,15 +485,12 @@ $epigraph-font-size: rem-calc(15); } span { - margin-left: 0.75rem; + margin-left: 0.25rem; font-style: italic; font-size: $small-font-size; color: $text-medium; vertical-align: top; - - @include breakpoint(medium) { - margin-left: 1rem; - } + line-height: 2.35rem; } .select-box { @@ -547,17 +545,14 @@ $epigraph-font-size: rem-calc(15); // Panel calcs for desktop @media screen and (min-width: 40em) { .calc-index { - transition: all 0.25s; width: calc(35% - 25px); } .calc-text { - transition: all 0.25s; width: calc(65% - 25px) } .calc-comments { - transition: all 0.25s; cursor: pointer; background: #F2F2F2; width: 50px;