Atomic Bulldog - UI/pattern library

6.2 - Box shadow

Source: variables/_box-shadow.scss, line 10

Open in new window

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>