fix border styles
This commit is contained in:
parent
5ef51a939e
commit
81c5f91ab3
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue