From 42735774574f9c6f2adc291750b652e5c03ba35e Mon Sep 17 00:00:00 2001 From: Siddharth Varshney Date: Wed, 25 Mar 2020 18:22:13 +0530 Subject: [PATCH] css: Use SCSS nesting for `.input-group label` in portico.scss. --- static/styles/portico/portico.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/styles/portico/portico.scss b/static/styles/portico/portico.scss index 2254ad7c5b..41e8fc6920 100644 --- a/static/styles/portico/portico.scss +++ b/static/styles/portico/portico.scss @@ -1236,6 +1236,11 @@ input.new-organization-button { .input-group label { margin: 0; padding: 5px 0px; + + &.inline-block { + /* eyeballing off-centered aesth. */ + margin-top: 1px; + } } .input-group.radio { @@ -1251,11 +1256,6 @@ input.new-organization-button { border-bottom: 1px solid hsl(0, 0%, 87%); } -.input-group label.inline-block { - /* eyeballing off-centered aesth. */ - margin-top: 1px; -} - .center-container { min-height: calc(100vh - 94px); min-height: 700px;