Changeset - 4a4d06c4f074
[Not reviewed]
0 1 0
Christopher Neugebauer - 7 years ago 2017-08-13 03:15:53
chrisjrn@gmail.com
Adds a slight shadow to the footer text
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -6,48 +6,49 @@ body {
 
  background-size: cover;
 
  background-repeat: no-repeat;*/
 
}
 

	
 
// Not overridable in bootstrap at the moment
 
.dropdown-menu >li >a {
 
  font-weight: 300;
 
}
 

	
 
// Not overridable in bootstrap at the moment.
 
strong {
 
  font-weight: 500;
 
}
 

	
 
section {
 
  padding: 20px 0px;
 
}
 
.modal form {
 
  margin-bottom: 0px;
 
}
 

	
 
footer {
 
  padding-top: 40px;
 
  padding-bottom: 20px;
 
  text-shadow: 0px 0px 10px white;
 
}
 

	
 
p.login-signup {
 
    margin-top: 20px;
 
}
 

	
 
.feature-columns {
 
    @include make-row();
 

	
 
    > div {
 
        i.fa {
 
            margin-bottom: 0.2em;
 
        }
 
        @include make-sm-column(4);
 
        /*.text-center;
 
        margin: 2em 0;*/
 
    }
 
}
 

	
 
body.reviews.review-list .review-list,
 
body.reviews.voting-status .voting-status,
 
body.reviews.review-results .review-results {
 
    z-index: 2; // Place active items above their siblings for proper border styling
 
    color: $list-group-active-color;
0 comments (0 inline, 0 general)