32 lines
408 B
SCSS
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;
|
|
}
|
|
}
|