uiowa / uids

UI Design System
http://uids.brand.uiowa.edu
7 stars 1 forks source link

Add global `border` utility class #714

Open bspeare opened 2 years ago

bspeare commented 2 years ago

Add global border utility class. This also might need some scoping to work with other components like accordions.

.border {
  border: 1px solid;
  border-color: rgba(0,0,0,.425);
}

Proposed solution