Files
danbooru/app/assets/stylesheets/specific/artists.css.scss
2011-12-29 17:51:09 -05:00

42 lines
538 B
SCSS

@import "../common/000_vars.css.scss";
div#c-artists {
span.new-artist {
font-weight: bold;
color: #A00;
}
div#a-banned {
max-width: 50em;
}
div#a-show {
max-width: 50em;
p.legend {
margin-bottom: 2em;
font-size: 0.8em;
font-style: italic;
}
}
div#a-edit, div#a-new {
textarea {
height: 5em;
}
}
div.recent-posts {
margin-top: 1em;
h1 {
font-size: $h2_size;
margin: 0;
}
}
span.hint {
display: block;
}
}