feat: Change - to _ for selector names

This commit is contained in:
sthag 2026-03-15 12:25:23 +01:00
parent 245227d7e9
commit d533563569
9 changed files with 16 additions and 16 deletions

@ -1 +1 @@
Subproject commit 89db97c35876e4f354b86bcb7fa90e2c9da937f5
Subproject commit eb4349f9e5fc118d05385c81c7b553252c98f211

View file

@ -5,7 +5,7 @@
@extend .sec_main_center;
}
#www-search {
#www_search {
input[type="text"] {
flex: 1;
padding: hippie.$padding_basic;

View file

@ -9,7 +9,7 @@
}
.body_frame {
@extend %flex-column;
@extend %flex_column;
background-color: hippie.$color_back_basic;
@ -27,7 +27,7 @@
}
main {
@extend %flex-row;
@extend %flex_row;
flex: 1;
@ -53,7 +53,7 @@
}
section {
@extend %flex-column;
@extend %flex_column;
gap: 0;
}
}
@ -66,12 +66,12 @@
}
#cli {
@extend %flex-column;
@extend %flex_column;
background-color: black;
#line {
@extend %flex-row;
@extend %flex_row;
}
#prompt {

View file

@ -6,7 +6,7 @@ $module_top_height: 32px;
$body_top_space: $module_top_height + hippie.$space_basic;
.body_new {
@extend %flex-column;
@extend %flex_column;
padding: $body_top_space hippie.$space_basic hippie.$space_basic;
}

View file

@ -178,7 +178,7 @@ $space_gui_half: hippie.$space_half;
background-color: hippie.$color_back_basic;
transition: background-color 4s;
&:hover > .mouse-overlay {
&:hover > .mouse_overlay {
background-color: transparent !important;
transition: background-color hippie.$duration_basic hippie.$timing_basic 0s !important;
}