New backup 2025-07-25 17:30:07
This commit is contained in:
parent
7348d87976
commit
aa7dd7f5b1
1 changed files with 7 additions and 2 deletions
|
@ -38,10 +38,15 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
// .revealer-on-hover {
|
// .revealer-on-hover {
|
||||||
// margin-right: -10px;
|
// margin-right: -10px;
|
||||||
// }
|
// }
|
||||||
.reveal_children>* {
|
.reveal_children:not(:last-child) {
|
||||||
background-color: $bar-reveal-children-bg-color;
|
background-color: $bar-reveal-children-bg-color;
|
||||||
|
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
|
||||||
|
margin-left: -5px;
|
||||||
|
}
|
||||||
|
.reveal_children>* {
|
||||||
|
// background-color: $bar-reveal-children-bg-color;
|
||||||
// margin: 0px;
|
// margin: 0px;
|
||||||
border-radius: 0px 0px $bar-module-border-radius 0px;
|
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
|
||||||
// padding: -10px;
|
// padding: -10px;
|
||||||
// &:first-child {
|
// &:first-child {
|
||||||
// box-shadow: 4px 4px 2px 4px red;
|
// box-shadow: 4px 4px 2px 4px red;
|
||||||
|
|
Loading…
Add table
Reference in a new issue