mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
Merge pull request #19861 from twbs/card-borders
Jank card borders were too janky
This commit is contained in:
commit
3b62fc0806
1 changed files with 1 additions and 2 deletions
|
|
@ -9,8 +9,7 @@
|
|||
background-color: $card-bg;
|
||||
// border: $card-border-width solid $card-border-color;
|
||||
@include border-radius($card-border-radius);
|
||||
// Doesn't use mixin so that cards always have a "border"
|
||||
box-shadow: inset 0 0 0 $card-border-width $card-border-color;
|
||||
border: $card-border-width solid $card-border-color;
|
||||
}
|
||||
|
||||
.card-block {
|
||||
|
|
|
|||
Loading…
Reference in a new issue