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

16 lines
276 B
SCSS
Raw Permalink Normal View History

2018-11-09 01:33:02 +08:00
//
// Placeholder svg used in the docs.
//
2018-11-14 21:52:02 +08:00
// Remember to update `site/_layouts/examples.html` too if this changes!
2018-11-09 01:33:02 +08:00
.bd-placeholder-img {
@include font-size(1.125rem);
user-select: none;
2021-12-14 15:40:42 +08:00
text-anchor: middle;
2018-11-09 01:33:02 +08:00
}
.bd-placeholder-img-lg {
@include font-size(3.5rem);
2018-11-09 01:33:02 +08:00
}