change icon for share , change color in text of Infobox

This commit is contained in:
Milos Holba
2021-01-21 20:49:32 +01:00
parent 98d1926ab3
commit 078d920c19
8 changed files with 35 additions and 52 deletions
@@ -11,9 +11,7 @@
<!-- Infobox for successfull sended email -->
<div v-if="isGeneratedShared && shareViaEmail" class="info-box">
<InfoBox >
{{$t('shared_form.email_successfully_send_message')}}
</InfoBox>
<InfoBox v-html="$t('shared_form.email_successfully_send_message')"/>
</div>