thomaspark / bootswatch

Themes for Bootstrap
https://bootswatch.com
MIT License
14.57k stars 3.67k forks source link

Adding custom button to Lumen #954

Closed RHeynsZa closed 4 years ago

RHeynsZa commented 4 years ago

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: image

RHeynsZa commented 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,
);