feat: Add start screen

- Rename existing ui start screen to tile
- Add start screen
- Search input for DuckDuckGo
- Unfinished portal content
This commit is contained in:
sthag 2025-11-16 12:13:57 +01:00
parent 1b7e4f4888
commit 432af47d2c
4 changed files with 101 additions and 1 deletions

View file

@ -0,0 +1,15 @@
@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;
}
}
}