diff options
Diffstat (limited to 'resources/sass/_background.scss')
| -rw-r--r-- | resources/sass/_background.scss | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/resources/sass/_background.scss b/resources/sass/_background.scss new file mode 100644 index 0000000..452d4d2 --- /dev/null +++ b/resources/sass/_background.scss @@ -0,0 +1,26 @@ +html { + height: 100%; +} + +body { + width: 100%; + height: auto; + min-height:35rem; + background: linear-gradient(to bottom, rgba(1,1,1,.25) 0%, rgba(1,1,1,.45) 90%, rgba(2, 11, 26, 0.65) 100%), url("/img/world-bg.jpg"); + background-color: rgba(2, 11, 26, 0.65); + background-position: center; + background-repeat: no-repeat; + background-attachment: scroll; + background-size: cover; +} +.cover-container { + color: white; + max-width: 42em; +} +.cover { + padding: 0 1.5rem; +} +.cover .btn-lg { + padding: .75rem 1.25rem; + font-weight: 700; +} |
