|
@@ -74,7 +74,7 @@
|
|
|
|
|
|
.divide-y#{$name-prefixed} {
|
|
.divide-y#{$name-prefixed} {
|
|
> :not(template) ~ :not(template) {
|
|
> :not(template) ~ :not(template) {
|
|
- border-top: var(--#{$prefix}border-width) var(--#{$prefix}border-style) $border-color-translucent !important;
|
|
|
|
|
|
+ border-top: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color-translucent) !important;
|
|
}
|
|
}
|
|
|
|
|
|
> :not(template):not(:first-child) {
|
|
> :not(template):not(:first-child) {
|
|
@@ -88,7 +88,7 @@
|
|
|
|
|
|
.divide-x#{$name-prefixed} {
|
|
.divide-x#{$name-prefixed} {
|
|
> :not(template) ~ :not(template) {
|
|
> :not(template) ~ :not(template) {
|
|
- border-left: var(--#{$prefix}border-width) var(--#{$prefix}border-style) $border-color-translucent !important;
|
|
|
|
|
|
+ border-left: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color-translucent) !important;
|
|
}
|
|
}
|
|
|
|
|
|
> :not(template):not(:first-child) {
|
|
> :not(template):not(:first-child) {
|