Fix background being transparent for verified link fields

staging
Thibaut Girka 2018-09-21 08:38:39 +02:00 committed by ThibG
parent 9e8d776a77
commit 23e7c1c765
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
border-top: 0;
dl {
background: $ui-base-color;
border-top: 1px solid lighten($ui-base-color, 4%);
border-bottom: 0;
display: flex;