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