mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 05:43:44 +08:00
47 lines
755 B
SCSS
47 lines
755 B
SCSS
.edit-topic-timer-modal {
|
|
.select-kit.combo-box {
|
|
width: 100%;
|
|
}
|
|
.modal-inner-container {
|
|
box-sizing: border-box;
|
|
min-width: 310px;
|
|
}
|
|
.modal-body {
|
|
max-height: none;
|
|
width: 375px;
|
|
box-sizing: border-box;
|
|
|
|
@media (max-width: 600px) {
|
|
width: 100%;
|
|
}
|
|
|
|
.control-label {
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
.radios {
|
|
margin-bottom: 10px;
|
|
}
|
|
label {
|
|
display: inline-flex;
|
|
padding-right: 5px;
|
|
align-items: center;
|
|
input {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
.topic-timer-duration {
|
|
width: 100%;
|
|
}
|
|
.pika-single {
|
|
position: absolute !important; /* inline JS styles */
|
|
}
|
|
|
|
.modal-topic-timer-info {
|
|
margin-top: 1rem;
|
|
.topic-timer-info {
|
|
border-top: 0;
|
|
}
|
|
}
|
|
}
|