forked from M-Labs/web2019
feat(issue21): Increases crate height to 350px
This commit is contained in:
parent
ae90412170
commit
dd1a188937
|
@ -293,7 +293,7 @@ button {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
/*max-width: 96px;*/
|
/*max-width: 96px;*/
|
||||||
max-width: 121px;
|
max-width: 130px;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -310,7 +310,7 @@ button {
|
||||||
|
|
||||||
img {
|
img {
|
||||||
/*height: 250px;*/
|
/*height: 250px;*/
|
||||||
height: 320px;
|
height: 350px;
|
||||||
border: 0;
|
border: 0;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -469,7 +469,7 @@ class ProductCartItem extends React.PureComponent {
|
||||||
<h6>{model.name_number}</h6>
|
<h6>{model.name_number}</h6>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
style={{'height': '320px'}}
|
style={{'height': '350px'}}
|
||||||
onMouseEnter={this.handleOnMouseEnterRemoveItem.bind(this, index)}
|
onMouseEnter={this.handleOnMouseEnterRemoveItem.bind(this, index)}
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue