Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created February 17, 2011 22:31
Show Gist options
  • Save jdlich/832876 to your computer and use it in GitHub Desktop.
Save jdlich/832876 to your computer and use it in GitHub Desktop.
/*
Theme Variations
*/
@mixin theme($name) {
.up.sault-hair #portalPage {
#portalPageHeader {
@include portalPageHeader($name);
}
#portalPageBar {
@include portalPageBar($name);
}
#portalNavigationList {
.fl-tabs-active .portal-navigation-link {
@include portal-navigation-link-active($name);
}
.portal-navigation-link {
@include portal-navigation-link($name);
}
}
.up-portlet-titlebar {
@include portlet-titlebar($name);
}
}
}
@include theme(sault-hair);
@include theme(sault-health);
@include theme(sault-forestry);
@include theme(sault-laptop);
@include theme(sault-native);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment