implemented better ui and pseudo data
This commit is contained in:
parent
b9ce80a28a
commit
a933f0b397
4 changed files with 166 additions and 23 deletions
|
@ -63,10 +63,14 @@ a {
|
|||
@apply font-bold text-text-primary;
|
||||
}
|
||||
|
||||
.game-heading {
|
||||
.game-heading-sm {
|
||||
@apply font-bold text-text-primary text-sm mb-2;
|
||||
}
|
||||
|
||||
.game-heading-xl {
|
||||
@apply font-bold text-text-primary text-xl mb-2;
|
||||
}
|
||||
|
||||
.game-text {
|
||||
@apply text-text-secondary text-sm mb-4;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue