Making info actions look better. Fixing space harvest styling.

master
Thomas Hintz 5 years ago
parent 2599c6fa33
commit c34fc7dcbe

@ -1614,7 +1614,7 @@ class Action extends React.Component {
break; break;
case 'info': case 'info':
view = ( view = (
<div> <div className="game-card">
<p>{this.props.ui.actionValue}</p> <p>{this.props.ui.actionValue}</p>
</div> </div>
); );

@ -2383,4 +2383,4 @@
;; TODO ;; TODO
;; make sure two players can't have the same name ;; 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; } margin-top: 1rem; }
.clear-background { .clear-background {
position: relative;
background: white; } background: white; }
.harvest-card { .harvest-card {

Loading…
Cancel
Save