UI: ProjectSettingsUI
ProjectSettingsUI for creation of new Projects + StartScreen design update
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
@@ -0,0 +1,28 @@
|
||||
#projectButton {
|
||||
font-size: 17pt;
|
||||
border: 1px solid lightgray;
|
||||
border-radius: 10px;
|
||||
background: white;
|
||||
}
|
||||
|
||||
#projectButton:hover {
|
||||
color: white;
|
||||
background: navy;
|
||||
}
|
||||
|
||||
#recentButton{
|
||||
font-size: 12pt;
|
||||
color: black;
|
||||
background: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#recentButton:hover{
|
||||
background: lightgray;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#recentLabel {
|
||||
font-size: 16pt;
|
||||
color: black;
|
||||
}
|
||||
Reference in New Issue
Block a user