mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: view details.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
@import '../../Base.scss';
|
||||
@import '../../../Base.scss';
|
||||
|
||||
.bill-drawer {
|
||||
.view-detail-drawer {
|
||||
.bp3-tabs {
|
||||
.bp3-tab-list {
|
||||
position: relative;
|
||||
background-color: #FFF;
|
||||
|
||||
background-color: #fff;
|
||||
|
||||
&:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
@@ -31,10 +31,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.bp3-tab-panel{
|
||||
.bp3-tab-panel {
|
||||
margin-top: 0;
|
||||
|
||||
.card{
|
||||
.card {
|
||||
margin: 15px;
|
||||
}
|
||||
}
|
||||
@@ -42,7 +42,6 @@
|
||||
|
||||
.datatable--landed-cost-transactions {
|
||||
.table {
|
||||
|
||||
.tbody,
|
||||
.tbody-inner {
|
||||
height: auto;
|
||||
@@ -55,11 +54,11 @@
|
||||
.tr .td {
|
||||
padding: 0.6rem;
|
||||
|
||||
&.amount{
|
||||
&.amount {
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user