Closed RHeynsZa closed 4 years ago
Closing this, since i figured this out, but in case anyone is wondering, declare colors like this:
Add button border to _bootswatch.scss
$theme-colors: (
"app1": #E2BBFD,
"app2": #A8D9F6,
"app3":#C6F9AC,
"app4":#F9EB97,
"app5":#F99595,
);
Hi,
I'm pretty new to scss, but I'm trying to add a new custom button to lumen, but I'm not sure how to proceed.
I've added my color, let's call it
$temp1
to the _variables.scss, and it does allow me to insert the button. The problem is the buttom only has the correct border, but no front color. Any ideas? An example: