Created
August 7, 2016 12:36
-
-
Save bjankord/6c452311a288f241fe318cf1cdd635be 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
.terra-Menu { | |
/* core shared styles */ | |
} | |
.terra-Menu--horizontal { | |
/* horizontal styles */ | |
} | |
.terra-Menu--horizontalTabbed { | |
/* horizontal tabbed styles */ | |
} | |
.terra-Menu--horizontalUnderlined { | |
/* horizontal underlined styles */ | |
} | |
.terra-Menu--horizontalButtoned { | |
/* horizontal buttoned styles */ | |
} | |
.terra-Menu--veritcal { | |
/* vertical styles */ | |
} | |
.terra-Menu--veritcalTabbed { | |
/* vertical tabbed styles */ | |
} | |
.terra-Menu--veritcalUnderlined { | |
/* vertical underlined styles */ | |
} | |
.terra-Menu--veritcalButtoned { | |
/* vertical buttoned styles */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment