mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
Add welcome page and clean a bit
This commit is contained in:
25
renderer/welcome.css
Normal file
25
renderer/welcome.css
Normal file
@@ -0,0 +1,25 @@
|
||||
.welcome-div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
flex: 1;
|
||||
padding: 0 60px;
|
||||
}
|
||||
|
||||
.title {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
font-size: 60px;
|
||||
margin-bottom: 60px;
|
||||
color: #ffffff;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.button-div {
|
||||
display: flex;
|
||||
flex: 2;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-top: 8px;
|
||||
gap: 40px;
|
||||
}
|
||||
Reference in New Issue
Block a user