Fix glitch SCSS for links in error messages in admin interface

Port SCSS changes from 8c716f917f
th-downstream
ThibG 5 years ago committed by Thibaut Girka
parent 73bc58c656
commit 0f1d2f4d71

@ -533,6 +533,17 @@ code {
color: $error-value-color;
}
a {
display: inline-block;
color: $darker-text-color;
text-decoration: none;
&:hover {
color: $primary-text-color;
text-decoration: underline;
}
}
p {
margin-bottom: 15px;
}

Loading…
Cancel
Save