Bootstrap

This commit is contained in:
2019-09-01 13:09:11 +02:00
parent bcbca344aa
commit b50201e20f
87 changed files with 6960 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// stylelint-disable declaration-no-important
.shadow-sm { box-shadow: $box-shadow-sm !important; }
.shadow { box-shadow: $box-shadow !important; }
.shadow-lg { box-shadow: $box-shadow-lg !important; }
.shadow-none { box-shadow: none !important; }