chore(ui): enable bootstrap shadows

This commit is contained in:
Łukasz Mierzwa
2019-11-01 20:01:09 +00:00
parent b8c11f22bd
commit 7fdf08ec6e

View File

@@ -28,6 +28,8 @@ $pagination-active-bg: $pagination-hover-bg;
$pagination-disabled-color: #fff;
$pagination-disabled-bg: #dee2e6; // gray-300
$enable-shadows: true;
@import "~bootswatch/dist/flatly/variables";
@import "~bootstrap/scss/bootstrap";
@import "~bootswatch/dist/flatly/bootswatch";