From 982be3a5635baa93c8f42530545d917ba9013530 Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 24 Oct 2014 11:48:39 +1100 Subject: [PATCH] Stylesheet for single enterprise user dashboard components --- .../admin/dashboard-single-ent.css.sass | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app/assets/stylesheets/admin/dashboard-single-ent.css.sass diff --git a/app/assets/stylesheets/admin/dashboard-single-ent.css.sass b/app/assets/stylesheets/admin/dashboard-single-ent.css.sass new file mode 100644 index 0000000000..0052c6c58b --- /dev/null +++ b/app/assets/stylesheets/admin/dashboard-single-ent.css.sass @@ -0,0 +1,16 @@ +@import ../darkswarm/branding +@import ../darkswarm/mixins + + +.alert-box + display: block + background-color: #eff5dc + border: 1px solid #9fc820 + color: #666 + margin-top: 1em + margin-bottom: 1em + @include border-radius(3px) + transition: opacity 300ms ease-out + padding: 0.77778em 1.33333em 0.77778em 0.77778em + a.close + float: right \ No newline at end of file