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

_placeholder-img.scss « scss « assets « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f5bbe41892669bcb39b5ce290cea2df0da0b5b3 (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);
  user-select: none;
  text-anchor: middle;
}

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