Add hover on purple ButtonCircle
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
height: 56px;
|
height: 56px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 100vh;
|
border-radius: 100vh;
|
||||||
transition: background-color 0.7s var(--ease-quart);
|
transition: background-color 0.8s var(--ease-quart);
|
||||||
|
|
||||||
& > * {
|
& > * {
|
||||||
width: 22px;
|
width: 22px;
|
||||||
@@ -92,5 +92,9 @@
|
|||||||
// Purple color
|
// Purple color
|
||||||
&--purple {
|
&--purple {
|
||||||
background-color: $color-primary-tertiary20;
|
background-color: $color-primary-tertiary20;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: $color-lightpurple;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user