Merge pull request 'dev-luannv24-s32s17s2' (#30) from dev-luannv24-s32s17 into dev

Reviewed-on: #30
This commit is contained in:
dev
2025-07-31 18:49:01 +09:00
8 changed files with 93 additions and 465 deletions

View File

@ -474,7 +474,7 @@ a {
.header {
background-color: map-deep-get($config, #{$theme}, "header-backgroud");
border-color: #D3D6EA;
border-bottom: 1px solid map-deep-get($config, #{$theme}, "v-header-border");
}
.btn-header {
@ -489,6 +489,7 @@ a {
.menu-container {
height:calc(100vh - 60px);
overflow-y: auto;
border-right: 1px solid map-deep-get($config, #{$theme}, "v-sidebar-border") ;
}
}