styling..
This commit is contained in:
parent
34279db46b
commit
825b43d32c
11
public/css/custom.css
vendored
11
public/css/custom.css
vendored
@ -892,12 +892,18 @@ table .align-items-center td span.badge {
|
|||||||
.item-columns-edit {
|
.item-columns-edit {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 50px;
|
margin-left: 50px;
|
||||||
|
font-weight: normal;
|
||||||
|
font-size:12px;
|
||||||
background: #f6f9fc;
|
background: #f6f9fc;
|
||||||
color: #8898aa;
|
color: #8898aa;
|
||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
border-radius: 6px 6px 0 0;
|
border-radius: 6px 6px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.item-columns-edit button {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.document-total-currency {
|
.document-total-currency {
|
||||||
float: right;
|
float: right;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@ -962,7 +968,6 @@ table .align-items-center td span.badge {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Contact Card Start */
|
/* Contact Card Start */
|
||||||
|
|
||||||
.document-contact-without-contact .aka-select {
|
.document-contact-without-contact .aka-select {
|
||||||
width: 384px;
|
width: 384px;
|
||||||
}
|
}
|
||||||
@ -1063,7 +1068,7 @@ table .align-items-center td span.badge {
|
|||||||
.aka-datepicker-quicklinks
|
.aka-datepicker-quicklinks
|
||||||
.aka-datepicker-quicklink:hover,
|
.aka-datepicker-quicklink:hover,
|
||||||
.aka-table-action:hover {
|
.aka-table-action:hover {
|
||||||
color: #1f7eea;
|
color: #3c3f72;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1260,7 +1265,7 @@ table .align-items-center td span.badge {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.product-select .item-add-new:hover {
|
.product-select .item-add-new:hover {
|
||||||
background-color: #f1f3f3;
|
background-color: #f6f9fc;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<div class="aka-box-content">
|
<div class="aka-box-content">
|
||||||
<div class="document-contact-without-contact-box">
|
<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">
|
<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> {{ addContactText }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="item-columns-edit">
|
<div class="item-columns-edit">
|
||||||
<i class="fas fa-pencil-alt"></i>
|
<i class="fas fa-pencil-alt"></i>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="btn-aka-link"
|
class="btn-aka-link"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user