2025-10-26 11:33:54 +01:00
|
|
|
@use "../../global/config";
|
|
|
|
|
@use "../../global/common";
|
|
|
|
|
@use "../../global/typography";
|
|
|
|
|
@use "../../elements/interactive";
|
|
|
|
|
|
2025-10-20 18:55:07 +02:00
|
|
|
input[type="range"] {
|
2025-10-26 11:33:54 +01:00
|
|
|
accent-color: config.$color_text_io;
|
2025-10-20 18:55:07 +02:00
|
|
|
}
|
|
|
|
|
|
2025-06-22 15:48:01 +02:00
|
|
|
header,
|
|
|
|
|
aside,
|
|
|
|
|
footer {
|
|
|
|
|
&.io {
|
2025-10-20 21:08:42 +02:00
|
|
|
nav {
|
|
|
|
|
li,
|
|
|
|
|
label,
|
|
|
|
|
input[type="range"] {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
2025-06-22 15:48:01 +02:00
|
|
|
}
|
|
|
|
|
|
2026-02-14 19:07:11 +01:00
|
|
|
nav > span,
|
2025-10-20 21:08:42 +02:00
|
|
|
nav label,
|
2025-06-22 15:48:01 +02:00
|
|
|
.a_button {
|
|
|
|
|
@extend %basic;
|
2026-02-14 19:07:11 +01:00
|
|
|
border: config.$width_border_io solid transparent;
|
|
|
|
|
padding: config.$padding_basic;
|
2025-06-22 15:48:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.a_button {
|
2025-06-22 17:41:31 +02:00
|
|
|
@extend .button_io;
|
|
|
|
|
}
|
|
|
|
|
|
2026-02-14 10:14:55 +01:00
|
|
|
.group-input {
|
2025-10-20 21:08:42 +02:00
|
|
|
display: flex;
|
|
|
|
|
flex-flow: row nowrap;
|
2025-06-22 17:41:31 +02:00
|
|
|
}
|
2025-06-22 15:48:01 +02:00
|
|
|
|
2026-02-14 19:07:11 +01:00
|
|
|
.group-input-wrap {
|
|
|
|
|
border: config.$width_border_io solid transparent;
|
|
|
|
|
padding: config.$padding_basic;
|
|
|
|
|
background-color: config.$color_back_io;
|
|
|
|
|
|
|
|
|
|
& > input {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input:not([type="checkbox"], [type="range"]) {
|
2025-10-20 21:08:42 +02:00
|
|
|
@extend .input_io;
|
2025-10-20 18:55:07 +02:00
|
|
|
}
|
|
|
|
|
|
2025-06-22 17:41:31 +02:00
|
|
|
select {
|
|
|
|
|
@extend .io_select;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
@extend .button_io;
|
2025-06-22 18:16:04 +02:00
|
|
|
|
2026-02-14 19:07:11 +01:00
|
|
|
& > * {
|
2025-06-22 18:16:04 +02:00
|
|
|
pointer-events: none;
|
|
|
|
|
}
|
2025-06-22 15:48:01 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
header,
|
|
|
|
|
aside {
|
|
|
|
|
&.io {
|
2025-10-26 11:33:54 +01:00
|
|
|
padding: config.$space_basic;
|
2025-06-22 15:48:01 +02:00
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
|
@extend .io_textarea;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
header,
|
|
|
|
|
footer {
|
|
|
|
|
&.io {
|
|
|
|
|
@extend %flex-inline;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
}
|
2026-02-13 18:04:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table .io nav {
|
|
|
|
|
@extend %flex-inline;
|
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
margin: config.$margin_io;
|
|
|
|
|
}
|
2025-06-22 15:48:01 +02:00
|
|
|
}
|