Fix border color on activities page

This commit is contained in:
Annabel Dunstone Gray 2017-04-21 15:24:27 -05:00
parent 37a91bf900
commit 1fab0e5ca1
2 changed files with 1 additions and 2 deletions

View file

@ -230,7 +230,6 @@
float: right;
margin-top: 8px;
padding-bottom: 8px;
border-bottom: 1px solid $border-color;
}
}

View file

@ -110,7 +110,7 @@
.top-area {
@include clearfix;
border-bottom: 1px solid $white-normal;
border-bottom: 1px solid $border-color;
.nav-text {
padding-top: 16px;