mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-11 01:52:55 +01:00
22 lines
268 B
Plaintext
22 lines
268 B
Plaintext
.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);
|
|
}
|
|
} |