color + hover + padding
This commit is contained in:
		
					parent
					
						
							
								dba38052f8
							
						
					
				
			
			
				commit
				
					
						98c19ec009
					
				
			
		
					 2 changed files with 17 additions and 16 deletions
				
			
		|  | @ -5,7 +5,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| .breadcrumbs { | .breadcrumbs { | ||||||
|     padding: @margin-small 1.8rem; |     padding: (@margin-small + .2) 1.8rem @margin-small; | ||||||
|     border-bottom: 1px solid @color-border; |     border-bottom: 1px solid @color-border; | ||||||
| 
 | 
 | ||||||
|     > p { |     > p { | ||||||
|  | @ -20,24 +20,21 @@ | ||||||
|             .sr-only(); |             .sr-only(); | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|         a { |  | ||||||
|             &:hover, |  | ||||||
|             &:focus, |  | ||||||
|             &:active { |  | ||||||
|                 color: @color-nav; |  | ||||||
|             } |  | ||||||
|         } |  | ||||||
| 
 |  | ||||||
|         span.home { |         span.home { | ||||||
|             a { |             a { | ||||||
|                 .fontello(); |                 .fontello(); | ||||||
|                 .hide-text-show-before(); |                 .hide-text-show-before(); | ||||||
|                 .icon-home(); |                 .icon-home(); | ||||||
| 
 | 
 | ||||||
|                 height: 1em; |                 min-height: 1.8em; | ||||||
|                 width: auto; |                 width: auto; | ||||||
|  |                 box-sizing: border-box; | ||||||
|  |                 border: solid 1px transparent; | ||||||
|  |                 border-radius: 2px; | ||||||
|  |                 vertical-align: middle; | ||||||
|                 text-decoration: none; |                 text-decoration: none; | ||||||
|                 transition: @transition color; |                 margin-top: -.2em; | ||||||
|  |                 transition: @transition border-color; | ||||||
| 
 | 
 | ||||||
|                 &:before { |                 &:before { | ||||||
|                     font-size: 1rem; |                     font-size: 1rem; | ||||||
|  | @ -47,21 +44,25 @@ | ||||||
|                 &:hover, |                 &:hover, | ||||||
|                 &:focus, |                 &:focus, | ||||||
|                 &:active { |                 &:active { | ||||||
|                     color: @color-link-hover; |                     border-color: @color-link; | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|  | 
 | ||||||
|  |         bdi { | ||||||
|  |             padding: .1em .1em 0; | ||||||
|  |         } | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| /* + + + + +  icon list  + + + + + */ | /* + + + + +  icon list  + + + + + */ | ||||||
|     .page-attributes { |     .page-attributes { | ||||||
|  |         list-style: none; | ||||||
|         float: right; |         float: right; | ||||||
|         display: inline-block; |         display: inline-block; | ||||||
|         list-style: none; |  | ||||||
|         margin: 0; |  | ||||||
|         padding: 0; |  | ||||||
|         max-width: 30%; |         max-width: 30%; | ||||||
|  |         margin: -.2em 0 0; | ||||||
|  |         padding: 0; | ||||||
| 
 | 
 | ||||||
|         > li { |         > li { | ||||||
|             .btn-usertools-wrapper(); // uniform li |             .btn-usertools-wrapper(); // uniform li | ||||||
|  |  | ||||||
|  | @ -39,7 +39,7 @@ a.jiralink { | ||||||
|     img { |     img { | ||||||
|         float: left; |         float: left; | ||||||
|         display: inline-block; |         display: inline-block; | ||||||
|         margin-top: 2px; |         margin-top: .3em; | ||||||
|         margin-right: 3px; |         margin-right: 3px; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Silke Pisulla
				Silke Pisulla