aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;