Skip to content

Commit

Permalink
Required style for add new contact box
Browse files Browse the repository at this point in the history
  • Loading branch information
benguozakinci@gmail.com authored and benguozakinci@gmail.com committed Aug 26, 2021
1 parent 54442bd commit ef1f6c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/css/akaunting-color.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
3 changes: 1 addition & 2 deletions resources/assets/js/components/AkauntingContactCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -198,7 +198,6 @@ export default {
default: () => [],
description: 'List of Contacts'
},
addNew: {
type: Object,
default: function () {
Expand Down

0 comments on commit ef1f6c7

Please sign in to comment.