feat: desktop config as base
This commit is contained in:
parent
d589775634
commit
7dba0b18be
34 changed files with 1148 additions and 890 deletions
|
|
@ -1,18 +1,19 @@
|
|||
window {
|
||||
margin: 5px;
|
||||
margin: 0px;
|
||||
background-color: #0f0f17;
|
||||
border-radius: 10px;
|
||||
opacity: 0.95;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 5px;
|
||||
background-color: #0f0f17;
|
||||
margin: 5px;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 5px;
|
||||
background-color: #0f0f17;
|
||||
margin: 5px;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue