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 'scss/_card.scss')
-rw-r--r--scss/_card.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/scss/_card.scss b/scss/_card.scss
index 25c511a90b..b4d4950dc9 100644
--- a/scss/_card.scss
+++ b/scss/_card.scss
@@ -213,6 +213,10 @@
}
}
+ &:only-child {
+ @include border-radius($card-border-radius);
+ }
+
&:not(:first-child):not(:last-child):not(:only-child) {
border-radius: 0;
@@ -221,10 +225,6 @@
border-radius: 0;
}
}
-
- &:only-child {
- @include border-radius($card-border-radius);
- }
}
}
}