Add gray variant to button circle
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="poster-cart__right">
|
<div class="poster-cart__right">
|
||||||
<div class="remove">
|
<div class="remove">
|
||||||
<ButtonCircle size="tiny">
|
<ButtonCircle size="tiny" color="gray">
|
||||||
<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path d="M7.81 1.104a.647.647 0 1 0-.914-.915L4 3.085 1.104.19a.647.647 0 1 0-.915.915L3.085 4 .19 6.896a.647.647 0 1 0 .915.915L4 4.915 6.896 7.81a.647.647 0 1 0 .915-.915L4.915 4 7.81 1.104Z" fill="#666"/>
|
<path d="M7.81 1.104a.647.647 0 1 0-.914-.915L4 3.085 1.104.19a.647.647 0 1 0-.915.915L3.085 4 .19 6.896a.647.647 0 1 0 .915.915L4 4.915 6.896 7.81a.647.647 0 1 0 .915-.915L4.915 4 7.81 1.104Z" fill="#666"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
@@ -72,7 +72,6 @@
|
|||||||
&--tiny {
|
&--tiny {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
background-color: #F2F2F2;
|
|
||||||
|
|
||||||
img, svg {
|
img, svg {
|
||||||
width: 8px;
|
width: 8px;
|
||||||
@@ -106,4 +105,13 @@
|
|||||||
&--purple {
|
&--purple {
|
||||||
background-color: $color-primary-tertiary20;
|
background-color: $color-primary-tertiary20;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Gray color
|
||||||
|
&--gray {
|
||||||
|
background-color: #F2F2F2;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: #D2D2D2;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user