feat: Refactor Hrm and AssetManagement components for improved structure and styling

This commit is contained in:
Nalvazhuthi
2025-08-22 13:01:12 +05:30
parent dc873a8c59
commit 755177e493
3 changed files with 11 additions and 12 deletions

View File

@@ -275,7 +275,7 @@
flex-direction: column;
gap: 6px;
.assetManagement-wrapper {
.assetManagement-card-wrapper {
padding: 16px;
border: 1px solid #564B69;
border-radius: 20px;
@@ -447,6 +447,8 @@
}
&.openViewMore {
outline-offset: -1px;
outline: 1px solid var(--Color-Hover, #CCACFF);
header {
display: flex;