Fix glitch SCSS for links in error messages in admin interface

Port SCSS changes from 011b032300
signup-info-prompt
ThibG 2019-05-03 20:36:36 +02:00 committed by Thibaut Girka
parent 33c80e0783
commit 1149ddd3da
1 changed files with 11 additions and 0 deletions

View File

@ -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;
}