You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
553 B
Plaintext
38 lines
553 B
Plaintext
/*
|
|
Flags page CSS
|
|
- Originally in ACP
|
|
- Now available in front-end for global mods as well
|
|
*/
|
|
|
|
.page-manage-flags, .page-posts-flags {
|
|
.post-container > .row {
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.flag-reporters {
|
|
font-size: 1.2rem;
|
|
|
|
ul {
|
|
padding-left: 0;
|
|
|
|
li {
|
|
list-style-type: none;
|
|
|
|
img, .user-icon {
|
|
.user-icon-style(18px, 1rem);
|
|
margin-right: 1rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.flag-post-body {
|
|
img, .user-icon {
|
|
.user-icon-style(24px, 1.5rem);
|
|
}
|
|
}
|
|
|
|
[component="posts/flag/history"] .avatar {
|
|
margin-right: 1rem;
|
|
}
|
|
} |