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:
Diffstat (limited to 'docs/assets/scss/docs.scss')
-rw-r--r--docs/assets/scss/docs.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss
index a73cc61a3..496fffdf0 100644
--- a/docs/assets/scss/docs.scss
+++ b/docs/assets/scss/docs.scss
@@ -12,6 +12,12 @@
vertical-align: -.125em;
}
+.btn-bd-primary {
+ padding-top: 1rem;
+ padding-bottom: 1rem;
+ border-radius: .5rem;
+}
+
.hero-notice {
background-color: $teal-100;