mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-28 23:32:15 +01:00
- Updated frameworks for better browser support - Improved responsive design - Versioned documentation - Better social media support via the Jekyll SEO plugin - New looks, fwiw - Start page has some more relevant info - Documentation sorted to be more easily accessible - Internally upgraded from plain CSS to SASS
7 lines
249 B
SCSS
7 lines
249 B
SCSS
// 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; }
|