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

_placeholder-img.scss « scss « assets « 4.1 « docs « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a9f8a41cb5a05905e9a13f65aa1ff64e40f53f75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Placeholder svg used in the docs.
//

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

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
}

.bd-placeholder-img-lg {
  @include media-breakpoint-up(md) {
    font-size: 3.5rem;
  }
}