Quickfixes and boxshadow
This commit is contained in:
		@@ -1,11 +1,11 @@
 | 
			
		||||
@mixin RV-BoxShadow($color) {
 | 
			
		||||
@mixin RV-BoxShadow--simple($-color) {
 | 
			
		||||
	box-shadow: 0 0 10px $-color;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@mixin RV-BoxShadow($-color) {
 | 
			
		||||
 | 
			
		||||
    position:relative;
 | 
			
		||||
    float:left;
 | 
			
		||||
    width:40%;
 | 
			
		||||
    margin:2em 10px 4em; 
 | 
			
		||||
    background:#fff;
 | 
			
		||||
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
 | 
			
		||||
 | 
			
		||||
    &:before, &:after {
 | 
			
		||||
        content:"";
 | 
			
		||||
@@ -14,7 +14,7 @@
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &--simple {
 | 
			
		||||
        box-shadow: 0 0 20px $color;
 | 
			
		||||
        @include RV-BoxShadow--simple($-color);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &--raised {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user