diff --git a/web/app/styles/app.scss b/web/app/styles/app.scss index 2978db8..36bb9e9 100644 --- a/web/app/styles/app.scss +++ b/web/app/styles/app.scss @@ -46,7 +46,6 @@ body, button { align-items: center; justify-content: space-between; padding: 0 15px; - //margin-bottom: 8rem; } @media(min-width:767px) { @@ -76,6 +75,7 @@ button.md-warn { .display-flex { display: flex !important; } + #intro-background { min-height: 50vh; min-height: 200px; diff --git a/web/app/styles/dimmer.scss b/web/app/styles/dimmer.scss index 51c7917..a2f8f25 100644 --- a/web/app/styles/dimmer.scss +++ b/web/app/styles/dimmer.scss @@ -36,7 +36,7 @@ body.dimmerOn { color: $whitish; background-color: $dimmerOnButtonColor; } - .ember-basic-dropdown-content a { + .ember-basic-dropdown-content a, .md-button { color: $whitish; } .playlist-item {