Fix border color on activities page
This commit is contained in:
parent
37a91bf900
commit
1fab0e5ca1
2 changed files with 1 additions and 2 deletions
|
@ -230,7 +230,6 @@
|
|||
float: right;
|
||||
margin-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
border-bottom: 1px solid $border-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue