Added new component

This commit is contained in:
Laux Dev
2026-03-03 16:40:24 +08:00
parent e1c6b4bfc4
commit b054ee1867
13 changed files with 66 additions and 359 deletions

View File

@@ -215,34 +215,3 @@
font-weight: 400;
line-height: normal;
}
.deleteBtn {
display: flex;
align-items: center;
align-self: stretch;
}
.deleteSvg {
display: flex;
padding: 6px;
flex-direction: column;
justify-content: center;
align-items: center;
border: 1px solid #959aff00;
color: #969af9;
aspect-ratio: 1/1;
border-radius: 100px;
}
.deleteSvg:hover {
color: #fff;
stroke-width: 1px;
stroke: color(display-p3 1 1 1);
border-radius: 100px;
border: 1px solid #959aff;
border: 1px solid color(display-p3 0.5892 0.6031 0.9766);
background: linear-gradient(180deg, #696b95 0%, #20202d 100%);
background: linear-gradient(
180deg,
color(display-p3 0.4118 0.4196 0.5725) 0%,
color(display-p3 0.1241 0.1265 0.1725) 100%
);
}