mirror of https://github.com/ColorlibHQ/AdminLTE
fix: remove margin-bottom from card
parent
cc5ef846c9
commit
d0734c80a1
|
@ -5,7 +5,6 @@
|
||||||
// Color variants
|
// Color variants
|
||||||
.card {
|
.card {
|
||||||
@include box-shadow($lte-card-shadow);
|
@include box-shadow($lte-card-shadow);
|
||||||
margin-bottom: map-get($spacers, 3);
|
|
||||||
|
|
||||||
&[class*="card-"]:not(.card-outline),
|
&[class*="card-"]:not(.card-outline),
|
||||||
&[class*="text-bg-"]:not(.card-outline) {
|
&[class*="text-bg-"]:not(.card-outline) {
|
||||||
|
|
Loading…
Reference in New Issue