Border Radius
For roundin' out those corners.
.is-rounded-b
border-radius: 4px
The base rounded measure<div class="is-rounded-b has-bg-gray-light has-padding" style="width:150px;height:150px"></div>
Repo | Count | Location(s) |
---|---|---|
texastribune | 5 |
.is-rounded-l
border-radius: 40px
. (Used for pill buttons in donation CTAs.)<div class="is-rounded-l has-bg-gray-light has-padding" style="width:150px;height:150px"></div>
Repo | Count | Location(s) |
---|---|---|
texastribune | 1 |
.is-rounded-full
border-radius: 50%
Used for circles. Works best with a width and height<div class="is-rounded-full has-bg-gray-light has-padding" style="width:150px;height:150px"></div>
This class isn't referenced anywhere