hippie/source/style/modules/_start.scss
sthag 432af47d2c feat: Add start screen
- Rename existing ui start screen to tile
- Add start screen
- Search input for DuckDuckGo
- Unfinished portal content
2025-11-16 12:13:57 +01:00

15 lines
No EOL
223 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;
}
}
}