mirror of
https://github.com/tabler/tabler.git
synced 2026-08-13 14:52:22 +04:00
fix #990: border colors consistent with background and button colors
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
color: rgba(var(--#{$prefix}#{$color}-rgb), var(--#{$prefix}text-opacity)) !important;
|
||||
background-color: rgba(var(--#{$prefix}#{$color}-lt-rgb), var(--#{$prefix}bg-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-#{"" + $color} {
|
||||
border-color: $value !important;
|
||||
}
|
||||
}
|
||||
|
||||
@each $color, $value in $theme-colors {
|
||||
|
||||
Reference in New Issue
Block a user