From 268b4fd5d415c35c74d754a5e048834bad913139 Mon Sep 17 00:00:00 2001 From: Egor Date: Tue, 27 Jun 2017 10:14:42 -0700 Subject: [PATCH] fix dark font in settings menu due to changes in ember-paper component structure --- web/app/styles/app.scss | 2 +- web/app/styles/dimmer.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {