feature/ysCha #23

Closed
ysCha wants to merge 259 commits from feature/ysCha into main
2 changed files with 5 additions and 1 deletions
Showing only changes of commit d165267ec1 - Show all commits

View File

@ -24,6 +24,10 @@
.ag-header-cell{
font-size: 13px;
color: #fff;
border-right: 1px solid #738596;
&:last-child{
border: none;
}
}
.ag-header-cell-label{
justify-content: center;

View File

@ -383,7 +383,7 @@ button{
}
}
&::-webkit-scrollbar {
width: 2px;
width: 5px;
background-color: transparent;
}