summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/layout/_forms.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-14 08:50:46 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-16 18:02:55 -0400
commit12896bd23eeba79884245c1c29fdc568cf21a7fa (patch)
tree4e7f83d3e2564b9b89d669e9f7905ff11768b11a /web/sass-files/sass/layout/_forms.scss
parent29fe6a3d13c9c7aa490fffebbe5d1b5fdf1e3090 (diff)
downloadchat-12896bd23eeba79884245c1c29fdc568cf21a7fa.tar.gz
chat-12896bd23eeba79884245c1c29fdc568cf21a7fa.tar.bz2
chat-12896bd23eeba79884245c1c29fdc568cf21a7fa.zip
Converting to Webpack. Stage 1.
Diffstat (limited to 'web/sass-files/sass/layout/_forms.scss')
-rw-r--r--web/sass-files/sass/layout/_forms.scss66
1 files changed, 0 insertions, 66 deletions
diff --git a/web/sass-files/sass/layout/_forms.scss b/web/sass-files/sass/layout/_forms.scss
deleted file mode 100644
index 1f51603cc..000000000
--- a/web/sass-files/sass/layout/_forms.scss
+++ /dev/null
@@ -1,66 +0,0 @@
-@charset 'UTF-8';
-
-.form-horizontal {
- .modal-intro {
- margin: -10px 0 30px;
- }
-
- .form__label {
- text-align: left;
- padding-right: 3px;
- font-weight: 600;
- font-size: 1.1em;
-
- &.light {
- font-weight: normal;
- color: #999;
- font-size: 1.05em;
- font-style: italic;
- padding-top: 2px;
- }
- }
-
- .input__help {
- color: inherit;
- margin: 10px 0 0 10px;
- word-break: break-word;
- @include opacity(.8);
-
- &.dark {
- @include opacity(1);
- }
-
- &.error {
- color: #a94442;
- }
- }
-
- .form-control {
- font-weight: normal;
- }
-
- .form-group {
- margin-bottom: 25px;
-
- &.less {
- margin-bottom: 10px;
- }
- }
-}
-
-.help-block {
- font-size: .95em;
- margin: 10px 0 0;
- color: #999;
-}
-
-.disabled-input {
- background-color: #ddd !important;
-}
-
-.form-group {
- &.form-group--small {
- margin-bottom: 10px;
- }
-}
-