mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 06:30:15 +08:00
43 lines
578 B
SCSS
43 lines
578 B
SCSS
.edit-topic-timer-modal {
|
|
.modal-body {
|
|
max-height: none;
|
|
}
|
|
|
|
input.date-picker, input[type="time"] {
|
|
width: 150px;
|
|
text-align: left;
|
|
}
|
|
|
|
label {
|
|
display: inline-block;
|
|
}
|
|
|
|
.btn.pull-right {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.auto-update-input {
|
|
input {
|
|
margin: 0;
|
|
}
|
|
|
|
.alert-info {
|
|
margin: 0 -15px -15px -15px;
|
|
}
|
|
|
|
.pika-single {
|
|
position: relative !important;
|
|
}
|
|
|
|
.topic-status-info {
|
|
border: none;
|
|
padding: 0;
|
|
|
|
h3 {
|
|
font-weight: normal;
|
|
font-size: 15px;
|
|
}
|
|
}
|
|
}
|
|
}
|