mirror of https://github.com/twbs/bootstrap.git
20 lines
349 B
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);
|
|
}
|
|
}
|