Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_placeholder-img.scss « scss « assets « 4.3 « docs « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 90a29544e7edb0a7b2752703ed4b98864ee74770 (plain)
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);
}