feat: Add basic reporting structure
This commit is contained in:
@@ -277,6 +277,23 @@ h1 {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.container-list-moderation-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
|
||||
.card-moderation-action {
|
||||
width: 25%;
|
||||
margin: 10px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 5px;
|
||||
padding: 2%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@media (max-width: 920px) {
|
||||
.card-rule {
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user