mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
9 lines
205 B
SCSS
9 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);
|
|
}
|
|
} |