🚨chore: Sync Sass

This commit is contained in:
김민식 2025-04-02 14:47:09 +09:00
parent fe10ecf476
commit d165267ec1
2 changed files with 5 additions and 1 deletions

View File

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

View File

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