From 6feea89e7b23f7d8a049e04172290780cfa0b45f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 9 Mar 2015 21:01:10 +0000 Subject: [PATCH] Style site status notices --- app/assets/stylesheets/common.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 8a0010173..f0c8c2b20 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -636,6 +636,12 @@ nav.secondary { float: right; cursor: pointer; } + + p.error { + background-color: #ff7070; + padding: 10px; + font-weight: bold; + } } .welcome { -- 2.43.2