refactor: updade examples style
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tab-content {
|
.tab-content {
|
||||||
background-color: var(--#{$prefix}tertiary-bg);
|
background-color: rgba(var(--#{$prefix}tertiary-bg-rgb), .75);
|
||||||
}
|
}
|
||||||
|
|
||||||
& + p {
|
& + p {
|
||||||
@@ -106,9 +106,3 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include color-mode(dark) {
|
|
||||||
.example .tab-content {
|
|
||||||
background-color: var(--#{$prefix}secondary-bg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user