diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-04-03 13:06:04 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-04-03 13:06:04 +0200 |
commit | d756b861326305f9c4fc5fd87cd739667717afb7 (patch) | |
tree | ad586858e03d99fecc3cb44ec1edd4979720480d | |
parent | 9a695530718420f63917a6c0c141d08336d013c9 (diff) |
Colorize backgrounds of jumbotron and well.
-rw-r--r-- | style.scss | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -12,6 +12,14 @@ body { display: none; } +.jumbotron { + background-color: $brand-info; +} + +.well { + background-color: $gray; +} + // fill width and height - with black edges as needed .videocontainer { position: absolute; |