2017-09-14 01:06:41 +08:00
|
|
|
.suspend-user-modal {
|
2017-09-14 04:44:47 +08:00
|
|
|
.until-controls {
|
2017-09-14 01:06:41 +08:00
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.suspend-reason {
|
|
|
|
width: 100%;
|
2020-11-11 03:31:28 +08:00
|
|
|
|
|
|
|
&.combo-box {
|
|
|
|
margin-bottom: 9px;
|
|
|
|
}
|
2017-09-14 01:06:41 +08:00
|
|
|
}
|
|
|
|
|
2018-06-08 17:49:31 +08:00
|
|
|
.suspend-reason-label,
|
|
|
|
.suspend-message-label {
|
2017-09-14 01:06:41 +08:00
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
2017-09-14 02:11:33 +08:00
|
|
|
.inline-spinner {
|
|
|
|
float: right;
|
|
|
|
}
|
2017-09-14 01:06:41 +08:00
|
|
|
}
|
2018-01-31 05:31:29 +08:00
|
|
|
|
|
|
|
.modal-body {
|
|
|
|
.penalty-post-edit {
|
|
|
|
margin-top: 1em;
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
height: 10em;
|
|
|
|
}
|
|
|
|
}
|
2021-07-13 02:36:56 +08:00
|
|
|
.penalty-history {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
border-bottom: 1px solid var(--primary-low);
|
|
|
|
display: flex;
|
|
|
|
& > * {
|
|
|
|
flex-basis: 100%;
|
|
|
|
text-align: center;
|
|
|
|
padding: 1em 0;
|
|
|
|
font-weight: 600;
|
|
|
|
label {
|
|
|
|
font-weight: 600;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.danger {
|
|
|
|
background-color: var(--danger);
|
|
|
|
color: var(--secondary);
|
|
|
|
}
|
|
|
|
}
|
2018-01-31 05:31:29 +08:00
|
|
|
}
|