From c61e9ca2c1b170e9a6cb81ec60fcf15a0cefbf68 Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Tue, 15 Jul 2014 01:43:29 -0400 Subject: [PATCH] style tweaks for logo and body background color --- app/styles/app.scss | 16 ++++-- app/templates/components/logo-svg.hbs | 82 +++++++++++++++++++++++++++ app/templates/navigation.hbs | 14 +++-- 3 files changed, 101 insertions(+), 11 deletions(-) create mode 100644 app/templates/components/logo-svg.hbs diff --git a/app/styles/app.scss b/app/styles/app.scss index 1916613324..1021bce293 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -30,10 +30,6 @@ // -webkit-animation: domChanged 1s; } -.navbar-brand span { - color: #00bd9c; -} - .screen-button, .screen-title { margin: 20px 0 10px 20px; } @@ -117,6 +113,16 @@ body { background-color: #2e4359; + color: #fff; +} +.logo-svg { + width: 186px; +} +.navbar-brand { + padding: 13px 0; +} +.jumbotron { + background-color: #2e4359; } -// end temp style tweaks ------------/ \ No newline at end of file +// end temp style tweaks ------------/ diff --git a/app/templates/components/logo-svg.hbs b/app/templates/components/logo-svg.hbs new file mode 100644 index 0000000000..e10d103ded --- /dev/null +++ b/app/templates/components/logo-svg.hbs @@ -0,0 +1,82 @@ + + + + + + + diff --git a/app/templates/navigation.hbs b/app/templates/navigation.hbs index f97874dda8..6eaa6db0d7 100644 --- a/app/templates/navigation.hbs +++ b/app/templates/navigation.hbs @@ -8,16 +8,18 @@ - hospitalrun + + {{logo-svg}} +