Adjust styles

Signed-off-by: Egor Savkin <es@m-labs.hk>
Egor Savkin 2023-08-18 17:34:52 +08:00
parent 759e41681f
commit 2eb4bc99dd
3 changed files with 11 additions and 5 deletions

View File

@ -512,10 +512,13 @@ button {
top: 0;
width: 100%;
min-height: 70px;
max-height: 350px;
overflow-y: scroll;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
align-items: start;
justify-content: left;
text-align: left;
background-color: white;
color: black;
flex-direction: column;
@ -525,6 +528,10 @@ button {
font-size: .65rem;
margin: 0;
}
div {
margin: 0 0.2rem;
}
}
}

View File

@ -715,7 +715,7 @@ class ProductCartItem extends React.PureComponent {
{options ? (
<div
style={{'display': (model.showOverlayRemove && options) ? 'flex' : 'none'}}
style={{'display': model.showOverlayRemove ? 'flex' : 'none'}}
className="overlayVariant">
<ProcessOptions

View File

@ -143,7 +143,7 @@ class Line extends Component {
render() {
let key = this.props.id + this.props.outvar;
return (
<div className="shop-switch" key={this.props.id}>
<div className="shop-line" key={this.props.id}>
<label htmlFor={key} className="form-label">{this.props.title}: </label>
<input type="email" className="form-control" id={key} onChange={this.handleClick}
value={this.state.text}/>
@ -197,7 +197,6 @@ class SwitchLine extends Component {
let key = this.props.id + this.props.outvar;
return (
<div className="shop-switch-line" key={this.props.id}>
<div className="form-check form-switch" key={key}>
<input
className="form-check-input"