You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							40 lines
						
					
					
						
							675 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							40 lines
						
					
					
						
							675 B
						
					
					
				| @import "../../src/scss/variables.scss"; | |
| @import "../../src/scss/mixins.scss"; | |
| 
 | |
| .component-productBox { | |
|   position: relative; | |
|   padding-bottom: 80px; | |
|   height: 100%; | |
| 
 | |
|   .image { | |
|     width: 100%; | |
|     padding-bottom: 10px; | |
|   } | |
| 
 | |
|   .title { | |
|     display: inline-block; | |
|     width: calc(100% - 70px); | |
|     padding-right: 5px; | |
|     font-size: $font-16; | |
|     font-weight: 600; | |
|     line-height: $font-16; | |
|     color: $black; | |
|   } | |
| 
 | |
|   .price { | |
|     display: inline-block; | |
|     width: 70px; | |
|     font-size: $font-16; | |
|     font-weight: light; | |
|     text-align: right; | |
|     white-space: no-wrap; | |
|     color: $black; | |
|   } | |
| 
 | |
|   .add-to-cart{ | |
|     position: absolute; | |
|     bottom: 20px; | |
|     width: 100%; | |
|   } | |
| } | |
| 
 |