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

@@ -66,34 +66,3 @@
gap: 12px;
align-self: stretch;
}
.viewBtn,
.deleteBtn {
display: flex;
padding: 6px;
flex-direction: column;
justify-content: center;
align-items: center;
aspect-ratio: 1/1;
border-radius: 100px;
color: #969af9;
border: none;
border: 1px solid transparent;
background: transparent;
outline: none;
cursor: pointer;
}
.viewBtn:hover,
.deleteBtn:hover {
border-radius: 100px;
color: #fff;
color: color(display-p3 1 1 1);
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%
);
}