47 lines
597 B
SCSS
47 lines
597 B
SCSS
@import "../base/000_vars.scss";
|
|
|
|
div#c-artists, div#excerpt {
|
|
span.new-artist {
|
|
font-weight: bold;
|
|
color: #A00;
|
|
}
|
|
|
|
div#a-banned {
|
|
}
|
|
|
|
ul ul {
|
|
margin-left: 1em;
|
|
}
|
|
|
|
div#a-show {
|
|
p.legend {
|
|
margin-bottom: 2em;
|
|
font-size: 0.8em;
|
|
font-style: italic;
|
|
}
|
|
}
|
|
|
|
div#a-edit, div#a-new {
|
|
textarea {
|
|
height: 10em;
|
|
|
|
&#artist_other_names_comma {
|
|
height: 3em;
|
|
}
|
|
}
|
|
|
|
.hint {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
div.recent-posts {
|
|
margin-top: 1em;
|
|
|
|
h1 {
|
|
font-size: $h2_size;
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|