mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +01:00
28 lines
381 B
Plaintext
28 lines
381 B
Plaintext
.admins-mods {
|
|
.user-card {
|
|
margin-right: 10px;
|
|
padding: 2px;
|
|
height: 30px;
|
|
}
|
|
|
|
.remove-user-icon {
|
|
margin-right: 5px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.category-depth-1 {
|
|
margin-left: 30px;
|
|
}
|
|
.category-depth-2 {
|
|
margin-left: 60px;
|
|
}
|
|
.category-depth-3 {
|
|
margin-left: 90px;
|
|
}
|
|
.category-depth-4 {
|
|
margin-left: 120px;
|
|
}
|
|
.category-depth-5 {
|
|
margin-left: 150px;
|
|
}
|
|
} |