Skip to content

Commit

Permalink
add border top for first row
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily committed Feb 1, 2019
1 parent 8e4946e commit d5a982e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/primer-box/lib/box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -262,14 +262,26 @@

.Box-row--yellow {
background-color: $yellow-100;

&:first-of-type {
border-top: $border-width $border-style $border-gray;
}
}

.Box-row--blue {
background-color: $bg-blue-light;

&:first-of-type {
border-top: $border-width $border-style $border-gray;
}
}

.Box-row--gray {
background-color: $bg-gray;

&:first-of-type {
border-top: $border-width $border-style $border-gray;
}
}

//Box with btn-octicon
Expand Down

0 comments on commit d5a982e

Please sign in to comment.