New backup 2025-09-01 13:00:02
This commit is contained in:
parent
ccbbc214c1
commit
8fe509ee7b
2 changed files with 3 additions and 109 deletions
|
@ -45,116 +45,11 @@ $transition-time: 0.3s;
|
|||
}
|
||||
}
|
||||
|
||||
/* .profile-personal {
|
||||
background-color: rgba($bar-bg-color, 0.5);
|
||||
}
|
||||
.profile-development {
|
||||
background-color: rgba(mix($color9, $color12), 0.5);
|
||||
}
|
||||
.profile-school {
|
||||
background-color: rgba(mix($color5, $color3), 0.5);
|
||||
}
|
||||
.profile-work {
|
||||
background-color: rgba(mix($color5, $color4, 30%), 0.5);
|
||||
}*/
|
||||
|
||||
/*.profile {
|
||||
margin-left: 10px;
|
||||
font-size: 0.95em;
|
||||
font-weight: bold;
|
||||
border: 2px solid $bar-bg-color;
|
||||
border-right: 0px solid transparent;
|
||||
border-radius: $bar-module-border-radius 0px 0px $bar-module-border-radius;
|
||||
color: $bar-bg-color;
|
||||
&.profile-personal {
|
||||
background-color: transparent;
|
||||
color: $bar-bg-color;
|
||||
border-color: $bar-bg-color;
|
||||
}
|
||||
&.profile-development {
|
||||
color: $color0;
|
||||
background-color: mix($color9, $color12);
|
||||
border-color: mix($color9, $color12);
|
||||
}
|
||||
&.profile-school {
|
||||
color: $color0;
|
||||
background-color: mix($color5, $color3);
|
||||
border-color: mix($color5, $color3);
|
||||
}
|
||||
&.profile-work {
|
||||
color: $color0;
|
||||
background-color: mix($color5, $color4, 30%);
|
||||
border-color: mix($color5, $color4, 30%);
|
||||
}
|
||||
}
|
||||
|
||||
.workspaces {
|
||||
margin: 0px 0px;
|
||||
box.ws-center {
|
||||
>box>button {
|
||||
background-color: $bar-bg-color;
|
||||
color: $bar-module-fg-color;
|
||||
border-radius: 0px $bar-module-border-radius - 3 $bar-module-border-radius - 3 0px;
|
||||
}
|
||||
&.true>box>button {
|
||||
border-radius: $bar-module-border-radius - 3;
|
||||
}
|
||||
}
|
||||
border: 2px solid $bar-bg-color;
|
||||
border-left: 0px solid transparent;
|
||||
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
|
||||
revealer {
|
||||
&.ws-left {
|
||||
>box>box {
|
||||
color: $bar-bg-color;
|
||||
border-left: 2px solid $bar-bg-color;
|
||||
}
|
||||
}
|
||||
&.ws-right {
|
||||
>box>box {
|
||||
color: $bar-bg-color;
|
||||
&:not(:last-child){
|
||||
border-right: 2px solid $bar-bg-color;
|
||||
}
|
||||
&:last-child {
|
||||
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
button {
|
||||
min-width: 35px;
|
||||
padding: 1px 2px;
|
||||
transition: all 0.3s;
|
||||
label {
|
||||
padding: 2px 6px;
|
||||
margin-right: -10px;
|
||||
}
|
||||
.workspace-number {
|
||||
margin: 0px;
|
||||
margin-left: -2px;
|
||||
margin-top: -6px;
|
||||
padding: 0px;
|
||||
font-size: 0.6em;
|
||||
}
|
||||
&:hover {
|
||||
text-shadow: $bar-bg-color;
|
||||
color: darker($bar-bg-color);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
@import "./bar/workspaces.scss";
|
||||
|
||||
/* .active_window {
|
||||
border: 2px solid $bar-bg-color;
|
||||
color: $bar-bg-color;
|
||||
padding: 0px 10px;
|
||||
border-radius: $bar-module-border-radius;
|
||||
margin-left: 10px;
|
||||
}*/
|
||||
|
||||
.scratchpad {
|
||||
// margin-left: 10px;
|
||||
&>widget>box>box>label {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
|
|
@ -84,13 +84,13 @@ $work-color: mix($color5, $color4, 30%);
|
|||
}
|
||||
}
|
||||
&.ws-right {
|
||||
>box>box
|
||||
&>button {
|
||||
>box>box {
|
||||
>button {
|
||||
border-right: 2px solid $bar-bg-color;
|
||||
}
|
||||
&:last-child {
|
||||
border-right: 0px solid transparent;
|
||||
&>button {
|
||||
border-right: 0px solid transparent;
|
||||
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
|
||||
}
|
||||
}
|
||||
|
@ -128,7 +128,6 @@ $work-color: mix($color5, $color4, 30%);
|
|||
&.profile-work {
|
||||
background-color: rgba($work-color,0.5);
|
||||
}
|
||||
// background-color: rgba($bar-bg-color,0.4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue