From 891fdb9dc11e5f06d6e05eab5f9da63710914b07 Mon Sep 17 00:00:00 2001 From: Egor Date: Mon, 20 Feb 2017 21:31:14 -0800 Subject: [PATCH] minor styling changes to the front web page --- web/app/pods/components/huegasm-app/template.hbs | 4 ++-- web/app/styles/app.scss | 7 +++++++ web/app/styles/bridge-finder.scss | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/web/app/pods/components/huegasm-app/template.hbs b/web/app/pods/components/huegasm-app/template.hbs index 4895e54..8ae96f5 100644 --- a/web/app/pods/components/huegasm-app/template.hbs +++ b/web/app/pods/components/huegasm-app/template.hbs @@ -9,7 +9,7 @@

- Your lights meet your music. + Your lights meet your music

Huegasm is a free web application for managing and synchronizing your Philips Hue lights with the beat of your music. @@ -17,7 +17,7 @@

-

Click START to get started with Huegasm.

+

Click START to get started using Huegasm.

{{paper-button raised=true primary=true warn=true onClick=(action "isReady") class="go-button center-block" label="START"}} diff --git a/web/app/styles/app.scss b/web/app/styles/app.scss index e941bd1..d550768 100644 --- a/web/app/styles/app.scss +++ b/web/app/styles/app.scss @@ -103,6 +103,13 @@ div.ember-modal-dialog { .video-icon { position: absolute; + md-icon { + transition: all .1s linear; + color: rgba($blackish, 0.4) !important; + &:hover { + color: rgba($blackish, 0.7) !important; + } + } } @media(max-width:768px) { diff --git a/web/app/styles/bridge-finder.scss b/web/app/styles/bridge-finder.scss index 26a891f..562873e 100644 --- a/web/app/styles/bridge-finder.scss +++ b/web/app/styles/bridge-finder.scss @@ -21,7 +21,7 @@ #intro-paragraph { margin-bottom: 20px; - font-size: 20px; + font-size: 18px; } #bridge-finder, .ready-block {