mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
Merge branch 'feature/associated-payment-transactions' into develop
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
.item-drawer {
|
||||
|
||||
.card {
|
||||
margin: 15px;
|
||||
padding: 22px 15px;
|
||||
}
|
||||
|
||||
&__content {
|
||||
|
||||
.detail-item--name {
|
||||
width: 30%;
|
||||
|
||||
@@ -16,7 +14,6 @@
|
||||
}
|
||||
|
||||
.detail-item--quantity {
|
||||
|
||||
.detail-item__content {
|
||||
font-weight: 600;
|
||||
|
||||
@@ -32,7 +29,6 @@
|
||||
}
|
||||
|
||||
.details-menu--horizantal {
|
||||
|
||||
.detail-item:not(:first-of-type) {
|
||||
margin-top: 16px;
|
||||
}
|
||||
@@ -42,4 +38,29 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&__table {
|
||||
.card {
|
||||
padding: 12px 15px !important;
|
||||
}
|
||||
|
||||
.table {
|
||||
.tbody,
|
||||
.thead {
|
||||
.tr .th {
|
||||
padding: 8px 8px;
|
||||
background-color: #fff;
|
||||
font-size: 14px;
|
||||
border-bottom: 1px solid #000;
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
}
|
||||
.tbody {
|
||||
.tr .td {
|
||||
border-bottom: 0;
|
||||
padding-top: 0.4rem;
|
||||
padding-bottom: 0.4rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
23
src/style/pages/PaymentTransactions/List.scss
Normal file
23
src/style/pages/PaymentTransactions/List.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
.payment-transactions {
|
||||
padding: 12px;
|
||||
|
||||
.table {
|
||||
.tbody,
|
||||
.thead {
|
||||
.tr .th {
|
||||
padding: 8px 8px;
|
||||
background-color: #fff;
|
||||
font-size: 14px;
|
||||
border-bottom: 1px solid #000;
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
}
|
||||
.tbody {
|
||||
.tr .td {
|
||||
border-bottom: 0;
|
||||
padding-top: 0.4rem;
|
||||
padding-bottom: 0.4rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user