Changeset - d597c74e9092
[Not reviewed]
0 1 0
Christopher Neugebauer - 7 years ago 2017-08-14 00:23:19
chrisjrn@gmail.com
Shadow adjustments
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -194,25 +194,26 @@ $homepage-block-min-height: 480px;
 
  }
 

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

	
 
.circle {
 
  position: relative;
 
  border-radius: 100%;
 
  overflow: hidden;
 
  width: 100%;
 
  box-shadow: 0px 0px 2em black;
 
  border: 0.05em solid black;
 
  box-shadow: 0px 0px 1em $gray-dark;
 
}
 

	
 
.circle:before {
 
  content: "";
 
  display: block;
 
  padding-top: 100%;
 
}
 

	
 
.fill {
 
  position: absolute;
 
  width: 100%;
 
  height: 100%;
0 comments (0 inline, 0 general)