2021-06-24 18:46:59 +02:00
|
|
|
#set_user_status_modal {
|
|
|
|
/* A narrower width is more attractive for this modal. */
|
|
|
|
width: 384px;
|
2021-06-29 08:42:31 +02:00
|
|
|
@media (width < $ml_min) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Center `position-fixed` modal */
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
margin-left: 0;
|
2019-01-26 21:14:33 +01:00
|
|
|
|
2019-04-15 19:57:47 +02:00
|
|
|
input.user_status {
|
2021-06-29 08:42:31 +02:00
|
|
|
width: 94%;
|
2021-02-04 02:49:05 +01:00
|
|
|
@media (width < $ml_min) {
|
2021-06-29 08:42:31 +02:00
|
|
|
width: 93%;
|
2020-12-18 21:45:14 +01:00
|
|
|
}
|
2019-08-31 01:18:03 +02:00
|
|
|
}
|
2019-01-26 21:14:33 +01:00
|
|
|
|
2019-04-23 18:07:10 +02:00
|
|
|
.user-status-options {
|
2021-06-29 08:42:31 +02:00
|
|
|
padding-top: 10px;
|
|
|
|
padding-left: 2px;
|
2019-04-23 18:07:10 +02:00
|
|
|
|
2019-04-25 14:01:50 +02:00
|
|
|
button.user-status-value:hover {
|
2021-05-06 00:36:34 +02:00
|
|
|
/* Important is required for generic night them styling to not
|
2021-05-18 14:44:05 +02:00
|
|
|
have precedence over this. */
|
2021-05-06 00:36:34 +02:00
|
|
|
color: hsl(200, 100%, 40%) !important;
|
2019-04-25 14:01:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-status-value {
|
|
|
|
width: 100%;
|
|
|
|
text-align: left;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
line-height: 1.1em;
|
|
|
|
}
|
2019-04-23 18:07:10 +02:00
|
|
|
}
|
2019-04-18 01:22:24 +02:00
|
|
|
}
|