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
@@ -14,22 +14,33 @@
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-evenly;
justify-content: center;
gap: 0.8rem;
.langbotIcon {
width: 54px;
height: 54px;
border-radius: 12px;
background: #2288ee;
width: 2.8rem;
height: 2.8rem;
color: #fbfbfb;
font-weight: 600;
font-size: 36px;
line-height: 54px;
text-align: center;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.langbotTextContainer {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 0.1rem;
}
.langbotText {
font-size: 26px;
font-size: 1.4rem;
font-weight: 500;
}
.langbotVersion {
font-size: 0.8rem;
font-weight: 700;
color: #6C6C6C;
}
}