Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 1 addition & 19 deletions assets/css/frontend-form/layout2.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,24 +284,6 @@ body.mceContentBody{
text-shadow: none;
padding: 10px 35px;
}
.wpuf-form-add.wpuf-form-layout2 ul.wpuf-step-wizard {
.wpuf-form-add.wpuf-form-layout2 .wpuf-step-wizard {
overflow: visible;
}
.wpuf-form-add.wpuf-form-layout2 ul.wpuf-step-wizard li {
padding: 10px 30px 10px 40px;
border-radius: 0;
}
.wpuf-form-add.wpuf-form-layout2 ul.wpuf-step-wizard li:before {
margin-top: -14px;
border-left-color: #d5d3d3;
}
.wpuf-form-add.wpuf-form-layout2 ul.wpuf-step-wizard li:after {
border-width: 22px;
margin-top: -34px;
right: -40px;
border-radius: 0;
}
.wpuf-form-add.wpuf-form-layout2 ul.wpuf-step-wizard li.active-step:before {
border-left-color: #00a0d2;
right: -47px;
}
20 changes: 1 addition & 19 deletions assets/css/frontend-form/layout3.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,27 +260,9 @@
box-shadow: 0 1px 0 #8726d3;
text-shadow: none;
}
.wpuf-form-add.wpuf-form-layout3 ul.wpuf-step-wizard {
.wpuf-form-add.wpuf-form-layout3 .wpuf-step-wizard {
overflow: visible;
}
.wpuf-form-add.wpuf-form-layout3 ul.wpuf-step-wizard li {
padding: 10px 30px 10px 40px;
}
.wpuf-form-add.wpuf-form-layout3 ul.wpuf-step-wizard li:before {
margin-top: -14px;
}
.wpuf-form-add.wpuf-form-layout3 ul.wpuf-step-wizard li:after {
border-width: 22px;
margin-top: -34px;
right: -40px;
border-radius: 0;
}
.wpuf-form-add.wpuf-form-layout3 ul.wpuf-step-wizard li.active-step {
background-color: #D5AED9;
}
.wpuf-form-add.wpuf-form-layout3 ul.wpuf-step-wizard li.active-step:after {
border-left-color: #D5AED9;
}

ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container a.wpuf-insert-image{
border-color: #d6c3dc;
Expand Down
25 changes: 1 addition & 24 deletions assets/css/frontend-form/layout4.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,33 +274,10 @@ body.mceContentBody {
text-shadow: none;
}

.wpuf-form-add.wpuf-form-layout4 ul.wpuf-step-wizard {
.wpuf-form-add.wpuf-form-layout4 .wpuf-step-wizard {
overflow: visible;
}

.wpuf-form-add.wpuf-form-layout4 ul.wpuf-step-wizard li {
padding: 10px 30px 10px 40px;
}

.wpuf-form-add.wpuf-form-layout4 ul.wpuf-step-wizard li:before {
margin-top: -14px;
}

.wpuf-form-add.wpuf-form-layout4 ul.wpuf-step-wizard li:after {
border-width: 22px;
margin-top: -34px;
right: -40px;
border-radius: 0;
}

.wpuf-form-add.wpuf-form-layout4 ul.wpuf-step-wizard li.active-step {
background-color: #D5AED9;
}

.wpuf-form-add.wpuf-form-layout4 ul.wpuf-step-wizard li.active-step:after {
border-left-color: #D5AED9;
}

ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container a.wpuf-insert-image {
border-bottom: #c8c8c8;
background: #f7f3fa;
Expand Down
24 changes: 1 addition & 23 deletions assets/css/frontend-form/layout5.css
Original file line number Diff line number Diff line change
Expand Up @@ -300,32 +300,10 @@ body.mceContentBody {
padding: 10px 35px;
}

.wpuf-form-add.wpuf-form-layout5 ul.wpuf-step-wizard {
.wpuf-form-add.wpuf-form-layout5 .wpuf-step-wizard {
overflow: visible;
}

.wpuf-form-add.wpuf-form-layout5 ul.wpuf-step-wizard li {
padding: 10px 30px 10px 40px;
border-radius: 0;
}

.wpuf-form-add.wpuf-form-layout5 ul.wpuf-step-wizard li:before {
margin-top: -14px;
border-left-color: #d5d3d3;
}

.wpuf-form-add.wpuf-form-layout5 ul.wpuf-step-wizard li:after {
border-width: 22px;
margin-top: -34px;
right: -40px;
border-radius: 0;
}

.wpuf-form-add.wpuf-form-layout5 ul.wpuf-step-wizard li.active-step:before {
border-left-color: #00a0d2;
right: -47px;
}

ul.wpuf-form li label.wpuf-form-sub-label {
font-size: 12px;
display: inline-block;
Expand Down
159 changes: 100 additions & 59 deletions assets/css/frontend-forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -1055,14 +1055,41 @@ body fieldset.wpuf-multistep-fieldset {
body fieldset.wpuf-multistep-fieldset.field-active {
display: block;
}
body fieldset.wpuf-multistep-fieldset button.wpuf-multistep-next-btn.btn.btn-primary {
body fieldset.wpuf-multistep-fieldset button.wpuf-multistep-next-btn,
body fieldset.wpuf-multistep-fieldset button.wpuf-multistep-prev-btn {
position: absolute;
bottom: 0;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 24px;
font-size: 16px;
line-height: 24px;
font-weight: 400;
border-radius: 0.375rem;
text-decoration: none;
cursor: pointer;
transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
border: none;
background-color: #99A7B2;
color: #ffffff;
text-shadow: unset;
}
body fieldset.wpuf-multistep-fieldset button.wpuf-multistep-next-btn:hover,
body fieldset.wpuf-multistep-fieldset button.wpuf-multistep-prev-btn:hover {
background-color: #7F8C96;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
body fieldset.wpuf-multistep-fieldset button.wpuf-multistep-next-btn:focus,
body fieldset.wpuf-multistep-fieldset button.wpuf-multistep-prev-btn:focus {
outline: none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #99A7B2;
}
body fieldset.wpuf-multistep-fieldset button.wpuf-multistep-next-btn {
right: 0;
}
body fieldset.wpuf-multistep-fieldset button.wpuf-multistep-prev-btn.btn.btn-primary {
position: absolute;
bottom: 0;
body fieldset.wpuf-multistep-fieldset button.wpuf-multistep-prev-btn {
left: 0;
}
body fieldset.wpuf-multistep-fieldset a#wpuf-post-draft {
Expand All @@ -1083,75 +1110,89 @@ body fieldset.wpuf-multistep-fieldset span.wpuf-loading {
body .wpuf-multistep-progressbar {
overflow: hidden;
}
body .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard {
body .wpuf-form .wpuf-multistep-progressbar .wpuf-step-wizard {
display: flex;
align-items: flex-start;
justify-content: center;
margin: 20px 0 40px 0;
padding: 0;
list-style: none;
}
body .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard * {
body .wpuf-form .wpuf-multistep-progressbar .wpuf-step-wizard * {
box-sizing: border-box;
}
body .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li {
body .wpuf-form .wpuf-multistep-progressbar .wpuf-step-item {
display: flex;
flex-direction: column;
align-items: center;
flex-shrink: 0;
}
body .wpuf-form .wpuf-multistep-progressbar .wpuf-step-circle {
width: 36px;
height: 36px;
border-radius: 50%;
border: 2px solid #E4E4E4;
background-color: #fff;
color: #E4E4E4;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 600;
transition: all 0.3s ease;
}
body .wpuf-form .wpuf-multistep-progressbar .wpuf-step-label {
margin-top: 8px;
font-size: 13px;
color: #E4E4E4;
font-weight: 400;
white-space: nowrap;
transition: color 0.3s ease;
}
body .wpuf-form .wpuf-multistep-progressbar .wpuf-step-line {
flex: 1;
height: 2px;
background-color: #E4E4E4;
border-radius: 5px;
display: inline-block;
padding: 10px 30px 10px 40px;
margin-right: -7px;
width: auto;
margin: 0;
position: relative;
text-align: center;
margin-top: 18px;
min-width: 40px;
transition: background-color 0.3s ease;
}
body .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::before,
body .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::after {
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
border-color: transparent;
border-left-color: #fff;
border-radius: 10px;
}
body .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::before {
border-width: 26px;
margin-top: -14px;
right: -52px;
z-index: 98;
}
body .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::after {
border-left-color: #E4E4E4;
border-width: 25px;
margin-top: -37px;
right: -44px;
z-index: 99;
}
body .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li.active-step {
body .wpuf-form .wpuf-multistep-progressbar .wpuf-step-line-active {
background-color: #00a0d2;
color: #fff;
}
body .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li.active-step::after {
border-left-color: #00a0d2;
body .wpuf-form .wpuf-multistep-progressbar .wpuf-step-item.active-step .wpuf-step-circle,
body .wpuf-form .wpuf-multistep-progressbar .wpuf-step-item.completed-step .wpuf-step-circle {
background-color: #00a0d2;
border-color: #00a0d2;
color: #fff;
}
body .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li:last-child::after {
border-left-color: transparent;
body .wpuf-form .wpuf-multistep-progressbar .wpuf-step-item.active-step .wpuf-step-label,
body .wpuf-form .wpuf-multistep-progressbar .wpuf-step-item.completed-step .wpuf-step-label {
color: #333;
font-weight: 600;
}
body .wpuf-form .wpuf-multistep-progressbar .ui-widget-header {
background: #00a0d2;
body .wpuf-form .wpuf-multistep-progressbar .wpuf-progressbar-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 8px;
font-size: 14px;
font-weight: 600;
color: #333;
}
body .wpuf-form .wpuf-multistep-progressbar.ui-progressbar {
body .wpuf-form .wpuf-multistep-progressbar .wpuf-progressbar-track {
width: 100%;
height: 10px;
background-color: #E4E4E4;
border-radius: 5px;
overflow: hidden;
margin-bottom: 30px;
height: 25px;
border: 1px solid #eee;
position: relative;
}
body .wpuf-form .wpuf-multistep-progressbar.ui-progressbar .wpuf-progress-percentage {
position: absolute;
left: 50%;
font-size: 12px;
font-weight: bold;
text-shadow: 1px 1px 0 #fff;
top: 20%;
body .wpuf-form .wpuf-multistep-progressbar .wpuf-progressbar-fill {
height: 100%;
background-color: #00a0d2;
border-radius: 5px;
width: 0;
transition: width 0.3s ease;
}
body input.wpuf-btn {
text-decoration: none !important;
Expand Down
Loading
Loading