1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/site/assets/scss/_placeholder-img.scss

16 lines
276 B
SCSS
Raw Normal View History

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