discourse/app/assets/stylesheets/common/admin/suspend.scss

35 lines
435 B
SCSS
Raw Normal View History

2017-09-13 13:06:41 -04:00
.suspend-user-modal {
.until-controls {
2017-09-13 13:06:41 -04:00
margin-bottom: 1em;
}
.suspend-reason {
width: 100%;
}
.suspend-reason-label,
.suspend-message-label {
2017-09-13 13:06:41 -04:00
margin-bottom: 0.5em;
}
.textarea,
input[type="text"] {
2017-09-13 13:06:41 -04:00
box-sizing: border-box;
height: 2.5em;
}
.inline-spinner {
float: right;
}
2017-09-13 13:06:41 -04:00
}
.modal-body {
.penalty-post-edit {
margin-top: 1em;
textarea {
height: 10em;
}
}
}