summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-14 07:39:53 -0400
committerChristopher Speller <crspeller@gmail.com>2015-10-14 07:39:53 -0400
commitcbefd8895107c3f168c97c5676ad0b19c0254d10 (patch)
treecb26d7635823432d893369bd902d09db0dfaf696 /web/sass-files
parent6095bf4a454e26e6ac28e70ed68edf01e35148a7 (diff)
parent2d3506e2d27cbbb90c33dc62ef7493ef7bc6d628 (diff)
downloadchat-cbefd8895107c3f168c97c5676ad0b19c0254d10.tar.gz
chat-cbefd8895107c3f168c97c5676ad0b19c0254d10.tar.bz2
chat-cbefd8895107c3f168c97c5676ad0b19c0254d10.zip
Merge pull request #993 from apaatsio/bootstrap-help-block
Use help-block class from Bootstrap
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_forms.scss5
-rw-r--r--web/sass-files/sass/partials/_signup.scss6
2 files changed, 5 insertions, 6 deletions
diff --git a/web/sass-files/sass/partials/_forms.scss b/web/sass-files/sass/partials/_forms.scss
index 6c1f7cc6c..a797dfba6 100644
--- a/web/sass-files/sass/partials/_forms.scss
+++ b/web/sass-files/sass/partials/_forms.scss
@@ -37,3 +37,8 @@
}
}
}
+
+.help-block {
+ font-size: 0.95em;
+ color: #999;
+}
diff --git a/web/sass-files/sass/partials/_signup.scss b/web/sass-files/sass/partials/_signup.scss
index fcf0d5d77..6d0256142 100644
--- a/web/sass-files/sass/partials/_signup.scss
+++ b/web/sass-files/sass/partials/_signup.scss
@@ -96,12 +96,6 @@
margin-bottom: 0.8em;
}
- .form__hint {
- font-size: 0.95em;
- color: #999;
- margin: 10px 0 0;
- }
-
.signup-team-confirm__container {
padding: 100px 0px 100px 0px;
}