Skip to content
Snippets Groups Projects
Commit 6c5cc5f8 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Styling for the help link.

parent 09ad002e
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
{% endif %}
{% if field.field.help_link %}
<a class="form__help-link" href="{{ field.field.help_link }}" target="_blank">See help guide for more information.</a>
<p class="form__help-link"><a href="{{ field.field.help_link }}" target="_blank">See help guide for more information.<svg class="form__open-icon"><use xlink:href="#open-in-new-tab"></use></svg></a></p>
{% endif %}
<div class="form__item">
......
......@@ -196,6 +196,16 @@
}
}
&__help-link {
text-align: right;
}
&__open-icon {
width: 20px;
height: 20px;
fill: $color--dark-grey;
}
&__item {
position: relative;
padding-bottom: 10px;
......
......@@ -144,6 +144,16 @@
&__help {
}
&__help-link {
text-align: right;
}
&__open-icon {
width: 20px;
height: 20px;
fill: $color--dark-grey;
}
&__item {
position: relative;
padding-bottom: 10px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment