Created
June 14, 2012 12:58
-
-
Save Xorandnotor/2930125 to your computer and use it in GitHub Desktop.
Nested LESS Example
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
| .link-group{ | |
| .list-header{ | |
| font-size:18px; | |
| color:@pbHeader; | |
| padding-bottom:8px; | |
| margin-bottom:11px; | |
| border-width:0 0 1px 0; | |
| border-style:solid; | |
| border-color:@borderColorStandard; | |
| } | |
| .link-list{ | |
| list-style-type:none; | |
| margin:0 0 36px 0; | |
| padding:0; | |
| li { | |
| list-style-type:none; | |
| line-height:2em; | |
| a { | |
| font-size:12px; | |
| color:@subduedTextColor; | |
| } | |
| } | |
| } | |
| &:hover .link-list li a{color:@linkColor;} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment