aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_placeholder-img.scss
blob: 90a29544e7edb0a7b2752703ed4b98864ee74770 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Placeholder svg used in the docs.
//

// Remember to update `site/_layouts/examples.html` too if this changes!

.bd-placeholder-img {
  @include font-size(1.125rem);
  text-anchor: middle;
  user-select: none;
}

.bd-placeholder-img-lg {
  @include font-size(3.5rem);
}