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/static/docs/4.3/assets/scss/_placeholder-img.scss')
-rw-r--r--site/static/docs/4.3/assets/scss/_placeholder-img.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/site/static/docs/4.3/assets/scss/_placeholder-img.scss b/site/static/docs/4.3/assets/scss/_placeholder-img.scss
new file mode 100644
index 0000000000..90a29544e7
--- /dev/null
+++ b/site/static/docs/4.3/assets/scss/_placeholder-img.scss
@@ -0,0 +1,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);
+}