perf: webui styles

This commit is contained in:
Junyan Qin
2025-05-06 22:40:35 +08:00
parent 324f1c324d
commit 3c39ffca72
6 changed files with 51 additions and 17 deletions
@@ -3,8 +3,13 @@
height: 10rem;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
padding: 1.2rem;
cursor: pointer;
}
.cardContainer:hover {
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.iconBasicInfoContainer {
@@ -50,7 +55,7 @@
.providerLabel {
font-size: 1.2rem;
font-weight: bold;
font-weight: 600;
color: #626262;
}