improve link css
This commit is contained in:
		
							parent
							
								
									d779b0d97b
								
							
						
					
					
						commit
						5b11ce1baf
					
				| 
						 | 
					@ -18,6 +18,9 @@
 | 
				
			||||||
        background-size: 0 0;
 | 
					        background-size: 0 0;
 | 
				
			||||||
        background-position: 100% 21%;
 | 
					        background-position: 100% 21%;
 | 
				
			||||||
        transition: .15s ease-out;
 | 
					        transition: .15s ease-out;
 | 
				
			||||||
 | 
					        border-radius: 5px;
 | 
				
			||||||
 | 
					        padding-left: 4px;
 | 
				
			||||||
 | 
					        margin-left: -3px;
 | 
				
			||||||
        &:hover {
 | 
					        &:hover {
 | 
				
			||||||
            background-size: 100% 100%;
 | 
					            background-size: 100% 100%;
 | 
				
			||||||
            color: $light;
 | 
					            color: $light;
 | 
				
			||||||
| 
						 | 
					@ -70,6 +73,9 @@
 | 
				
			||||||
            background-size: 0 0;
 | 
					            background-size: 0 0;
 | 
				
			||||||
            background-position: 100% 21%;
 | 
					            background-position: 100% 21%;
 | 
				
			||||||
            transition: .15s ease-out;
 | 
					            transition: .15s ease-out;
 | 
				
			||||||
 | 
					            border-radius: 5px;
 | 
				
			||||||
 | 
					            padding-left: 4px;
 | 
				
			||||||
 | 
					            margin-left: -3px;
 | 
				
			||||||
            &:hover {
 | 
					            &:hover {
 | 
				
			||||||
                background-size: 100% 100%;
 | 
					                background-size: 100% 100%;
 | 
				
			||||||
                color: $light;
 | 
					                color: $light;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue