From d8bd57901e33a7057e26e782e295099ffcc0da89 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 6 Sep 2017 23:04:13 -0700 Subject: Removing webapp --- webapp/sass/layout/_forms.scss | 93 ------------------------------------------ 1 file changed, 93 deletions(-) delete mode 100644 webapp/sass/layout/_forms.scss (limited to 'webapp/sass/layout/_forms.scss') diff --git a/webapp/sass/layout/_forms.scss b/webapp/sass/layout/_forms.scss deleted file mode 100644 index a49acf3e3..000000000 --- a/webapp/sass/layout/_forms.scss +++ /dev/null @@ -1,93 +0,0 @@ -@charset 'UTF-8'; - -.radio, -.checkbox { - &.margin-bottom--none { - margin-bottom: 0; - } -} - -.form-horizontal { - .modal-intro { - margin: -10px 0 30px; - } - - .form__label { - font-size: 1.1em; - font-weight: 600; - padding-right: 3px; - text-align: left; - - &.light { - @include opacity(.6); - font-size: 1.05em; - font-style: italic; - font-weight: normal; - padding-top: 2px; - } - } - - .input__help { - @include opacity(.8); - color: inherit; - margin: 10px 0 0 0; - word-break: break-word; - - &.dark { - @include opacity(1); - } - - &.error { - color: darken($red, 20%); - } - } - - .form-control { - font-weight: normal; - } - - .form-group { - margin-bottom: 25px; - - &.less { - margin-bottom: 10px; - } - } -} - -.help-block { - color: $dark-gray; - font-size: .95em; - margin: 10px 0 0; -} - -.form-group { - &.form-group--small { - margin-bottom: 10px; - } -} - -.has-error { - .help-block, - .radio, - .checkbox, - .radio-inline, - .checkbox-inline { - color: $red; - } - - .form__label { - &.control-label { - color: inherit !important; - } - } - - &.radio, - &.checkbox, - &.radio-inline, - &.checkbox-inline { - label { - color: $red; - } - } -} -- cgit v1.2.3-1-g7c22