Merge pull request #4637 from HugoGiraudel/patch-5
Merge pull request 4637
This commit is contained in:
		
						commit
						26782e246b
					
				|  | @ -177,13 +177,10 @@ pre { | |||
| /** | ||||
|  * Clearfix | ||||
|  */ | ||||
| %clearfix { | ||||
| 
 | ||||
|     &:after { | ||||
|         content: ""; | ||||
|         display: table; | ||||
|         clear: both; | ||||
|     } | ||||
| %clearfix:after { | ||||
|     content: ""; | ||||
|     display: table; | ||||
|     clear: both; | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
|  | @ -191,16 +188,13 @@ pre { | |||
| /** | ||||
|  * Icons | ||||
|  */ | ||||
| .icon { | ||||
| .icon > svg { | ||||
|     display: inline-block; | ||||
|     width: 16px; | ||||
|     height: 16px; | ||||
|     vertical-align: middle; | ||||
| 
 | ||||
|     > svg { | ||||
|         display: inline-block; | ||||
|         width: 16px; | ||||
|         height: 16px; | ||||
|         vertical-align: middle; | ||||
| 
 | ||||
|         path { | ||||
|             fill: $grey-color; | ||||
|         } | ||||
|     path { | ||||
|         fill: $grey-color; | ||||
|     } | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue