diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 131c533261e3adac7ed6552693eda482c4a5db20..06885fcaf3c1c4fd9796e3408b59b665624f3500 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -103,6 +103,19 @@ body.auth .panel-heading .panel-title span.pull-right { box-shadow: 0px 0px 2em $background-filter; //, inset 0px -5px 1em rgba(0, 0, 0, 0.8); } + +.hidden-accessible { + border:0 none; + clip:rect(0px,0px,0px,0px); + height:1px; + margin:-1px; + overflow:hidden; + padding:0; + position:absolute; + width:1px +} + + $homepage-block-min-height: 480px; .homepage-block { @@ -362,3 +375,11 @@ footer .footer-copy { margin-top: 22px; } } + +.homepage-subtitle { + font-size: $font-size-h3; +} + +.navbar-toggle { + background-color: $gray-lighter; +}