mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 17:15:32 +08:00
24e71acf3f
See PR for details
53 lines
827 B
SCSS
53 lines
827 B
SCSS
.suspend-user-modal {
|
|
.until-controls {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.suspend-reason {
|
|
width: 100%;
|
|
|
|
&.combo-box {
|
|
margin-bottom: 9px;
|
|
}
|
|
}
|
|
|
|
.suspend-reason-label,
|
|
.suspend-message-label {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.inline-spinner {
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
.modal-body {
|
|
.penalty-post-edit {
|
|
margin-top: 1em;
|
|
|
|
textarea {
|
|
height: 10em;
|
|
}
|
|
}
|
|
.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);
|
|
}
|
|
}
|
|
}
|