Making info actions look better. Fixing space harvest styling.
This commit is contained in:
@@ -1614,7 +1614,7 @@ class Action extends React.Component {
|
||||
break;
|
||||
case 'info':
|
||||
view = (
|
||||
<div>
|
||||
<div className="game-card">
|
||||
<p>{this.props.ui.actionValue}</p>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -2383,4 +2383,4 @@
|
||||
|
||||
;; TODO
|
||||
;; make sure two players can't have the same name
|
||||
;; info actions should look better
|
||||
;; "your turn to roll" showing up on mobile when on action screen
|
||||
|
||||
@@ -872,6 +872,7 @@ $trade-margin: 3rem;
|
||||
margin-top: 1rem; }
|
||||
|
||||
.clear-background {
|
||||
position: relative;
|
||||
background: white; }
|
||||
|
||||
.harvest-card {
|
||||
|
||||
Reference in New Issue
Block a user