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/_brand.scss')
-rw-r--r--site/docs/4.2/assets/scss/_brand.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/4.2/assets/scss/_brand.scss b/site/docs/4.2/assets/scss/_brand.scss
index c8c5c2d566..d7d9f1f09b 100644
--- a/site/docs/4.2/assets/scss/_brand.scss
+++ b/site/docs/4.2/assets/scss/_brand.scss
@@ -10,7 +10,7 @@
overflow: hidden;
color: $bd-purple;
background-color: #f9f9f9;
- border-radius: .25rem;
+ @include border-radius;
.inverse {
color: $white;
@@ -79,7 +79,7 @@
height: 4rem;
margin-right: .25rem;
margin-left: .25rem;
- border-radius: .25rem;
+ @include border-radius;
@include media-breakpoint-up(md) {
width: 6rem;