Required style for add new contact box

This commit is contained in:
benguozakinci@gmail.com 2021-08-26 11:15:22 +03:00
parent 54442bd8ea
commit ef1f6c785e
2 changed files with 2 additions and 3 deletions

View File

@ -2124,7 +2124,7 @@ button.bg-red:focus
/*--------Form Error Color--------*/
/*--Required Sign Color--*/
div.required > .form-control-label:not(span):after, td.required:after
div.required > .form-control-label:not(span):after, td.required:after, button.document-contact-without-contact-box-btn > span.text-add-contact::after
{
content: ' *';
color: #ef3232;

View File

@ -9,7 +9,7 @@
<div class="aka-box-content">
<div class="document-contact-without-contact-box">
<button type="button" class="btn-aka-link aka-btn--fluid document-contact-without-contact-box-btn" @click="onContactList">
<i class="far fa-user fa-2x"></i> &nbsp; {{ addContactText }}
<i class="far fa-user fa-2x"></i> &nbsp; <span class="text-add-contact"> {{ addContactText }} </span>
</button>
</div>
</div>
@ -198,7 +198,6 @@ export default {
default: () => [],
description: 'List of Contacts'
},
addNew: {
type: Object,
default: function () {