From d34713c085a03d9415609840a7828a38f918f9b0 Mon Sep 17 00:00:00 2001 From: MrSandMan Date: Sat, 27 Aug 2022 14:51:26 +0300 Subject: [PATCH] Credentials --- src/app/home/home.component.html | 10 ++++++++++ src/app/home/home.component.scss | 17 +++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index 21f2a75..8ef944e 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -20,11 +20,21 @@ + +
+
+ Created by Skirda Team +
+
+ Version 0.0 Beta +
+
+
diff --git a/src/app/home/home.component.scss b/src/app/home/home.component.scss index 2754361..4c43b78 100644 --- a/src/app/home/home.component.scss +++ b/src/app/home/home.component.scss @@ -35,10 +35,27 @@ #GamesBar { margin-left: 15px; + height: calc(100% - 150px); } .ButtonsBar { margin-left: auto; margin-right: 70px; display: flex; +} + +/*********************************************/ +/************** Credentials ******************/ +/*********************************************/ +.Credentials { + +} +.Credentials > center { + margin-bottom: -8px; +} +#credentials-name { + font-size: 12px; +} +#credentials-version { + font-size: 10px; } \ No newline at end of file