Making info actions look better. Fixing space harvest styling.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user