From 59a09d1239bdb49a149ab0478c2911aab8f51471 Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Sat, 29 Oct 2016 12:04:47 +0300 Subject: [PATCH] Step 19.6: Added app component style file --- client/imports/app/app.component.scss | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 client/imports/app/app.component.scss diff --git a/client/imports/app/app.component.scss b/client/imports/app/app.component.scss new file mode 100644 index 000000000..9076154c6 --- /dev/null +++ b/client/imports/app/app.component.scss @@ -0,0 +1,8 @@ +.toolbar-title { + text-decoration: none; + color: white; +} + +md-toolbar { + box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26); +} \ No newline at end of file