Add gray variant to button circle
This commit is contained in:
@@ -72,7 +72,6 @@
|
||||
&--tiny {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
background-color: #F2F2F2;
|
||||
|
||||
img, svg {
|
||||
width: 8px;
|
||||
@@ -106,4 +105,13 @@
|
||||
&--purple {
|
||||
background-color: $color-primary-tertiary20;
|
||||
}
|
||||
|
||||
// Gray color
|
||||
&--gray {
|
||||
background-color: #F2F2F2;
|
||||
|
||||
&:hover {
|
||||
background-color: #D2D2D2;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user