File diff a6d0e30f3ba2 → abebad0ef7f1
static/scss/custom.scss
Show inline comments
...
 
@@ -161,20 +161,25 @@ body.auth .panel-heading .panel-title span.pull-right {
 
    margin: 0;
 
  }
 

	
 
}
 

	
 

	
 
#hills {
 
  background: url("../images/hills.svg");
 
.hills {
 
  background-size: 100%;
 
  background-position: bottom;
 
  background-repeat: no-repeat;
 
  width: 50%;
 
  height: 100%;
 
  position: absolute;
 
  bottom: 0;
 
  right: 0;
 
  z-index: -9999;
 
  opacity: 0.3;
 
  background-blend-mode: multiply;
 

	
 
  &.main {
 
    background-image: url("../images/hills.svg");
 
  }
 

	
 
  &.footer {
 
    background-image: url("../images/hills-footer.svg");
 
  }
 
}