This commit is contained in:
Daniil
2026-04-07 13:42:23 +03:00
parent d648678c68
commit 46f34bdcac
59 changed files with 2708 additions and 1312 deletions
@@ -38,14 +38,14 @@
}
&.accent {
background: linear-gradient(135deg, variables.$purple-400 0%, variables.$purple-600 100%);
background: linear-gradient(135deg, variables.$accent-solid-start 0%, variables.$accent-solid-end 100%);
border-color: transparent;
color: variables.$color-white;
box-shadow: 0 4px 14px hsla(262, 75%, 48%, 0.25);
color: variables.$accent-foreground;
box-shadow: 0 4px 14px variables.$accent-shadow;
&:hover {
background: linear-gradient(135deg, variables.$purple-500 0%, variables.$purple-700 100%);
box-shadow: 0 6px 20px hsla(262, 75%, 48%, 0.4);
filter: brightness(1.06);
box-shadow: 0 6px 20px variables.$accent-shadow-hover;
}
}
}