Files
danbooru/app/assets/stylesheets/specific/user_name_change_requests.scss
evazion df3925ecb4 stylesheets: rename *.css.scss -> *.scss.
Fixes "DEPRECATION WARNING: Extra .css in SCSS file is unnecessary."
2017-02-28 19:01:09 -06:00

32 lines
408 B
SCSS

#c-user-name-change-requests {
.feedback-category-positive {
background: #DDFFDD !important;
}
.feedback-category-negative {
background: #FFDDDD !important;
}
li {
margin-bottom: 1em;
}
form {
margin-bottom: 2em;
}
p {
margin: 0;
}
p.author {
font-size: 80%;
font-style: italic;
color: #AAA;
}
section {
margin-bottom: 1em;
}
}