Fix contextual table styles

This commit is contained in:
Raphael Michel
2018-09-30 13:11:33 +02:00
parent 29ac0af55e
commit 4738aa2771

View File

@@ -148,3 +148,8 @@
box-shadow: none;
-webkit-box-shadow: none;
}
@include table-row-variant('success', lighten($brand-success, 40%));
@include table-row-variant('info', lighten($brand-info, 30%));
@include table-row-variant('warning', lighten($brand-warning, 40%));
@include table-row-variant('danger', lighten($brand-danger, 30%));