arles-2020: add margin between form title and icon (#40756)

This commit is contained in:
Serghei Mihai 2020-03-16 16:07:53 +01:00
parent 14a34be60b
commit d6c8963b41
1 changed files with 6 additions and 1 deletions

View File

@ -178,7 +178,12 @@ div#header {
color: $primary-color;
position: absolute;
font-family: FontAwesome;
right: 0.7em;
right: 0.5em;
}
li.required-authentication, li.is-redirection {
a {
padding-right: 1.5em;
}
}
li.required-authentication a::after {
content: '\f234';