Fix the top border of verified account fields (#22006)

th-downstream
Jed Fox 2 years ago committed by GitHub
parent 360e6f7982
commit 1f371be744

@ -7138,10 +7138,12 @@ noscript {
.verified { .verified {
border: 1px solid rgba($valid-value-color, 0.5); border: 1px solid rgba($valid-value-color, 0.5);
margin-top: -1px;
&:first-child { &:first-child {
border-top-left-radius: 4px; border-top-left-radius: 4px;
border-top-right-radius: 4px; border-top-right-radius: 4px;
margin-top: 0;
} }
&:last-child { &:last-child {

Loading…
Cancel
Save