From b6be473745dae69f8cc3691525179db76ee9b84c Mon Sep 17 00:00:00 2001 From: elforjani3 Date: Sun, 7 Mar 2021 15:34:28 +0200 Subject: [PATCH] fix:(drawer template): remove hover table style. --- .../components/Drawer/DrawerTemplate.scss | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/client/src/style/components/Drawer/DrawerTemplate.scss b/client/src/style/components/Drawer/DrawerTemplate.scss index ae2a6d463..7860a45f3 100644 --- a/client/src/style/components/Drawer/DrawerTemplate.scss +++ b/client/src/style/components/Drawer/DrawerTemplate.scss @@ -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; } }