More mixins
This commit is contained in:
		@@ -1,11 +1,19 @@
 | 
			
		||||
@mixin RV-FullWidthContent__Container {
 | 
			
		||||
	width: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@mixin RV-FullWidthContent__Item {
 | 
			
		||||
	width: 100%;
 | 
			
		||||
        @include RV-ContentCrop;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@mixin RV-FullWidthContent {
 | 
			
		||||
    &__Container {
 | 
			
		||||
        width: 100%;
 | 
			
		||||
        @include RV-FullWidthContent__Container;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &__Item {
 | 
			
		||||
        width: 100%;
 | 
			
		||||
        @include RV-ContentCrop;
 | 
			
		||||
		@include RV-FullWidthContent__Item;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user