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 <markdotto@gmail.com>2020-03-19 19:46:47 +0300
committerMark Otto <otto@github.com>2020-03-19 19:51:29 +0300
commit5ff07deb4dd7ea6c5d99fb59a25586c8b8674d37 (patch)
tree954e10e64e99f72a15e3b9f1065d8a74f9ec9795
parentfec0d471c98a2bb6f758fa8752c655abceebca46 (diff)
Fix homepage examplesv1.0.0-alpha3
-rw-r--r--docs/assets/scss/_syntax.scss14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/assets/scss/_syntax.scss b/docs/assets/scss/_syntax.scss
index 4287ff55a..eb4b26aaf 100644
--- a/docs/assets/scss/_syntax.scss
+++ b/docs/assets/scss/_syntax.scss
@@ -2,7 +2,7 @@
.highlight {
pre {
- padding: 1.5rem;
+ padding: 1.25rem;
margin-bottom: 1.5rem;
background-color: rgba(0, 0, 0, .025);
border-radius: .25rem;
@@ -18,6 +18,18 @@
}
}
+.bd-example {
+ padding: 1.25rem;
+ border: 1px solid rgba(0, 0, 0, .1);
+ border-top-left-radius: .25rem;
+ border-top-right-radius: .25rem;
+
+ + .highlight pre {
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
+ }
+}
+
.chroma .dl { color: #4070a0; }
.chroma .c { color: #999; }
.chroma .c1 { color: #999; }