Files
danbooru/app/assets/stylesheets/specific/user_name_change_requests.css.scss
2013-03-26 01:03:42 -04:00

31 lines
407 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;
}
}