mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 23:20:33 +08:00
24 lines
323 B
SCSS
24 lines
323 B
SCSS
.suspend-user-modal {
|
|
|
|
.until-controls {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.suspend-reason {
|
|
width: 100%;
|
|
}
|
|
|
|
.suspend-reason-label, .suspend-message-label {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.textarea, input[type=text] {
|
|
box-sizing: border-box;
|
|
height: 2.5em;
|
|
}
|
|
|
|
.inline-spinner {
|
|
float: right;
|
|
}
|
|
}
|