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:
parent
1b7e4f4888
commit
432af47d2c
4 changed files with 101 additions and 1 deletions
15
source/style/modules/_start.scss
Normal file
15
source/style/modules/_start.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue