1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-15 18:11:42 +04:00
Files
tabler/core/scss/ui/_placeholder.scss
T

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);
}
}