New backup 2025-09-03 18:11:14

This commit is contained in:
Penelope Gwen 2025-09-03 18:11:14 -07:00
parent 0852d74e27
commit 288bf687a1
4 changed files with 14 additions and 3 deletions

View file

@ -47,15 +47,16 @@ $transition-time: 0.3s;
}
@import "./bar/profile.scss";
@import "./bar/workspaces.scss";
@import "./bar/scratchpad.scss";
@import "./bar/charts.scss";
&>box>button,
// &>box>button,
&>box>label,
.bar-module>button,
// .bar-module>button,
.bar-module>label,
// .revealer-on-hover>widget>box>box>*,
.reveal_children>widget>image,

View file

@ -5,6 +5,6 @@
margin: 0px 5px;
@import "./styles/button.scss";
&.inactive {
opacity: 0.6;
opacity: 0.5;
}
}

View file

@ -0,0 +1,4 @@
.profile {
padding: 0px 5px;
}

View file

@ -5,6 +5,11 @@ $work-color: mix($color5, $color4, 30%);
.profile,
.workspaces {
// $module-bg-color: $color7;
// $module-fg-color: $bar-module-fg-color;
// margin: 0px 5px;
// @import "./styles/button.scss";
border: 2px solid $bar-bg-color;
font-weight: bold;
&.profile-personal {
@ -25,6 +30,7 @@ $work-color: mix($color5, $color4, 30%);
border-right: 0px solid transparent;
border-radius: $bar-module-border-radius 0px 0px $bar-module-border-radius;
color: $bar-bg-color;
padding: 0px 10px;
&.profile-development,
&.profile-school,
&.profile-work {