From 477b2d189682cce50ca2ce9caa911ff125fbf16c Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sun, 15 Nov 2020 12:35:34 +0000 Subject: rake update[v5.0.0-alpha3] --- assets/stylesheets/bootstrap/_card.scss | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'assets/stylesheets/bootstrap/_card.scss') 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; - } - } -} -- cgit v1.2.3