From 42ed5ae8d104e6a62c7cc9cb4fc3b193878b5413 Mon Sep 17 00:00:00 2001 From: Gil Ferreira Date: Sun, 19 Mar 2017 15:48:28 -0400 Subject: [PATCH] Changed CoPilot logo to svg. No more pixeled logo! --- src/components/Dash.vue | 22 ++++++++++++++++++---- static/img/copilot-logo-white.svg | 1 + 2 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 static/img/copilot-logo-white.svg diff --git a/src/components/Dash.vue b/src/components/Dash.vue index 3ee74f4f..ed44d679 100644 --- a/src/components/Dash.vue +++ b/src/components/Dash.vue @@ -3,11 +3,11 @@
@@ -227,6 +227,20 @@ export default { } } +.logo-mini, .logo-lg { + text-align: left; + + img { + padding: .4em; + } +} + +.logo-lg { + img { + display: -webkit-inline-box; + width: 25%; + } +} .user-panel { height: 4em; } diff --git a/static/img/copilot-logo-white.svg b/static/img/copilot-logo-white.svg new file mode 100644 index 00000000..5bb14125 --- /dev/null +++ b/static/img/copilot-logo-white.svg @@ -0,0 +1 @@ + \ No newline at end of file