Use CMS redirects for support tutorials

This commit is contained in:
Codex
2026-04-28 09:22:18 +08:00
parent 98e32a4385
commit 9a55b874a5
14 changed files with 175 additions and 4 deletions
+25
View File
@@ -1118,6 +1118,31 @@ html[data-theme] .eversolo-login-logo {
text-transform: uppercase;
}
html[data-theme] .eversolo-admin-logo,
html[data-theme] .eversolo-admin-icon {
display: inline-grid;
place-items: center;
border-radius: 10px;
background: linear-gradient(135deg, #2f241b, #54402f);
color: #fff9f1;
font-weight: 700;
text-transform: uppercase;
}
html[data-theme] .eversolo-admin-logo {
min-width: 150px;
padding: 13px 18px;
font-size: 16px;
letter-spacing: 0.24em;
}
html[data-theme] .eversolo-admin-icon {
width: 34px;
height: 34px;
font-size: 13px;
letter-spacing: 0.08em;
}
html[data-theme] .eversolo-login-card .login__brand {
display: grid;
justify-items: center;