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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs/4.2/assets/scss/_placeholder-img.scss')
-rw-r--r--site/docs/4.2/assets/scss/_placeholder-img.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/site/docs/4.2/assets/scss/_placeholder-img.scss b/site/docs/4.2/assets/scss/_placeholder-img.scss
new file mode 100644
index 0000000000..a9f8a41cb5
--- /dev/null
+++ b/site/docs/4.2/assets/scss/_placeholder-img.scss
@@ -0,0 +1,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;
+ }
+}