Adding tabs and ROI to game over screen.
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user