그리드 글자 높이 및 호버 변경

This commit is contained in:
김창수 2024-10-23 16:56:39 +09:00
parent 3e01acb099
commit 4326cdee10

View File

@ -8,6 +8,7 @@
--ag-header-height: 40px;
--ag-header-foreground-color: white;
--ag-header-background-color: #5D6A76;
--ag-row-hover-color: #F7F9FA;
// --ag-header-cell-hover-background-color: rgb(80, 40, 140);
--ag-header-cell-moving-background-color: #5D6A76;
.ag-root-wrapper{
@ -33,9 +34,6 @@
}
.ag-row{
border-bottom: 1px solid #ECF0F4;
&:nth-child(2n){
background-color: #F7F9FA;
}
&.important_row{
background-color: #e7e7e7;
}
@ -43,6 +41,7 @@
.ag-cell{
font-size: 13px;
color: #45576F;
line-height: 1.4;
}
.ag-icon-desc::before,
.ag-icon-asc::before,
@ -63,9 +62,6 @@
}
&.no-cols{
.ag-row{
&:nth-child(2n){
background-color: #fff;
}
}
}
.form-flex-wrap{