New backup 2025-07-01 12:01:44
This commit is contained in:
parent
70d9c963d0
commit
5b27a9ea25
2 changed files with 6 additions and 6 deletions
|
@ -23,10 +23,10 @@
|
|||
|
||||
.control-center {
|
||||
background: alpha(@background, .3);
|
||||
border-radius: 12px;
|
||||
border: 1px solid @selected;
|
||||
border-radius: 4px;
|
||||
border: 2px solid @selected;
|
||||
/* box-shadow: 0 2px 8px 0 @background;*/
|
||||
margin: 18px;
|
||||
margin: 10px;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
|||
/* border: 1px solid @selected;*/
|
||||
box-shadow: 0px 0px 3px @selected;
|
||||
background-color: alpha(@background, .85);
|
||||
border-radius: 10px;
|
||||
border-radius: 8px;
|
||||
margin: 5px 5px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
.floating-notifications.background .notification-row .notification-background {
|
||||
background: alpha(@background, .75);
|
||||
box-shadow: inset 0px 0px 5px @selected;
|
||||
border: 1px solid @selected;
|
||||
border-radius: 8px;
|
||||
border: 2px solid @selected;
|
||||
border-radius: 4px;
|
||||
margin: 12px;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue