2024-01-07 01:04:28 +01:00
|
|
|
|
2024-04-21 22:55:45 +02:00
|
|
|
.config__icon-buttons {
|
|
|
|
display: flex;
|
2024-01-22 17:43:21 +01:00
|
|
|
position: absolute;
|
|
|
|
top: space(8);
|
2024-04-21 22:55:45 +02:00
|
|
|
right: space(0);
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: flex-end;
|
|
|
|
width: auto;
|
|
|
|
|
|
|
|
.icon-button {
|
|
|
|
margin: 0 space(8);
|
|
|
|
}
|
2024-01-22 17:43:21 +01:00
|
|
|
}
|
|
|
|
|
2024-01-07 01:04:28 +01:00
|
|
|
.config__form {
|
2024-01-07 22:33:22 +01:00
|
|
|
@include border-top($color-border-soft);
|
2024-01-07 01:04:28 +01:00
|
|
|
display: flex;
|
2024-04-21 17:54:48 +02:00
|
|
|
flex: 1 1 100%;
|
2024-01-07 22:33:22 +01:00
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
2024-01-07 01:04:28 +01:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2024-01-07 22:33:22 +01:00
|
|
|
border-bottom-right-radius: $border-radius-modal;
|
2024-04-21 17:54:48 +02:00
|
|
|
border-bottom-left-radius: $border-radius-modal;
|
2024-01-07 01:04:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.config__wrapper {
|
|
|
|
flex: 1 1 100%;
|
2024-04-20 17:22:46 +02:00
|
|
|
width: auto;
|
|
|
|
height: auto;
|
2024-04-21 17:54:48 +02:00
|
|
|
padding: space(16);
|
|
|
|
border-radius: 0dp;
|
2024-04-22 00:43:03 +02:00
|
|
|
border-bottom-right-radius: $border-radius-modal;
|
|
|
|
border-bottom-left-radius: $border-radius-modal;
|
2024-04-21 17:54:48 +02:00
|
|
|
background-color: $color-bg-shadow;
|
|
|
|
text-align: left;
|
2024-03-30 19:53:03 +01:00
|
|
|
|
|
|
|
p {
|
|
|
|
@extend %body;
|
|
|
|
padding: space(16);
|
|
|
|
line-height: space(28);
|
2024-04-21 17:54:48 +02:00
|
|
|
white-space: pre-line;
|
2024-04-10 16:32:31 +02:00
|
|
|
|
|
|
|
b {
|
|
|
|
color: $color-primary;
|
|
|
|
}
|
2024-04-22 15:30:31 +02:00
|
|
|
|
|
|
|
i {
|
|
|
|
color: $color-warning;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
2024-03-30 19:53:03 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.config__hz-wrapper {
|
|
|
|
display: flex;
|
|
|
|
flex: 1 1 100%;
|
2024-04-21 17:54:48 +02:00
|
|
|
flex-direction: row;
|
2024-04-20 17:22:46 +02:00
|
|
|
width: 100%;
|
2024-03-30 19:53:03 +01:00
|
|
|
height: 100%;
|
2024-04-21 17:54:48 +02:00
|
|
|
border-radius: 0dp;
|
2024-03-30 19:53:03 +01:00
|
|
|
text-align: left;
|
2024-01-07 22:33:22 +01:00
|
|
|
}
|
|
|
|
|
2024-01-29 16:42:23 +01:00
|
|
|
.config__header, .config__footer {
|
2024-01-07 22:33:22 +01:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2024-04-21 17:54:48 +02:00
|
|
|
justify-content: space-between;
|
2024-01-07 22:33:22 +01:00
|
|
|
width: 100%;
|
2024-01-08 01:23:05 +01:00
|
|
|
background-color: $color-bg-shadow;
|
2024-01-29 16:42:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.config__header {
|
|
|
|
@include border-bottom($color-border-soft);
|
|
|
|
padding: space(12) space(20);
|
|
|
|
}
|
|
|
|
|
|
|
|
.config__footer {
|
|
|
|
@include border-top($color-border-soft);
|
|
|
|
padding: space(20) space(20);
|
2024-01-07 22:33:22 +01:00
|
|
|
border-bottom-right-radius: $border-radius-modal;
|
2024-04-21 17:54:48 +02:00
|
|
|
border-bottom-left-radius: $border-radius-modal;
|
2024-01-07 22:33:22 +01:00
|
|
|
}
|
|
|
|
|
2024-01-29 16:42:23 +01:00
|
|
|
.config__header-left {
|
2024-01-22 17:43:21 +01:00
|
|
|
display: flex;
|
|
|
|
flex: 1 1 auto;
|
2024-04-21 17:54:48 +02:00
|
|
|
flex-direction: row;
|
2024-01-22 17:43:21 +01:00
|
|
|
|
|
|
|
> :not(:first-child) {
|
|
|
|
margin-left: space(8);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-01-07 22:33:22 +01:00
|
|
|
.config__row {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2024-01-07 01:04:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.config-option {
|
|
|
|
display: flex;
|
|
|
|
flex: 1;
|
2024-04-21 17:54:48 +02:00
|
|
|
flex-direction: column;
|
2024-01-07 01:04:28 +01:00
|
|
|
align-items: flex-start;
|
2024-03-28 23:18:10 +01:00
|
|
|
justify-content: flex-start;
|
2024-03-30 19:53:03 +01:00
|
|
|
margin: space(16) space(0) space(24);
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-top: space(16);
|
|
|
|
}
|
2024-01-07 01:04:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.config-option__title {
|
|
|
|
@extend %label-md;
|
2024-01-16 21:26:57 +01:00
|
|
|
padding: 0 space(12);
|
2024-01-07 01:04:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.config-option__list {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: flex-start;
|
|
|
|
justify-content: flex-start;
|
2024-04-21 17:54:48 +02:00
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
padding: 0;
|
2024-01-07 01:04:28 +01:00
|
|
|
|
2024-03-30 19:53:03 +01:00
|
|
|
input:first-of-type {
|
|
|
|
nav-left: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
input:last-of-type {
|
|
|
|
nav-right: none;
|
|
|
|
}
|
|
|
|
|
2024-01-07 01:04:28 +01:00
|
|
|
.config-option__tab-label {
|
|
|
|
@extend %label-sm;
|
2024-04-10 16:24:25 +02:00
|
|
|
@include trans-colors-opa;
|
2024-01-07 01:04:28 +01:00
|
|
|
display: block;
|
2024-04-10 16:24:25 +02:00
|
|
|
position: relative;
|
2024-03-30 19:53:03 +01:00
|
|
|
height: auto;
|
2024-04-10 16:24:25 +02:00
|
|
|
margin: space(4) space(12) 0;
|
2024-04-21 17:54:48 +02:00
|
|
|
padding: space(8) 0;
|
2024-01-07 01:04:28 +01:00
|
|
|
color: $color-text-inactive;
|
|
|
|
tab-index: none;
|
|
|
|
|
|
|
|
&:hover {
|
2024-04-10 16:24:25 +02:00
|
|
|
color: $color-text;
|
2024-04-21 17:54:48 +02:00
|
|
|
cursor: pointer;
|
2024-01-07 01:04:28 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
input.radio {
|
|
|
|
@extend %nav-all;
|
2024-03-30 16:36:23 +01:00
|
|
|
@include trans-colors-opa;
|
2024-01-08 09:34:06 +01:00
|
|
|
visibility: visible;
|
2024-01-07 01:04:28 +01:00
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
|
2024-03-30 16:36:23 +01:00
|
|
|
&:not(:disabled) {
|
|
|
|
&:checked + .config-option__tab-label {
|
|
|
|
border-bottom: 1dp;
|
2024-04-10 16:24:25 +02:00
|
|
|
border-color: $color-text;
|
|
|
|
color: $color-text;
|
2024-03-30 16:36:23 +01:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-04-10 16:24:25 +02:00
|
|
|
.rmlui-window:not([mouse-active]) &:focus + .config-option__tab-label {
|
2024-04-21 18:03:18 +02:00
|
|
|
transition: none;
|
2024-04-10 16:24:25 +02:00
|
|
|
animation: $focus-anim-border;
|
|
|
|
border-color: $color-secondary;
|
2024-04-21 17:54:48 +02:00
|
|
|
color: $color-secondary;
|
2024-04-10 16:24:25 +02:00
|
|
|
}
|
|
|
|
|
2024-03-30 16:36:23 +01:00
|
|
|
&:focus + .config-option__tab-label,
|
|
|
|
&:hover + .config-option__tab-label {
|
|
|
|
color: $color-text;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:disabled + .config-option__tab-label {
|
|
|
|
opacity: 0.5;
|
2024-01-07 01:04:28 +01:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
input.range slidertrack {
|
2024-02-24 19:51:58 +01:00
|
|
|
@include trans-colors;
|
2024-01-07 01:04:28 +01:00
|
|
|
height: 2dp;
|
2024-04-21 19:14:41 +02:00
|
|
|
margin-top: space(8);
|
2024-01-07 01:04:28 +01:00
|
|
|
background-color: $color-border;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.range sliderbar {
|
2024-02-24 19:51:58 +01:00
|
|
|
@include trans-colors;
|
2024-01-16 21:26:57 +01:00
|
|
|
width: space(16);
|
|
|
|
height: space(16);
|
2024-04-21 19:14:41 +02:00
|
|
|
margin-top: space(1);
|
|
|
|
margin-right: space(-8);
|
|
|
|
margin-left: space(-8);
|
2024-01-07 01:04:28 +01:00
|
|
|
transition: background-color $transition-quick;
|
2024-04-21 17:54:48 +02:00
|
|
|
border-radius: 8dp;
|
|
|
|
background-color: $color-text-dim;
|
2024-01-07 01:04:28 +01:00
|
|
|
|
2024-03-27 18:40:43 +01:00
|
|
|
.rmlui-window:not([mouse-active]) &:focus {
|
|
|
|
@include border($color-a);
|
2024-04-10 16:24:25 +02:00
|
|
|
animation: $focus-anim-bg;
|
2024-03-27 18:40:43 +01:00
|
|
|
}
|
|
|
|
|
2024-01-07 01:04:28 +01:00
|
|
|
&:hover {
|
|
|
|
background-color: $color-text;
|
2024-04-21 17:54:48 +02:00
|
|
|
cursor: pointer;
|
2024-01-07 01:04:28 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
input.range sliderbar:active,
|
|
|
|
input.range slidertrack:active + sliderbar {
|
|
|
|
background-color: $color-secondary;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.range sliderarrowdec,
|
|
|
|
input.range sliderarrowinc {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-03-28 23:18:10 +01:00
|
|
|
.config-option__details {
|
|
|
|
@extend %label-xs;
|
|
|
|
height: space(18);
|
2024-04-21 17:54:48 +02:00
|
|
|
margin: space(14) space(12) 0;
|
|
|
|
color: $color-primary;
|
2024-03-28 23:18:10 +01:00
|
|
|
}
|
|
|
|
|
2024-01-07 22:33:22 +01:00
|
|
|
.config-option__range-wrapper {
|
|
|
|
max-width: space(360);
|
2024-04-21 17:54:48 +02:00
|
|
|
margin-top: space(4);
|
2024-01-07 22:33:22 +01:00
|
|
|
}
|
|
|
|
|
2024-01-07 01:04:28 +01:00
|
|
|
.config-option__range-label {
|
|
|
|
@extend %label-sm;
|
|
|
|
|
|
|
|
display: block;
|
2024-04-21 19:14:41 +02:00
|
|
|
// flex: 0 0 space(32);
|
|
|
|
width: space(56);
|
2024-01-07 01:04:28 +01:00
|
|
|
margin: 0 12dp;
|
2024-01-16 21:26:57 +01:00
|
|
|
margin-right: space(16);
|
2024-04-21 17:54:48 +02:00
|
|
|
padding: 0;
|
2024-01-07 01:04:28 +01:00
|
|
|
color: $color-text;
|
|
|
|
tab-index: none;
|
|
|
|
}
|