aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-01-23 15:32:53 +0000
committerLouise Crow <louise.crow@gmail.com>2015-01-23 15:32:53 +0000
commite0ca560bff806b83001ab828d903015beec79cb1 (patch)
tree4bc1b0e3c0ec0f59416c52179c7d05c9cbe25acc
parent0396a6153dc1ffbce135505ef45d53f320f090b3 (diff)
Add styling for a warning class.
Works with https://github.com/mysociety/alaveteli/pull/2114
-rw-r--r--assets/stylesheets/responsive/custom.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index 404ee0f..b7e8879 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -262,7 +262,7 @@ a.link_button_green_large {
}
/* Notices, errors */
-#notice, #error, .errorExplanation, #request_header_text, #hidden_request, .describe_state_form form, .undescribed_requests {
+#notice, #error, .errorExplanation, #request_header_text, #hidden_request, .describe_state_form form, .undescribed_requests, .warning {
border-top: 10px solid;
font-size: 1.2em;
border-radius: 0;
@@ -287,7 +287,7 @@ a.link_button_green_large {
border-color: $notice-border;
}
-#error, .errorExplanation, #hidden_request {
+#error, .errorExplanation, #hidden_request, .warning {
background-color: $error-bg;
border-color: $error-border;