rev 4
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user