feat: Enhance Asset Management component with drop icon and improved styling

This commit is contained in:
Nalvazhuthi
2025-08-22 18:03:50 +05:30
parent 755177e493
commit 53ade99930
2 changed files with 16 additions and 3 deletions

View File

@@ -274,13 +274,14 @@
display: flex;
flex-direction: column;
gap: 6px;
position: relative;
.assetManagement-card-wrapper {
padding: 16px;
border: 1px solid #564B69;
border-radius: 20px;
gap: 10px;
position: relative;
header {
@@ -298,6 +299,14 @@
border-radius: 7px;
@include flex-center;
background: var(--background-color-button);
}
.drop-icon {
position: absolute;
top: 15px;
right: 17px;
cursor: pointer;
}
.asset-image {
@@ -402,6 +411,7 @@
}
.asset-estimate {
margin-top: 5px;
display: flex;
flex-direction: column;
gap: 10px;