0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-30 12:24:19 +01:00
Bootstrap/site/assets/scss/_placeholder-img.scss

16 lines
276 B
SCSS
Raw Normal View History

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