fix border styles

This commit is contained in:
mathuramg 2016-07-11 22:53:27 -04:00
parent 5ef51a939e
commit 81c5f91ab3
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,9 @@
display: flex;
flex-wrap: wrap;
padding-bottom: #{40 / $base-font-size}rem;
border-bottom: 2px dashed $light-button-border-color;
& + & {
border-top: 2px dashed $light-button-border-color;
}
}
.preference__title {