aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r--client/src/app/app.component.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss
index 2d0487cd8..f11552ef6 100644
--- a/client/src/app/app.component.scss
+++ b/client/src/app/app.component.scss
@@ -19,8 +19,19 @@
19 margin-top: 0; 19 margin-top: 0;
20 margin-bottom: 0; 20 margin-bottom: 0;
21 21
22 display: flex;
23 flex-direction: column;
24 justify-content: center;
25 text-align: center;
26
22 a { 27 a {
23 color: inherit !important; 28 color: inherit !important;
29 display: block;
30 background: url(/client/assets/logo.png) no-repeat;
31 background-size: contain;
32 width: 180px;
33 height: 22px;
34 margin: auto;
24 35
25 &:hover { 36 &:hover {
26 color: inherit !important; 37 color: inherit !important;