1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
Files
tabler/core/scss/ui/_placeholder.scss

10 lines
205 B
SCSS

.placeholder {
&:not(.btn):not([class*='bg-']) {
background-color: currentColor !important;
}
&:not(.avatar):not([class*='card-img-']) {
border-radius: var(--#{$prefix}border-radius);
}
}