feat: Updated UI for better distinction of orca cloud and bambu cloud (#13755)

* feat: Updated UI for better distinction of orca cloud and bambu cloud

* refined UI
This commit is contained in:
Ian Chua
2026-05-20 19:21:02 +08:00
committed by GitHub
parent 4542a15009
commit 62d4344e59
5 changed files with 1839 additions and 1717 deletions

View File

@@ -129,7 +129,12 @@ body
border: 1px solid rgba(129, 129, 131, 0.64);
}
/*--- Account Sections ---*/
.AccountSectionLabel { color: #818183; }
.OrcaAccountText { color: #efeff0; }
.AccountStatusText { color: #818183; }
/*--- Bambu Cloud Section ---*/
#BambuCloudHeader { color: #818183; }
#BambuCloudHeader:hover { color: #efeff0; }
.bambu-chevron svg path { stroke: currentColor; }
.bambu-chevron svg path { stroke: currentColor; }

View File

@@ -80,7 +80,6 @@ body
#LoginArea
{
min-height: 180px;
display: flex;
flex-direction: column;
align-items: center;
@@ -89,6 +88,38 @@ body
width:262px;
}
.AccountSectionLabel
{
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
font-weight: 600;
color: var(--fg-color-text);
padding: 16px 20px 6px;
width: 262px;
box-sizing: border-box;
}
.AccountSectionIcon
{
width: 18px;
height: 18px;
flex: 0 0 auto;
}
.AccountStatusText
{
font-size: 12px;
color: #A8A8A8;
margin-top: 8px;
}
.OrcaAccountText
{
font-weight: bold;
}
#OrcaLoginSection
{
display: flex;