Updated wizard content styles
[MAILPOET-1927]
This commit is contained in:
committed by
Ján Mikláš
parent
2c46b69c25
commit
f6192f77a1
@@ -1,9 +1,5 @@
|
||||
.mailpoet_welcome_wizard_header {
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.mailpoet_welcome_wizard_steps {
|
||||
@@ -55,8 +51,9 @@
|
||||
min-height: 30vh;
|
||||
|
||||
h1 {
|
||||
font-weight: 400;
|
||||
padding-bottom: 10px;
|
||||
font-weight: 700;
|
||||
margin: 0 0 20px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
@@ -64,7 +61,9 @@
|
||||
font-size: 15px;
|
||||
font-weight: normal;
|
||||
line-height: 22px;
|
||||
margin: 10px 0;
|
||||
margin: 0 0 40px;
|
||||
|
||||
+ p { margin-top: -20px; }
|
||||
}
|
||||
|
||||
.welcome_wizard_tracking_sub_title {
|
||||
@@ -82,7 +81,7 @@
|
||||
width: 330px;
|
||||
|
||||
label {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
font-size: 15px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
@@ -91,11 +90,7 @@
|
||||
font-size: 15px;
|
||||
height: 30px;
|
||||
margin-top: 10px;
|
||||
width: 328px;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
margin: 50px 0 25px 0;
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
a.sender_form_small {
|
||||
@@ -108,33 +103,8 @@
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.mailpoet_welcome_wizard_course_form_box {
|
||||
margin-bottom: 10px;
|
||||
padding-top: 30px;
|
||||
position: relative;
|
||||
|
||||
img {
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 520px) {
|
||||
padding: 0 10px;
|
||||
text-align: center;
|
||||
|
||||
iframe {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mailpoet_welcome_wizard_step_controls {
|
||||
margin-top: 50px;
|
||||
margin: 40px 0 10px;
|
||||
|
||||
.button + .button {
|
||||
margin-left: 20px;
|
||||
@@ -142,14 +112,10 @@
|
||||
}
|
||||
|
||||
.mailpoet_welcome_wizard_woo_screenshot {
|
||||
margin-top: 30px;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 520px) {
|
||||
.mailpoet_welcome_wizard_woo_screenshot {
|
||||
width: 340px;
|
||||
}
|
||||
box-shadow: 2px 3px 18px rgba(#000, 0.3);
|
||||
margin-top: -20px;
|
||||
max-width: 100%;
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
.welcome_wizard_video {
|
||||
|
Reference in New Issue
Block a user