- 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-divider: quote(">");
|
||||
|
||||
// Cards
|
||||
$card-border-width: 0;
|
||||
$card-box-shadow: 0 .125rem .25rem rgba($black, .075);
|
||||
|
||||
Reference in New Issue
Block a user