mirror of
https://github.com/tabler/tabler.git
synced 2026-07-15 18:11:42 +04:00
10 lines
205 B
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);
|
|
}
|
|
}
|