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

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2020-12-08 08:14:39 +0300
committerGitHub <noreply@github.com>2020-12-08 08:14:39 +0300
commit2868f68c40b1af76670565e09ccc168dccf6c570 (patch)
treefbd4800225d59df5af11b9d78a9274288a5ee106 /docs/assets
parentb18fe1c26d8f6d6ac710b13aad0eee92aa5ba05f (diff)
New icon permalink page (#516)
* New icon permalink page * linting * Add icon-font snippet, tweak things a bit more
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/scss/docs.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss
index 2a786de07..f5896ddc6 100644
--- a/docs/assets/scss/docs.scss
+++ b/docs/assets/scss/docs.scss
@@ -122,3 +122,21 @@
}
}
}
+
+.icon-examples .bi {
+ width: 1em;
+ height: 1em;
+}
+
+.icon-demo {
+ background-color: #fdfdfd;
+ background-image: radial-gradient(circle, #ddd 1px, rgba(0, 0, 0, 0) 1px);
+ background-size: 1rem 1rem;
+}
+
+// stylelint-disable declaration-no-important
+.py-6 {
+ padding-top: 4.5rem !important;
+ padding-bottom: 4.5rem !important;
+}
+// stylelint-enable declaration-no-important