2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Add null $card-box-shadow variable (#34440)

Fixes #34421

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Mark Otto
2021-07-07 23:44:55 -07:00
committed by GitHub
parent f254047d92
commit 0fc117cec5
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@
background-clip: border-box;
border: $card-border-width solid $card-border-color;
@include border-radius($card-border-radius);
@include box-shadow($card-box-shadow);
> hr {
margin-right: 0;