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

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;
}