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