use correct color variable for border
This commit is contained in:
parent
67f90c7984
commit
893cc5ec01
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@
|
|||
float: right;
|
||||
margin-top: 8px;
|
||||
padding-bottom: 7px;
|
||||
border-bottom: 1px solid $white-dark;
|
||||
border-bottom: 1px solid $border-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue