New backup 2025-09-02 11:30:02
This commit is contained in:
parent
d502d25a76
commit
c0873628b0
3 changed files with 26 additions and 23 deletions
|
@ -5,7 +5,8 @@ $transition-time: 0.3s;
|
||||||
font-size: 1.05em;
|
font-size: 1.05em;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
margin: 4px 10px;
|
margin: 4px 10px;
|
||||||
background-color: rgba($bar-bg-color, 0.2);
|
background-color: rgba(mix($bar-bg-color, $color0, 65%), 0.4);
|
||||||
|
// background-color: rgba($bar-bg-color, 0.2);
|
||||||
border-radius: $bar-module-border-radius;
|
border-radius: $bar-module-border-radius;
|
||||||
|
|
||||||
.leftgroup,
|
.leftgroup,
|
||||||
|
@ -48,30 +49,10 @@ $transition-time: 0.3s;
|
||||||
|
|
||||||
@import "./bar/workspaces.scss";
|
@import "./bar/workspaces.scss";
|
||||||
|
|
||||||
|
@import "./bar/scratchpad.scss";
|
||||||
|
|
||||||
.scratchpad {
|
@import "./bar/charts.scss";
|
||||||
&>widget>box>box>label {
|
|
||||||
padding: 0px 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
scale trough,
|
|
||||||
progressbar>trough {
|
|
||||||
background-color: $color9;
|
|
||||||
min-width: 50px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
scale trough highlight,
|
|
||||||
progressbar>trough>progress {
|
|
||||||
background-color: $color2;
|
|
||||||
border-radius: 4px;
|
|
||||||
min-height: 10px;
|
|
||||||
}
|
|
||||||
circular-progress {
|
|
||||||
color: $color9;
|
|
||||||
background-color: $color2;
|
|
||||||
}
|
|
||||||
&>box>button,
|
&>box>button,
|
||||||
&>box>label,
|
&>box>label,
|
||||||
.bar-module>button,
|
.bar-module>button,
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
scale trough,
|
||||||
|
progressbar>trough {
|
||||||
|
background-color: $color9;
|
||||||
|
min-width: 50px;
|
||||||
|
min-height: 10px;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
scale trough highlight,
|
||||||
|
progressbar>trough>progress {
|
||||||
|
background-color: $color2;
|
||||||
|
border-radius: 4px;
|
||||||
|
min-height: 10px;
|
||||||
|
}
|
||||||
|
circular-progress {
|
||||||
|
color: $color9;
|
||||||
|
background-color: $color2;
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
.scratchpad {
|
||||||
|
&>widget>box>box>label {
|
||||||
|
padding: 0px 10px;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue