Fix Lightpink button variant
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
</dl>
|
</dl>
|
||||||
<Button
|
<Button
|
||||||
text="Add to cart"
|
text="Add to cart"
|
||||||
color="pink"
|
color="pinklight"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
<Button
|
<Button
|
||||||
type="button"
|
type="button"
|
||||||
text="Add to cart"
|
text="Add to cart"
|
||||||
color="pink"
|
color="pinklight"
|
||||||
size="xsmall"
|
size="xsmall"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -80,7 +80,7 @@
|
|||||||
** Color Variants
|
** Color Variants
|
||||||
*/
|
*/
|
||||||
// Pink Light
|
// Pink Light
|
||||||
&--pink {
|
&--pinklight {
|
||||||
color: $color-text;
|
color: $color-text;
|
||||||
background: $color-secondary-light;
|
background: $color-secondary-light;
|
||||||
|
|
||||||
@@ -104,12 +104,12 @@
|
|||||||
// Hover
|
// Hover
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $color-text;
|
color: $color-text;
|
||||||
background: $color-secondary;
|
background-color: darken($color-secondary, 7);
|
||||||
}
|
}
|
||||||
.text-split__line {
|
.text-split__line {
|
||||||
&:last-child {
|
&:last-child {
|
||||||
color: $color-text;
|
color: $color-text;
|
||||||
// color: #fff;
|
color: $color-primary-dark;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user