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