hippie-style/modules/io/_io_module.scss

63 lines
661 B
SCSS
Raw Normal View History

input[type="range"] {
accent-color: $color_text_io;
}
header,
aside,
footer {
&.io {
nav li {
margin: 0;
}
2025-06-22 17:41:31 +02:00
nav>div:not(.spacer),
nav>span,
.a_button {
@extend %basic;
@extend %size_io_button;
}
.a_button {
2025-06-22 17:41:31 +02:00
@extend .button_io;
}
input:not([type="range"]) {
2025-06-22 17:41:31 +02:00
@extend .input_io;
}
input[type="range"] {
margin: 0;
}
2025-06-22 17:41:31 +02:00
select {
@extend .io_select;
}
button {
@extend .button_io;
&>* {
pointer-events: none;
}
}
}
}
header,
aside {
&.io {
padding: $space_basic;
textarea {
@extend .io_textarea;
}
}
}
header,
footer {
&.io {
@extend %flex-inline;
align-items: stretch;
}
}