Fix Lightpink button variant

This commit is contained in:
2021-11-05 12:42:33 +01:00
parent 9b9d89b760
commit 1785fb1c03
3 changed files with 5 additions and 5 deletions

View File

@@ -64,7 +64,7 @@
</dl>
<Button
text="Add to cart"
color="pink"
color="pinklight"
/>
</div>

View File

@@ -29,7 +29,7 @@
<Button
type="button"
text="Add to cart"
color="pink"
color="pinklight"
size="xsmall"
/>
</div>

View File

@@ -80,7 +80,7 @@
** Color Variants
*/
// Pink Light
&--pink {
&--pinklight {
color: $color-text;
background: $color-secondary-light;
@@ -104,12 +104,12 @@
// Hover
&:hover {
color: $color-text;
background: $color-secondary;
background-color: darken($color-secondary, 7);
}
.text-split__line {
&:last-child {
color: $color-text;
// color: #fff;
color: $color-primary-dark;
}
}
}