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.
45 lines
725 B
SCSS
45 lines
725 B
SCSS
9 years ago
|
/*
|
||
|
Flags page CSS
|
||
|
- Originally in ACP
|
||
|
- Now available in front-end for global mods as well
|
||
|
*/
|
||
|
|
||
3 years ago
|
.page-flags {
|
||
|
// hide the all categories li element
|
||
2 years ago
|
[component="flags/filters"] [component="category/dropdown"] [data-cid="all"] {
|
||
3 years ago
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
9 years ago
|
.page-manage-flags, .page-posts-flags {
|
||
|
.post-container > .row {
|
||
|
margin-bottom: 2rem;
|
||
|
}
|
||
|
|
||
|
.flag-reporters {
|
||
|
font-size: 1.2rem;
|
||
10 years ago
|
|
||
9 years ago
|
ul {
|
||
|
padding-left: 0;
|
||
9 years ago
|
|
||
9 years ago
|
li {
|
||
|
list-style-type: none;
|
||
9 years ago
|
|
||
9 years ago
|
img, .user-icon {
|
||
2 years ago
|
@include user-icon-style(18px, 1rem);
|
||
9 years ago
|
margin-right: 1rem;
|
||
|
}
|
||
9 years ago
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
9 years ago
|
.flag-post-body {
|
||
|
img, .user-icon {
|
||
2 years ago
|
@include user-icon-style(24px, 1.5rem);
|
||
9 years ago
|
}
|
||
9 years ago
|
}
|
||
8 years ago
|
|
||
|
[component="posts/flag/history"] .avatar {
|
||
|
margin-right: 1rem;
|
||
|
}
|
||
9 years ago
|
}
|