Utilities

Additional styling helpers.

Shadow

Mappr UI customizes the default Bootstrap shadows.

Shadows

A shadow can be added to any element with the shadow-{size} classes.

No shadow
Small shadow
Regular shadow
Larger shadow
<h5>Shadows</h5>
<p>A shadow can be added to any element with the <code>shadow-{size}</code> classes.</p>

<div class="shadow-none p-3 mb-5 bg-light rounded">No shadow</div>
<div class="shadow-sm p-3 mb-5 bg-white rounded">Small shadow</div>
<div class="shadow p-3 mb-5 bg-white rounded">Regular shadow</div>
<div class="shadow-lg p-3 mb-5 bg-white rounded">Larger shadow</div>