feat: Rename io classes

This leads to more renaming.

- io_input is now input_io
- io_button is now button_io
This commit is contained in:
sthag 2025-06-19 16:15:44 +02:00
parent a1a4bd408b
commit 3eab0f0956
2 changed files with 21 additions and 8 deletions

View file

@ -79,7 +79,7 @@ td > textarea {
}
}
.io_input, .io_textarea, .io_select {
.input_io, .io_textarea, .io_select {
padding: $space_half;
color: $color_text_io;
background-color: $color_back_io;
@ -114,7 +114,7 @@ td > textarea {
}
}
.io_input, .io_textarea {
.input_io, .io_textarea {
border: $border_io;
&[readonly="readonly"],
@ -149,7 +149,7 @@ button {
}
.io_button {
.button_io {
@extend %basic_button;
border: $width_border_io solid $color_border_button;
padding: $padding_basic;