Required style for add new contact box
This commit is contained in:
		
							
								
								
									
										2
									
								
								public/css/akaunting-color.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								public/css/akaunting-color.css
									
									
									
									
										vendored
									
									
								
							@@ -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;
 | 
			
		||||
 
 | 
			
		||||
@@ -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>   {{ addContactText }}
 | 
			
		||||
                                           <i class="far fa-user fa-2x"></i>   <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 () {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user