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>2021-01-07 22:57:53 +0300
committerGitHub <noreply@github.com>2021-01-07 22:57:53 +0300
commitac47ac29597d65c7320ce534a0a8100b4e9980c3 (patch)
tree0906ead9c85496262c9f755b610b0e6cc9433a0d /docs/assets
parentd146810396a5e0086c188853dadd58d13abf966b (diff)
CDN usage docs (#659)
* Update docs to include mention of CDN, tweak some other content too, and fix some styling issues with code snippets and copy button * Use the version variable * Update docs.scss * Remove commented out code Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/scss/docs.scss10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss
index 0897146db..09fdc677b 100644
--- a/docs/assets/scss/docs.scss
+++ b/docs/assets/scss/docs.scss
@@ -16,11 +16,13 @@
}
.highlight {
+ padding: 1.25rem;
+ margin-bottom: 1.5rem;
+ background-color: $gray-100;
+ border-radius: .25rem;
+
pre {
- padding: 1.25rem;
- margin-bottom: 1.5rem;
- background-color: $gray-100;
- border-radius: .25rem;
+ margin-bottom: 0;
scrollbar-width: none;
&::-webkit-scrollbar {