refactor: настроил линтер против сиротского css
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Successful in 8s
🚀 Create and publish a Docker image / Build & publish backend image (push) Successful in 1m22s
🚀 Create and publish a Docker image / Build & publish frontend image (push) Failing after 26s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Successful in 4s
Backend CI / build-and-test (pull_request) Successful in 54s
Frontend CI / build-and-check (pull_request) Failing after 5m4s

This commit is contained in:
2026-05-25 02:15:34 +03:00
parent 98aaa86ec4
commit c4ed23a3d9
11 changed files with 46 additions and 155 deletions
-74
View File
@@ -199,20 +199,6 @@ async function loginViaYufu() {
gap: 16px;
}
.brand-logo {
width: 56px;
height: 56px;
border-radius: var(--radius-md);
background: var(--color-white);
box-shadow: var(--shadow-card);
border: 1px solid var(--color-border-glass);
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--color-primary-dark);
flex-shrink: 0;
}
.brand-eyebrow {
margin: 0 0 6px;
font-size: 11px;
@@ -342,48 +328,6 @@ async function loginViaYufu() {
overflow: hidden;
}
.login-card-accent {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: var(--gradient-brand);
}
.login-card-header {
text-align: center;
}
.login-badge {
width: 52px;
height: 52px;
margin: 0 auto 16px;
border-radius: 16px;
background: var(--gradient-nav-active);
border: 1px solid var(--color-primary-a25);
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--color-primary-border);
box-shadow: 0 8px 20px var(--color-primary-a12);
}
.login-title {
margin: 0 0 8px;
font-size: 28px;
font-weight: 800;
color: var(--color-text);
letter-spacing: -0.02em;
}
.login-subtitle {
margin: 0;
font-size: 14px;
line-height: 1.55;
color: var(--login-text-muted);
}
.login-actions {
display: flex;
flex-direction: column;
@@ -483,24 +427,6 @@ async function loginViaYufu() {
justify-content: flex-start;
}
.footer-uni {
width: 28px;
height: 28px;
border-radius: 50%;
background: var(--gradient-brand);
color: var(--color-white);
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px var(--color-primary-a25);
}
.footer-uni-label {
font-weight: 700;
color: var(--color-text);
letter-spacing: 0.04em;
}
.footer-center {
justify-content: center;
gap: 20px;