beginning to define standards for chip design

This commit is contained in:
2022-08-25 13:21:35 -05:00
parent e987a2aad8
commit 75d161a10b
6 changed files with 73 additions and 33 deletions

View File

@@ -1,4 +1,5 @@
@import '../../sass/helper/mixins';
@import '../../sass/helper/placeholders';
.all-players {
display: flex;
@@ -15,7 +16,11 @@
.resources {
.player-chips-enum {
display: flex;
justify-content: center;
@include map-gem-values(".player-chip");
p {
@extend %chip-design;
}
}
}
}