Adding tabs and ROI to game over screen.

This commit is contained in:
2020-08-28 15:24:08 -07:00
parent b2d0dc3268
commit 3a97c128b6
2 changed files with 143 additions and 71 deletions

View File

@@ -806,6 +806,14 @@ $trade-margin: 3rem;
padding: 0.5rem;
display: none; }
.tab.border-top {
$tab-border: 0.3rem solid $primary-color;
border-top: $tab-border;
border-bottom: none;
border-left: none;
border-right: none;
}
.tab.show {
display: block; }