New backup 2025-06-30 12:00:01
This commit is contained in:
parent
d14647c399
commit
9edc47758d
1 changed files with 7 additions and 6 deletions
|
@ -7,6 +7,7 @@
|
|||
// Global Styles
|
||||
.bar {
|
||||
padding: 0px;
|
||||
margin: 0px 15px;
|
||||
>box>button {
|
||||
&:hover{
|
||||
background-color: rgba($color1,0.5);
|
||||
|
@ -15,24 +16,24 @@
|
|||
.music {
|
||||
margin: 10px;
|
||||
}
|
||||
//.tray_children {
|
||||
// margin: 0px 10px;
|
||||
//}
|
||||
/*.tray_children {
|
||||
margin: 0px 10px;
|
||||
}
|
||||
.leftgroup {
|
||||
margin-left: 5px;
|
||||
}
|
||||
.rightgroup {
|
||||
margin-right: 10px;
|
||||
}
|
||||
}*/
|
||||
.leftgroup,
|
||||
.centergroup,
|
||||
.rightgroup {
|
||||
background-color: $color1;
|
||||
background-color: $color0;
|
||||
}
|
||||
.leftgroup>*,
|
||||
.centergroup>*,
|
||||
.rightgroup>* {
|
||||
margin: 0px 0px 0px 5px;
|
||||
margin: 0px 5px;
|
||||
min-width: 25px;
|
||||
}
|
||||
scale trough,
|
||||
|
|
Loading…
Add table
Reference in a new issue