Atomic Bulldog - UI/pattern library

1.11.8 - Rounded element

Source: atoms/modifiers/_rounded.scss, line 10

Open in new window

.is-rounded

Example:

image description
<div style="max-width: 500px; margin-top: 1rem"> <!-- Just for kss -->
 <div class="aspect-ratio-container is-1x1">
   <div class="aspect-ratio-content is-rounded">
     <img class="media-cover" src="https://source.unsplash.com/random" alt="image description">
   </div>
 </div>
</div>