Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created February 23, 2011 22:53
Show Gist options
  • Save jdlich/841378 to your computer and use it in GitHub Desktop.
Save jdlich/841378 to your computer and use it in GitHub Desktop.
/*
Theme Variations
*/
@mixin theme($name) {
.up.#{$name} #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);
@include theme(sault-aviation);
@include theme(sault-aviationlab);
@include theme(sault-hospitality);
@include theme(sault-trades);
@include theme(sault-boat);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment