mirror of
https://github.com/relativemodder/aegnux.git
synced 2025-12-10 05:29:38 +05:00
23 lines
381 B
CSS
23 lines
381 B
CSS
#title_label {
|
|
margin-top: 20px;
|
|
font-size: 18pt;
|
|
}
|
|
|
|
#subtitle_label {
|
|
color: #999999;
|
|
margin-left: 3em;
|
|
margin-right: 3em;
|
|
}
|
|
|
|
#install_button {
|
|
margin-top: 30px;
|
|
margin-bottom: 30px;
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
margin-left: 3em;
|
|
margin-right: 3em;
|
|
}
|
|
|
|
#footer_label {
|
|
margin-bottom: 10px;
|
|
} |