ДИЗАЙН - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: Tasker workspace onboarding

This commit is contained in:
DCCONSTRUCTIONS
2026-05-06 08:59:01 +03:00
parent 73f0e41e79
commit 11951c1eef
3 changed files with 109 additions and 57 deletions
+30
View File
@@ -2585,6 +2585,36 @@
color: rgb(var(--nodedc-on-card-active-rgb)) !important;
}
.nodedc-auth-secondary-button {
width: 100%;
min-height: 3rem;
border: 0 !important;
outline: none !important;
box-shadow: none !important;
border-radius: 1.15rem !important;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.028) 0%, rgba(255, 255, 255, 0.012) 100%), rgba(255, 255, 255, 0.03) !important;
color: var(--text-color-secondary) !important;
}
.nodedc-auth-secondary-button:hover {
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.038) 0%, rgba(255, 255, 255, 0.018) 100%), rgba(255, 255, 255, 0.05) !important;
color: var(--text-color-primary) !important;
}
.nodedc-create-workspace-card {
max-width: 32rem;
}
.nodedc-create-workspace-card input:-webkit-autofill,
.nodedc-create-workspace-card input:-webkit-autofill:hover,
.nodedc-create-workspace-card input:-webkit-autofill:focus {
-webkit-text-fill-color: var(--text-color-primary);
box-shadow: 0 0 0 1000px transparent inset !important;
transition: background-color 9999s ease-out 0s;
}
.nodedc-error-shell {
width: 100%;
max-width: 36rem;