mirror of
https://github.com/flarum/framework.git
synced 2024-12-14 16:13:50 +08:00
13 lines
176 B
Plaintext
13 lines
176 B
Plaintext
|
.Badge--suspended {
|
||
|
background: #888;
|
||
|
}
|
||
|
.SuspendUserModal-days-input {
|
||
|
margin-top: 5px;
|
||
|
|
||
|
input {
|
||
|
width: 75px;
|
||
|
display: inline-block;
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
}
|