mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
fix:(drawer template): remove hover table style.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user