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/docs/4.2/assets/scss/_component-examples.scss')
-rw-r--r--site/docs/4.2/assets/scss/_component-examples.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/docs/4.2/assets/scss/_component-examples.scss b/site/docs/4.2/assets/scss/_component-examples.scss
index 1235695b2c..c508764203 100644
--- a/site/docs/4.2/assets/scss/_component-examples.scss
+++ b/site/docs/4.2/assets/scss/_component-examples.scss
@@ -87,7 +87,7 @@
height: 3rem;
margin-bottom: .5rem;
background-color: lighten($blue, 50%);
- border-radius: .25rem;
+ @include border-radius;
}
.bd-example-container-sidebar {
@@ -95,14 +95,14 @@
width: 4rem;
height: 8rem;
background-color: lighten($blue, 25%);
- border-radius: .25rem;
+ @include border-radius;
}
.bd-example-container-body {
height: 8rem;
margin-right: 4.5rem;
background-color: lighten($bd-purple, 25%);
- border-radius: .25rem;
+ @include border-radius;
}
.bd-example-container-fluid {