Merge pull request #23033 from woocommerce/fix/23018
Wizard mobile styles
This commit is contained in:
commit
fc4f67eb3d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -18,6 +18,7 @@ body {
|
|||
|
||||
.select2-container {
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
}
|
||||
.hidden {
|
||||
display: none;
|
||||
|
@ -1356,3 +1357,63 @@ p.jetpack-terms {
|
|||
margin-top: 0;
|
||||
padding: 30px 0;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 400px) {
|
||||
#wc-logo img {
|
||||
max-width: 80%;
|
||||
}
|
||||
.wc-setup-steps {
|
||||
display: none;
|
||||
}
|
||||
.store-address-container {
|
||||
.city-and-postcode {
|
||||
display: block;
|
||||
|
||||
div {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.wc-wizard-service-item,
|
||||
.wc-wizard-services-list-toggle {
|
||||
flex-wrap: wrap;
|
||||
.wc-wizard-service-enable {
|
||||
order: 2;
|
||||
padding: 20px 0 0;
|
||||
}
|
||||
.wc-wizard-service-description {
|
||||
order: 3;
|
||||
}
|
||||
.wc-wizard-service-name {
|
||||
padding: 20px 20px 0;
|
||||
text-align: left;
|
||||
justify-content: space-between !important;
|
||||
img {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.newsletter-form-container {
|
||||
display: block;
|
||||
.newsletter-form-email {
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.button.newsletter-form-button {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
.wc-wizard-next-steps .wc-wizard-next-step-item {
|
||||
flex-wrap: wrap;
|
||||
.wc-wizard-next-step-description {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.wc-wizard-next-step-action {
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue