fix:(drawer template): remove hover table style.

This commit is contained in:
elforjani3
2021-03-07 15:34:28 +02:00
parent 11d688b980
commit b6be473745

View File

@@ -2,6 +2,7 @@
margin: 0 auto;
background-color: transparent;
width: 21cm;
// width: 680px;
// height: 29.7cm;
padding-bottom: 20px;
}
@@ -14,7 +15,8 @@
display: flex;
align-items: center;
justify-content: space-between;
margin: 0px 40px 16px 0px;
// margin: 0px 40px 16px 0px;
margin: 0px 5px 15px 5px;
&--title h1 {
font-weight: 600;
color: #1c4587;
@@ -32,7 +34,8 @@
padding-bottom: 35px;
&__info {
flex: 0 1 25%;
flex: 0 1 24%;
// flex: 0 1 25%;
padding-left: 5px;
color: #999999;
font-size: 16px;
@@ -62,22 +65,28 @@
.bigcapital-datatable {
.table {
font-size: 15px;
color: #000;
.thead .tr .th .resizer {
display: none;
}
.thead .th,
.tbody .tr .td {
margin-bottom: 15px;
background: transparent;
}
.thead .th {
font-size: 16px;
font-weight: 400;
border-bottom: none;
background-color: transparent;
margin-bottom: 15px;
color: #1155cc;
// padding-left: 1px;
}
.tbody .tr .td {
font-size: 15px;
padding: 10px;
margin-bottom: 15px;
// padding-left: 1px;
border-bottom: 1px solid #cecbcb;
}
}