Added GameModule

This commit is contained in:
2020-07-23 14:53:03 +02:00
parent 44575a8a08
commit 8d2df73484
33 changed files with 187 additions and 13 deletions

View File

@@ -1,35 +0,0 @@
.avatar {
background-image: url(src/assets/avatar.png);
background-size: cover;
}
.character {
font-size: 16px;
font-weight: bold;
}
.header {
margin-bottom: -8px;
width: 100%;
}
/* this class is wrapped around header text by angular */
/deep/ .mat-card-header-text {
width: 100%;
}
.messages {
/* margin-left: 4px; */
}
.timestamp {
color: #888888;
float: right;
font-weight: normal;
font-size: 14px;
}
.user {
font-size: 14px;
}