ProjectSettingsUI for creation of new Projects + StartScreen design update
29 lines
408 B
CSS
29 lines
408 B
CSS
#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;
|
|
}
|