15 lines
No EOL
220 B
SCSS
15 lines
No EOL
220 B
SCSS
@use "../hippie-style/hippie";
|
|
|
|
.body_start {
|
|
main {
|
|
@extend .sec_main_center;
|
|
}
|
|
|
|
#www_search {
|
|
input[type="text"] {
|
|
flex: 1;
|
|
padding: hippie.$padding_basic;
|
|
line-height: hippie.$line_text_basic;
|
|
}
|
|
}
|
|
} |