File diff 458e505f05da → 9329cdbaf5a9
static/scss/custom.scss
Show inline comments
...
 
@@ -219,48 +219,52 @@ $homepage-block-smaller-min-height: 360px;
 
    position: relative;
 
    width: 95%;
 
    min-height: 240px;
 
    margin: 2%;
 
    padding: 5%;
 
    color: white;
 

	
 
    .txt {
 
      z-index: 2;
 
      position: relative;
 
    }
 

	
 
    .filter {
 
      @extend .fill;
 
      z-index: -1;
 
      background-color: rgba(0,0,0,0.7);
 
    }
 

	
 
    .bg {
 
      @extend .fill;
 
      z-index: -2;
 

	
 
    }
 
  }
 

	
 
  a {
 
    color: $logo-sky-blue;
 
  }
 
}
 

	
 

	
 

	
 
/* ??? */
 
.homepage-block-footer {
 

	
 
}
 

	
 
.homepage-block.light {
 
  background-color: $background-filter;
 
  z-index: 2;
 
}
 

	
 
.homepage-block.white {
 
  background-color: white;
 
  z-index: 1;
 
}
 

	
 
.homepage-block-bg {
 
  top: 0;
 
  bottom: 0;
 
  width: 100%;
 
  height: 100%;