Files
danbooru/app/assets/stylesheets/common/notices.css.scss
r888888888 892d62fac3 fixes #1982
2013-10-07 17:59:43 -07:00

26 lines
319 B
SCSS

div.error-messages {
margin: 1em 0;
padding: 1em;
h1 {
font-size: 1em;
color: #A00;
}
}
div#notice {
margin: 0;
padding: 1em;
position: fixed;
top: 0;
left: 0;
z-index: 100;
width: 100%;
border-bottom: 2px solid #89857B;
}
a#close-notice-link {
float: right;
margin-right: 2em;
}