App icon, logs are now stored to log.txt file, work in progress on intergration with rustpotter
This commit is contained in:
parent
4e1413d400
commit
5f35beb5cf
72 changed files with 515 additions and 2993 deletions
2432
src/css/main.scss
2432
src/css/main.scss
File diff suppressed because it is too large
Load diff
|
|
@ -71,4 +71,22 @@ a {
|
|||
|
||||
select, input {
|
||||
color: #ccc!important;
|
||||
}
|
||||
|
||||
.form {
|
||||
label {
|
||||
font-weight: bold!important;
|
||||
color: #8AC832!important;
|
||||
font-size: 15px!important;
|
||||
border-bottom: 1px dotted gray;
|
||||
margin-bottom: 10px!important;
|
||||
|
||||
& + div {
|
||||
line-height: 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
.svelteui-Tab-label {
|
||||
font-size: 18px!important;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue