bootstrap/site/src/scss/_placeholder-img.scss

20 lines
349 B
SCSS

@use "../../../scss/vendor/rfs" as *;
//
// Placeholder svg used in the docs.
//
// Remember to update `site/_layouts/examples.html` too if this changes!
@layer custom {
.bd-placeholder-img {
@include font-size(1.125rem);
user-select: none;
text-anchor: middle;
}
.bd-placeholder-img-lg {
@include font-size(3.5rem);
}
}