- Remove border and add shadow to cards by default.
This commit is contained in:
@@ -94,3 +94,7 @@ $navbar-dark-hover-color: $white!default;
|
|||||||
|
|
||||||
// Breadcrumb
|
// Breadcrumb
|
||||||
$breadcrumb-divider: quote(">");
|
$breadcrumb-divider: quote(">");
|
||||||
|
|
||||||
|
// Cards
|
||||||
|
$card-border-width: 0;
|
||||||
|
$card-box-shadow: 0 .125rem .25rem rgba($black, .075);
|
||||||
|
|||||||
Reference in New Issue
Block a user