Many updates.

This commit is contained in:
2020-03-28 14:32:49 -07:00
parent 77a8692f71
commit c8e9ea1842
12 changed files with 992 additions and 593 deletions

View File

@@ -267,6 +267,7 @@ $tab-margin: 0.3rem;
margin: 0; }
.player-trade-resources .resource-unit {
display: inline-block;
width: 4rem; }
.card-id {
@@ -546,14 +547,26 @@ $tab-margin: 0.3rem;
max-width: 30rem; }
@include breakpoint(large) {
font-size: 23px;
max-width: 45rem; }
width: 100%; }
margin-left: auto;
margin-right: auto; }
.tab-container {
overflow-y: auto;
max-height: 80vh;
flex-grow: 2; }
@include breakpoint(medium down) {
flex-grow: 2;
}
@include breakpoint(large) {
width: 40rem;
}
}
.static-tab-container {
overflow-y: auto;
max-height: 80vh;
width: 26rem;
}
.tab {
$tab-border: 0.3rem solid $primary-color;
@@ -581,6 +594,11 @@ $tab-margin: 0.3rem;
.turn-container .button {
margin: 0; }
.harvest-table {
overflow: auto;
max-width: 75vw;
}
.board-heading {
z-index: -1;
position: absolute;
@@ -780,3 +798,9 @@ $intro-time: 6s;
.hidden {
display: none; }
.space-icon {
position: absolute;
bottom: 0;
opacity: 0.5;
right: 4px; }