Created
February 17, 2011 22:31
-
-
Save jdlich/832876 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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