Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2020-11-15 15:35:34 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2020-11-15 15:35:34 +0300
commit477b2d189682cce50ca2ce9caa911ff125fbf16c (patch)
tree418fdba7fe3b086bddede5e78b3f7f1f6ad6b469 /assets/stylesheets/bootstrap/_card.scss
parent9de80e7526d3f7f6b993d3622469c29fb9cfe9b7 (diff)
rake update[v5.0.0-alpha3]
Diffstat (limited to 'assets/stylesheets/bootstrap/_card.scss')
-rw-r--r--assets/stylesheets/bootstrap/_card.scss27
1 files changed, 0 insertions, 27 deletions
diff --git a/assets/stylesheets/bootstrap/_card.scss b/assets/stylesheets/bootstrap/_card.scss
index a526ec1..9b0f496 100644
--- a/assets/stylesheets/bootstrap/_card.scss
+++ b/assets/stylesheets/bootstrap/_card.scss
@@ -213,30 +213,3 @@
}
}
}
-
-
-//
-// Accordion
-//
-
-.accordion {
- overflow-anchor: none;
-
- > .card {
- overflow: hidden;
-
- &:not(:last-of-type) {
- border-bottom: 0;
- @include border-bottom-radius(0);
- }
-
- &:not(:first-of-type) {
- @include border-top-radius(0);
- }
-
- > .card-header {
- @include border-radius(0);
- margin-bottom: -$card-border-width;
- }
- }
-}