From 2d3506e2d27cbbb90c33dc62ef7493ef7bc6d628 Mon Sep 17 00:00:00 2001 From: Antti Ahti Date: Fri, 9 Oct 2015 16:35:52 +0300 Subject: Use help-block class from Bootstrap Use help-block class provided by Bootstrap instead of using a custom form__hint class. We still override some styles from the Bootstrap class, though. --- web/sass-files/sass/partials/_forms.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/sass-files/sass/partials/_forms.scss') 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; +} -- cgit v1.2.3-1-g7c22