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 {
|
2019-02-08 06:32:05 +08:00
|
|
|
@include font-size(1.125rem);
|
2019-02-09 20:21:41 +08:00
|
|
|
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 {
|
2019-02-08 06:32:05 +08:00
|
|
|
@include font-size(3.5rem);
|
2018-11-09 01:33:02 +08:00
|
|
|
}
|