Use 'border-left-color' prop

This commit is contained in:
leigh-mil 2019-01-28 17:17:28 -05:00
parent 526ab59024
commit 9b6c1948b8

View File

@ -272,7 +272,7 @@
.task-order__invite-officer {
padding: 1.5rem;
background-color: $color-aqua-lightest;
border-color: $color-blue;
border-left-color: $color-blue;
border-left-style: solid;
border-left-width: $gap / 2;