made changes

This commit is contained in:
hastichavda
2019-11-15 16:43:34 +05:30
parent 5515287120
commit 17abcdb67b
8 changed files with 181698 additions and 20 deletions

View File

@ -4636,6 +4636,57 @@ input[type=button].btn-block {
display: none;
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
color: #fff;
}
@ -11453,6 +11504,10 @@ code,
align-items: center;
}
.swal-icon--custom {
height: 70px !important;
}
.site-header {
background-color: #5851D8;
height: 60px;
@ -14920,6 +14975,10 @@ fieldset[disabled] .multiselect {
cursor: pointer;
}
.base-modal .modal-body {
overflow: visible !important;
}
.item-modal .card-footer {
display: flex;
justify-content: flex-end;
@ -14938,6 +14997,12 @@ fieldset[disabled] .multiselect {
color: #FB7178;
}
@media (max-width: 480px) {
.base-modal .item-modal .input-label {
text-align: left;
}
}
.template-modal .template-container {
display: flex;
justify-content: flex-start;
@ -15009,6 +15074,12 @@ fieldset[disabled] .multiselect {
justify-content: flex-end;
}
@media (max-width: 480px) {
.base-modal .customer-modal .input-label {
text-align: left;
}
}
.tax-type-modal .card-footer {
display: flex;
justify-content: flex-end;
@ -15057,6 +15128,16 @@ fieldset[disabled] .multiselect {
color: #FB7178;
}
@media (max-width: 480px) {
.base-modal .category-modal .input-label {
text-align: left;
}
}
.dashboard .dashboard-table .table-component .dashboard-recent-invoice-options .dropdown-container {
margin: 10px 5px 0 -75px;
}
.dashbox {
background-color: #fff;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
@ -15989,6 +16070,7 @@ fieldset[disabled] .multiselect {
.invoice-create-page .address-menu .content {
display: flex;
flex: 1;
flex-direction: column;
}
@ -16371,6 +16453,9 @@ fieldset[disabled] .multiselect {
.invoice-create-page .invoice-foot .invoice-total .section .invoice-amount {
font-size: 18px;
color: #55547A;
display: flex;
justify-content: center;
align-items: center;
}
.invoice-create-page .invoice-foot .invoice-total .section .total {
@ -16745,7 +16830,7 @@ fieldset[disabled] .multiselect {
}
.invoice-index-page .filter-date {
flex: 1;
flex: 2;
display: flex;
margin-right: 40px;
align-items: center;
@ -16769,7 +16854,7 @@ fieldset[disabled] .multiselect {
margin-top: 28px;
}
@media (max-width: 992px) {
@media (max-width: 1240px) {
.invoice-index-page .filter-container {
flex-direction: column;
}
@ -16852,6 +16937,7 @@ fieldset[disabled] .multiselect {
.estimate-create-page .address-menu .content {
display: flex;
flex: 1;
flex-direction: column;
}
@ -17234,6 +17320,9 @@ fieldset[disabled] .multiselect {
.estimate-create-page .estimate-foot .estimate-total .section .estimate-amount {
font-size: 18px;
color: #55547A;
display: flex;
justify-content: center;
align-items: center;
}
.estimate-create-page .estimate-foot .estimate-total .section .total {
@ -17274,7 +17363,6 @@ fieldset[disabled] .multiselect {
font-weight: 300;
font-size: 12px;
padding-top: 2px;
padding-left: 10px;
}
.estimate-create-page .item-row .item-description textarea {
@ -17420,7 +17508,7 @@ fieldset[disabled] .multiselect {
}
.estimate-index-page .filter-date {
flex: 1;
flex: 2;
display: flex;
margin-right: 40px;
align-items: center;
@ -17444,7 +17532,7 @@ fieldset[disabled] .multiselect {
margin-top: 28px;
}
@media (max-width: 992px) {
@media (max-width: 1240px) {
.estimate-index-page .filter-container {
flex-direction: column;
}
@ -18096,6 +18184,9 @@ fieldset[disabled] .multiselect {
border-radius: 50%;
height: 21px;
width: 21px;
display: flex;
align-items: center;
justify-content: center;
}
.wizard .indicator-line .steps.completed .icon-check {
@ -18266,8 +18357,6 @@ fieldset[disabled] .multiselect {
.customer-create .same-address-checkbox-container {
display: flex;
justify-content: flex-end;
padding-left: 12px;
margin-bottom: 1.5rem;
align-items: center;
justify-content: flex-end;
@ -18318,7 +18407,6 @@ fieldset[disabled] .multiselect {
.customer-create .same-address-checkbox-container {
display: flex;
justify-content: flex-start;
padding-left: 15px;
margin-bottom: 0rem;
}
@ -18440,7 +18528,7 @@ fieldset[disabled] .multiselect {
}
}
.inv-status-due {
.inv-status-overdue {
background: #FED7D7;
font-size: 13px;
color: #9B2C2C;
@ -18455,9 +18543,9 @@ fieldset[disabled] .multiselect {
}
.inv-status-unpaid {
background: rgba(246, 208, 154, 0.4);
background: #F8EDCB;
font-size: 13px;
color: #A96E1A;
color: #6C432E;
padding: 5px 10px;
}
@ -18490,9 +18578,9 @@ fieldset[disabled] .multiselect {
}
.inv-status-partially_paid {
background: #E1E0EA;
background: #C9E3EC;
font-size: 13px;
color: #312F57;
color: #1E576C;
padding: 5px 10px;
}

File diff suppressed because one or more lines are too long

181585
public/assets/js/app.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -374,7 +374,7 @@ import MultiSelect from 'vue-multiselect'
import { validationMixin } from 'vuelidate'
import { mapActions, mapGetters } from 'vuex'
import AddressStub from '../../../stub/address'
const { required, minLength, email, numeric, alpha, url, maxLength } = require('vuelidate/lib/validators')
const { required, minLength, email, numeric, url, maxLength } = require('vuelidate/lib/validators')
export default {
components: {
@ -421,8 +421,7 @@ export default {
formData: {
name: {
required,
minLength: minLength(3),
alpha
minLength: minLength(3)
},
email: {
email

View File

@ -772,7 +772,7 @@ export default {
payment_greater_than_zero: 'Payment must be greater than zero.',
payment_greater_than_due_amount: 'Entered Payment is more than due amount of this invoice.',
quantity_maxlength: 'Quantity should not be greater than 10 digits.',
price_maxlength: 'Price should not be greater than 10 digits.',
price_maxlength: 'Price should not be greater than 20 digits.',
price_minvalue: 'Price should be greater than 0.',
amount_maxlength: 'Amount should not be greater than 10 digits.',
amount_minvalue: 'Amount should be greater than 0.',

View File

@ -38,6 +38,7 @@
v-model="price"
v-bind="defaultCurrencyForInput"
class="input-field"
/>
</div>
<div v-if="$v.formData.price.$error">
@ -92,7 +93,7 @@
<script>
import { validationMixin } from 'vuelidate'
import { mapActions, mapGetters } from 'vuex'
const { required, minLength, numeric, alpha, minValue, maxLength } = require('vuelidate/lib/validators')
const { required, minLength, numeric, minValue, maxLength } = require('vuelidate/lib/validators')
export default {
mixins: {
@ -163,7 +164,7 @@ export default {
price: {
required,
numeric,
maxLength: maxLength(10),
maxLength: maxLength(20),
minValue: minValue(0.1)
},
description: {

View File

@ -1,3 +1,7 @@
.base-modal .modal-body {
overflow: visible !important;
}
.item-modal {
.card-footer {