Credentials
This commit is contained in:
parent
0cf693ae3b
commit
d34713c085
@ -20,11 +20,21 @@
|
||||
<app-game-bar></app-game-bar>
|
||||
<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>
|
||||
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user