6.2 - Box shadow
Source: variables/_box-shadow.scss, line 10
Standard box shadow use around the website
$box-shadow: 1px 5px 10px rgba(0,0,0,.1);
Example:
<div class="has-p-3 has-bg-grey-0 has-box-shadow"></div>
Atomic Bulldog - UI/pattern library
Source: variables/_box-shadow.scss, line 10
Standard box shadow use around the website
$box-shadow: 1px 5px 10px rgba(0,0,0,.1);
Example:
<div class="has-p-3 has-bg-grey-0 has-box-shadow"></div>