Skip to content

Commit

Permalink
Add border utility classes to auk-additions file
Browse files Browse the repository at this point in the history
  • Loading branch information
brenner-company committed Apr 16, 2021
1 parent e44f63b commit 8c82dee
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app/styles/au-kaleidos-css/_auk-additions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,19 @@
.auk-u-text-error {
color: $error-text-color;
}

.auk-u-border-top {
border-top: .1rem solid $au-gray-300 !important;
}

.auk-u-border-right {
border-right: .1rem solid $au-gray-300 !important;
}

.auk-u-border-bottom {
border-bottom: .1rem solid $au-gray-300 !important;
}

.auk-u-border-left {
border-left: .1rem solid $au-gray-300 !important;
}

0 comments on commit 8c82dee

Please sign in to comment.