Skip to main content

Hunting down an elusive include...

Hi there!

In the bliss theme, in the framework_fancybuttons default CSS (among other places), there are many references to an include called fancy-button-structure and to another include called fancy-button-colors.  

Example: 

.submit-button, .submit_link a {
@include fancy-button-structure(14px, 3px, 1px);
@include fancy-button-colors($theme_color_1, darken($theme_color_1, 5), darken($theme_color_1, 10));
&:hover { text-decoration: none; color: white; } }

I'm trying to hunt down these two includes so I can take a look at them and either edit them, or duplicate them with some minor tweaks and then substitute those includes instead. However, I'm not having any lucking finding them. 

Are these two includes something an end user like me has access to? 

Official response from

Fancy-Buttons is a SASS plugin that we use. You cannot edit them directly in NationBuilder, but you can take a look at them here and should be able to override them in the usual CSS/SCSS way:

https://github.com/imathis/fancy-buttons/blob/master/lib/stylesheets/_fancy-buttons.sass

Share this post

Showing 3 reactions

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.