Credentials

This commit is contained in:
MrSandMan 2022-08-27 14:51:26 +03:00
parent 0cf693ae3b
commit d34713c085
2 changed files with 27 additions and 0 deletions

View File

@ -21,11 +21,21 @@
<app-game-bar></app-game-bar>
</div>
<div class="Credentials">
<center>
<span id="credentials-name">Created by Skirda Team</span>
</center>
<center>
<span id="credentials-version" class="light darken">Version 0.0 Beta</span>
</center>
</div>
</div>
<div id="RightBar">
<app-generic-game></app-generic-game>
</div>
</div>

View File

@ -35,6 +35,7 @@
#GamesBar {
margin-left: 15px;
height: calc(100% - 150px);
}
.ButtonsBar {
@ -42,3 +43,19 @@
margin-right: 70px;
display: flex;
}
/*********************************************/
/************** Credentials ******************/
/*********************************************/
.Credentials {
}
.Credentials > center {
margin-bottom: -8px;
}
#credentials-name {
font-size: 12px;
}
#credentials-version {
font-size: 10px;
}