New backup 2025-08-31 16:15:01
This commit is contained in:
parent
de01701626
commit
5add52a335
2 changed files with 12 additions and 10 deletions
|
@ -21,7 +21,8 @@ $bar-module-hover-shadow: 1px 1px 4px rgba($color8,0.45),-1px 1px 4px rgba($colo
|
||||||
$bar-hover-bg-color: rgba($color1,0.5);
|
$bar-hover-bg-color: rgba($color1,0.5);
|
||||||
$bar-hover-fg-color: rgba($color13,0.6);
|
$bar-hover-fg-color: rgba($color13,0.6);
|
||||||
//$bar-module-border-radius: 8px;
|
//$bar-module-border-radius: 8px;
|
||||||
$bar-module-border-radius: 12px;
|
$bar-module-border-radius: 1px;
|
||||||
|
//$bar-module-border-radius: 12px;
|
||||||
//$bar-module-inner-radius: $bar-module-border-radius - 2;
|
//$bar-module-inner-radius: $bar-module-border-radius - 2;
|
||||||
$bar-module-inner-radius: $bar-module-border-radius - 6;
|
$bar-module-inner-radius: $bar-module-border-radius - 6;
|
||||||
|
|
||||||
|
|
|
@ -5,16 +5,17 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
/* padding: 10px 0px 10px;
|
/* padding: 10px 0px 10px;
|
||||||
margin: 0px 15px;*/
|
margin: 0px 15px;*/
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border-radius: 0px 0px $bar-module-border-radius 0px;
|
/* border-radius: 0px 0px $bar-module-border-radius 0px;*/
|
||||||
|
border-radius: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
/* background: none;*/
|
/* background: none;
|
||||||
background-color: $bar-bg-color;
|
background-color: rgba($bar-bg-color, 0.5);*/
|
||||||
.leftgroup,
|
.leftgroup,
|
||||||
.centergroup,
|
.centergroup,
|
||||||
.rightgroup {
|
.rightgroup {
|
||||||
/* margin: 10px 0px 10px;*/
|
/* margin: 10px 0px 10px;*/
|
||||||
/* background-color: $bar-bg-color;
|
background-color: $bar-bg-color;
|
||||||
& .profile-work {
|
/* & .profile-work {
|
||||||
background-color: mix($color5, $color12);
|
background-color: mix($color5, $color12);
|
||||||
}
|
}
|
||||||
background-color: lighter($bar-bg-color);
|
background-color: lighter($bar-bg-color);
|
||||||
|
@ -28,14 +29,14 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
&>button,
|
&>button,
|
||||||
&>label {
|
&>label {
|
||||||
color: $bar-module-fg-color;
|
color: $bar-module-fg-color;
|
||||||
border-radius: $bar-module-inner-radius;
|
/* border-radius: $bar-module-inner-radius;*/
|
||||||
margin: 0px 5px;
|
margin: 0px 5px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
min-width: $bar-module-width;
|
min-width: $bar-module-width;
|
||||||
}
|
}
|
||||||
.revealer-on-hover>widget>box>box>* {
|
.revealer-on-hover>widget>box>box>* {
|
||||||
border-radius: $bar-module-inner-radius;
|
/* border-radius: $bar-module-inner-radius;*/
|
||||||
}
|
}
|
||||||
.revealer-on-hover>widget>box>box>*,
|
.revealer-on-hover>widget>box>box>*,
|
||||||
.reveal_children>widget>image,
|
.reveal_children>widget>image,
|
||||||
|
@ -46,7 +47,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
}
|
}
|
||||||
.revealer-on-hover.true {
|
.revealer-on-hover.true {
|
||||||
background-color: $bar-reveal-children-bg-color;
|
background-color: $bar-reveal-children-bg-color;
|
||||||
border-radius: $bar-module-inner-radius;
|
/* border-radius: $bar-module-inner-radius;*/
|
||||||
box-shadow: 3px 0 3px -2px $bar-module-fg-color;
|
box-shadow: 3px 0 3px -2px $bar-module-fg-color;
|
||||||
&>widget>box>box>* {
|
&>widget>box>box>* {
|
||||||
background-color: $bar-bg-color;
|
background-color: $bar-bg-color;
|
||||||
|
@ -168,7 +169,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
image{
|
image{
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
border-radius: $bar-module-inner-radius;
|
/* border-radius: $bar-module-inner-radius;*/
|
||||||
}
|
}
|
||||||
&:hover,&:hover image {
|
&:hover,&:hover image {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue