2017-05-12 06:23:18 +08:00
|
|
|
.edit-topic-timer-modal {
|
2021-02-03 08:13:32 +08:00
|
|
|
.select-kit.combo-box {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.modal-footer {
|
|
|
|
margin: 0;
|
|
|
|
border-top: 0;
|
|
|
|
padding: 10px 0;
|
|
|
|
}
|
2021-03-02 14:55:41 +08:00
|
|
|
.modal-inner-container {
|
|
|
|
box-sizing: border-box;
|
|
|
|
min-width: 310px;
|
|
|
|
}
|
2017-04-20 11:48:59 +08:00
|
|
|
.modal-body {
|
|
|
|
max-height: none;
|
2021-02-03 08:13:32 +08:00
|
|
|
width: 375px;
|
2021-03-02 14:55:41 +08:00
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
@media (max-width: 600px) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2017-04-20 11:48:59 +08:00
|
|
|
|
2021-02-03 08:13:32 +08:00
|
|
|
.control-label {
|
|
|
|
font-weight: 700;
|
2018-08-13 14:04:20 +08:00
|
|
|
}
|
|
|
|
}
|
2017-10-05 11:48:42 +08:00
|
|
|
.radios {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2017-04-20 11:48:59 +08:00
|
|
|
label {
|
2019-01-23 01:33:46 +08:00
|
|
|
display: inline-flex;
|
2017-10-05 11:48:42 +08:00
|
|
|
padding-right: 5px;
|
2019-01-23 01:33:46 +08:00
|
|
|
align-items: center;
|
2017-10-05 11:48:42 +08:00
|
|
|
input {
|
2019-01-23 01:33:46 +08:00
|
|
|
margin-top: 0;
|
2017-10-05 11:48:42 +08:00
|
|
|
}
|
2017-04-20 11:48:59 +08:00
|
|
|
}
|
2021-02-03 08:13:32 +08:00
|
|
|
.topic-timer-duration {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2017-04-20 11:48:59 +08:00
|
|
|
.btn.pull-right {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2017-09-14 22:19:52 +08:00
|
|
|
.future-date-input {
|
2017-04-20 11:48:59 +08:00
|
|
|
input {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.alert-info {
|
|
|
|
margin: 0 -15px -15px -15px;
|
|
|
|
}
|
2018-08-13 14:04:20 +08:00
|
|
|
.btn-clear {
|
|
|
|
display: none;
|
2017-04-20 11:48:59 +08:00
|
|
|
}
|
2021-02-16 10:07:30 +08:00
|
|
|
.topic-timer-info {
|
2017-04-20 11:48:59 +08:00
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
h3 {
|
|
|
|
font-weight: normal;
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-up-1;
|
2017-04-20 11:48:59 +08:00
|
|
|
}
|
|
|
|
}
|
2019-06-07 13:50:43 +08:00
|
|
|
|
|
|
|
input[disabled] {
|
2020-08-04 10:57:10 +08:00
|
|
|
background: var(--primary-low);
|
2019-06-07 13:50:43 +08:00
|
|
|
}
|
2017-04-20 11:48:59 +08:00
|
|
|
}
|
2018-08-13 14:04:20 +08:00
|
|
|
.pika-single {
|
|
|
|
position: absolute !important; /* inline JS styles */
|
|
|
|
}
|
2021-02-15 10:49:57 +08:00
|
|
|
|
|
|
|
.modal-topic-timer-info {
|
2021-02-16 10:07:30 +08:00
|
|
|
.topic-timer-info {
|
2021-02-15 10:49:57 +08:00
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
}
|
2017-04-20 11:48:59 +08:00
|
|
|
}
|
2018-07-04 19:23:09 +08:00
|
|
|
|
|
|
|
// mobile styles
|
|
|
|
.mobile-view .edit-topic-timer-modal {
|
|
|
|
.select-kit.combo-box {
|
2019-01-22 02:40:55 +08:00
|
|
|
flex: 1 0 0px;
|
2018-07-04 19:23:09 +08:00
|
|
|
}
|
|
|
|
}
|