Fix Lightpink button variant
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user