plugin updates
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Generated by Fontastic.me</metadata>
|
||||
<defs>
|
||||
<font id="untitled-font-1" horiz-adv-x="512">
|
||||
<font-face font-family="untitled-font-1" units-per-em="512" ascent="480" descent="-32"/>
|
||||
<missing-glyph horiz-adv-x="512" />
|
||||
|
||||
<glyph glyph-name="sprocket-white" unicode="a" d="M354 156c-34 0-61 28-61 62 0 34 27 61 61 61 34 0 62-27 62-61 0-34-28-62-62-62m19 180l0 55c14 7 24 22 24 38l0 2c0 23-19 42-42 42l-1 0c-23 0-42-19-42-42l0-2c0-16 10-31 24-38l0-55c-21-3-41-12-57-25l-151 118c1 3 2 7 2 11 0 27-21 48-47 48-27 0-48-21-48-47 0-27 21-48 47-48 9 0 17 2 24 6l148-115c-13-19-20-42-20-66 0-26 8-50 22-69l-45-45c-4 1-7 2-11 2-22 0-39-18-39-40 0-21 17-39 39-39 21 0 39 18 39 39 0 4-1 8-2 12l45 44c20-15 45-25 72-25 67 0 121 54 121 121 0 60-45 110-102 118"/>
|
||||
</font></defs></svg>
|
||||
|
Before Width: | Height: | Size: 956 B |
Binary file not shown.
@@ -1,33 +0,0 @@
|
||||
#leadin,
|
||||
#wpbody,
|
||||
#wpbody-content,
|
||||
#wpcontent,
|
||||
#wpwrap,
|
||||
body,
|
||||
html {
|
||||
height: 100% !important;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
body.toplevel_page_leadin {
|
||||
background-color: #f5f8fa !important;
|
||||
}
|
||||
|
||||
#wpbody-content,
|
||||
#wpcontent {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
#wpfooter {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#leadin-iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
border: 0 none transparent !important;
|
||||
padding: 0 !important;
|
||||
width: 100% !important;
|
||||
left: 0;
|
||||
background: white;
|
||||
}
|
||||
@@ -1,201 +0,0 @@
|
||||
.leadin-feedback-window {
|
||||
background-color: #fff;
|
||||
font-family: 'Lexend Deca', Helvetica, Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
color: #33475b;
|
||||
width: 524px !important; /* need to override the inline styling thickbox applies */
|
||||
height: 600px !important;
|
||||
margin-left: 0px !important;
|
||||
transform: translateX(-50%);
|
||||
top: 30px !important;
|
||||
margin-top: 0px !important;
|
||||
visibility: visible !important;
|
||||
}
|
||||
|
||||
.leadin-feedback-window strong {
|
||||
font-weight: 550;
|
||||
}
|
||||
|
||||
.leadin-feedback-content {
|
||||
width: auto !important; /* need to override the inline styling thickbox applies */
|
||||
height: auto !important;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.leadin-radio-input-container {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.leadin-deactivate-form {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.leadin-input,
|
||||
.leadin-input[type],
|
||||
.leadin-feedback-text-area {
|
||||
border-radius: 3px;
|
||||
border: 1px solid #cbd6e2;
|
||||
background-color: #f5f8fa;
|
||||
margin-top: 10px;
|
||||
padding: 9px 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.leadin-input:focus,
|
||||
.leadin-input[type]:focus,
|
||||
.leadin-feedback-text-area:focus {
|
||||
border-color: rgba(0, 208, 228, 0.5);
|
||||
box-shadow: 0 0 4px 1px rgba(0, 208, 228, 0.3), 0 0 0 1px #00d0e4;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.leadin-feedback-text-area {
|
||||
margin-bottom: 30px;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
|
||||
transition-property: all;
|
||||
transition-duration: 0.15s;
|
||||
transition-timing-function: ease-out;
|
||||
transition-delay: 0s;
|
||||
}
|
||||
|
||||
input[type='radio']:checked:before.leadin-feedback-radio {
|
||||
background-color: #00a4bd;
|
||||
}
|
||||
|
||||
input[type='radio']:focus.leadin-feedback-radio {
|
||||
border-color: #00a4bd;
|
||||
}
|
||||
|
||||
.leadin-button-container {
|
||||
margin-top: 30px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.leadin-button-container .leadin-button {
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
.leadin-feedback-header {
|
||||
background-color: #00bda5;
|
||||
background-image: linear-gradient(-303deg, #00a4bd, #00afb2 56%, #00bda5);
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
|
||||
align-items: center;
|
||||
min-height: 80px;
|
||||
}
|
||||
|
||||
.leadin-feedback-header h2 {
|
||||
color: #fff;
|
||||
font-weight: 500;
|
||||
font-size: 20px;
|
||||
line-height: 40px;
|
||||
margin-left: 50px;
|
||||
}
|
||||
|
||||
.leadin-feedback-body {
|
||||
margin-top: 80px;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.leadin-modal-close {
|
||||
color: #fff;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
justify-content: center;
|
||||
line-height: normal;
|
||||
position: absolute;
|
||||
top: 22px;
|
||||
right: 22px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
z-index: 1;
|
||||
transition: color 150ms ease-out 0s;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.leadin-close-svg {
|
||||
display: block;
|
||||
-webkit-box-flex: 1;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.leadin-close-path {
|
||||
fill: currentcolor;
|
||||
stroke: currentcolor;
|
||||
stroke-width: 2;
|
||||
}
|
||||
|
||||
.leadin-modal-close::after {
|
||||
padding: 20px;
|
||||
content: ' ';
|
||||
left: 50%;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
border-radius: 100%;
|
||||
padding: 20px;
|
||||
transition-property: background-color;
|
||||
transition-duration: 150ms;
|
||||
transition-timing-function: ease-out;
|
||||
transition-delay: 0s;
|
||||
}
|
||||
|
||||
.leadin-modal-close:hover::after {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.leadin-loader {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
top: 18%;
|
||||
left: 43%;
|
||||
border-top: 0.2em solid #ffbcac;
|
||||
border-right: 0.2em solid #ffbcac;
|
||||
border-bottom: 0.2em solid #ffbcac;
|
||||
border-left: 0.2em solid #ff7a59;
|
||||
border-radius: 50%;
|
||||
width: 1.5em;
|
||||
height: 1.5em;
|
||||
-webkit-transform: translateZ(0);
|
||||
-ms-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
-webkit-animation: load8 1.1s infinite linear;
|
||||
animation: load8 1.1s infinite linear;
|
||||
}
|
||||
@-webkit-keyframes load8 {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
@keyframes load8 {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.leadin-loader-button.loading .leadin-loader {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.leadin-loader-button.loading .leadin-loader-button-content {
|
||||
opacity: 0;
|
||||
}
|
||||
@@ -1,312 +0,0 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
/* For sprocket icon on WordPress admin menu */
|
||||
@font-face {
|
||||
font-family: 'hs-font';
|
||||
src: url('fonts/hs-font.woff') format('woff'),
|
||||
url('fonts/hs-font.svg#hs-font') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lexend Deca';
|
||||
src: url('fonts/LexendDeca-Light.woff2') format('woff2'),
|
||||
url('fonts/LexendDeca-Medium.woff2') format('woff2'),
|
||||
url('fonts/LexendDeca-SemiBold.woff2') format('woff2'),
|
||||
url('fonts/LexendDeca-Bold.woff2') format('woff2');
|
||||
}
|
||||
|
||||
#wp-admin-bar-leadin-admin-menu .ab-icon:before,
|
||||
.dashicons-sprocket:before {
|
||||
font-family: 'hs-font' !important;
|
||||
content: attr(data-icon);
|
||||
font-style: normal !important;
|
||||
font-weight: normal !important;
|
||||
font-variant: normal !important;
|
||||
text-transform: none !important;
|
||||
speak: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
#wp-admin-bar-leadin-admin-menu .ab-icon:before,
|
||||
.dashicons-sprocket:before {
|
||||
content: '\61';
|
||||
}
|
||||
|
||||
/* Button */
|
||||
.leadin-button {
|
||||
font-size: 14px;
|
||||
line-height: 14px;
|
||||
padding: 12px 24px;
|
||||
font-weight: 500;
|
||||
border: 1px solid #ff7a59;
|
||||
border-radius: 3px;
|
||||
transition: all 0.15s;
|
||||
transition-timing-function: ease-out;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.leadin-loader-button {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.leadin-button.loading {
|
||||
background-color: #fff;
|
||||
color: #ff7a59;
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
|
||||
.leadin-button.loading:hover {
|
||||
background-color: #fff8f6;
|
||||
}
|
||||
|
||||
.leadin-button.loading:active {
|
||||
background-color: #ffebe6;
|
||||
}
|
||||
|
||||
.leadin-primary-button {
|
||||
background-color: #ff7a59;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.leadin-primary-button:hover {
|
||||
background-color: #ff8f73;
|
||||
border-color: #ff8f73;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.leadin-primary-button:active {
|
||||
background-color: #e66e50;
|
||||
border-color: #e66e50;
|
||||
}
|
||||
|
||||
.leadin-secondary-button {
|
||||
background-color: #fff;
|
||||
color: #ff7a53;
|
||||
}
|
||||
|
||||
.leadin-secondary-button:hover {
|
||||
background-color: #fff8f6;
|
||||
}
|
||||
|
||||
.leadin-secondary-button:active {
|
||||
background-color: #ffebe6;
|
||||
}
|
||||
|
||||
/* Notice */
|
||||
.leadin-notice {
|
||||
height: fit-content;
|
||||
padding-top: 27px;
|
||||
padding-bottom: 27px;
|
||||
}
|
||||
|
||||
.leadin-notice__logo {
|
||||
float: left;
|
||||
padding-left: 20px;
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.leadin-notice__logo > img {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.leadin-notice__title,
|
||||
.leadin-notice__content {
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
.leadin-notice__title {
|
||||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.leadin-notice__content {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.leadin-notice__options {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.leadin-notice__footer {
|
||||
display: flex;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.leadin-notice__footer-text {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.leadin-notice__footer-image {
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
|
||||
.leadin-notice__cta {
|
||||
padding: 6px 14px;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.leadin-banner.notice-warning {
|
||||
border-left-color: #ff7a59;
|
||||
}
|
||||
|
||||
.leadin-banner__link {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.leadin-review-banner {
|
||||
position: relative;
|
||||
padding: 20px 28px 26px 28px;
|
||||
color: #5f5f5f;
|
||||
}
|
||||
|
||||
.leadin-review-banner--hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.leadin-review-banner__dismiss {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding: 22px;
|
||||
}
|
||||
|
||||
.leadin-review-banner__content {
|
||||
min-height: 74px;
|
||||
}
|
||||
|
||||
.leadin-review-banner__content-body {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.leadin-review-banner__text {
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
line-height: 19px;
|
||||
}
|
||||
|
||||
.leadin-review-banner__author {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
gap: 8px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.leadin-review-banner__profile {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
#toplevel_page_leadin a[href*='leadin_settings'],
|
||||
#toplevel_page_leadin a[href*='leadin_user_guide'],
|
||||
#toplevel_page_leadin a[href*='leadin_forms'],
|
||||
#toplevel_page_leadin a[href*='leadin_chatflows'],
|
||||
#toplevel_page_leadin a.leadin_lists_link,
|
||||
#toplevel_page_leadin a.leadin_reporting_link,
|
||||
#toplevel_page_leadin a.leadin_contacts_link,
|
||||
#toplevel_page_leadin a.leadin_email_link,
|
||||
#toplevel_page_leadin a.leadin_pricing_link {
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
#toplevel_page_leadin a[href*='leadin_lists'],
|
||||
#toplevel_page_leadin a[href*='leadin_reporting'],
|
||||
#toplevel_page_leadin a[href*='leadin_pricing'],
|
||||
#toplevel_page_leadin a[href*='leadin_contacts'],
|
||||
#toplevel_page_leadin a[href*='leadin_email'] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#toplevel_page_leadin a[href*='leadin_pricing'] + .external_link {
|
||||
color: #ff7a59 !important;
|
||||
}
|
||||
|
||||
#toplevel_page_leadin a[href*='leadin_pricing'] + .external_link:hover {
|
||||
color: #ffbcac !important;
|
||||
}
|
||||
|
||||
#toplevel_page_leadin a[href*='leadin_pricing'] + .external_link::after {
|
||||
background-color: #ff7a59;
|
||||
}
|
||||
|
||||
#toplevel_page_leadin a[href*='leadin_pricing'] + .external_link:hover::after {
|
||||
background-color: #ffbcac;
|
||||
}
|
||||
|
||||
#toplevel_page_leadin .external_link:hover::after {
|
||||
background-color: #72aee6;
|
||||
}
|
||||
|
||||
#toplevel_page_leadin .external_link::after {
|
||||
content: '';
|
||||
-webkit-mask: url('../images/external_link.svg') no-repeat 50% 50%;
|
||||
mask: url('../images/external_link.svg') no-repeat 50% 50%;
|
||||
-webkit-mask-size: cover;
|
||||
mask-size: cover;
|
||||
position: absolute;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
background-size: contain;
|
||||
margin: 4px 2px;
|
||||
background-color: rgba(240, 246, 252, 0.7);
|
||||
}
|
||||
|
||||
/* Needed to prevent the notice banners being shown briefly under the iframe */
|
||||
#leadin-iframe-container {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
height: 100% !important;
|
||||
width: 100% !important;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
#leadin-iframe-fallback-container {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
height: 100% !important;
|
||||
width: 100% !important;
|
||||
left: 0;
|
||||
background: white;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.elementor-element-editable .hubspot-form-edit-mode + .hubspot-widget-empty,
|
||||
.elementor-element-editable .hubspot-meeting-edit-mode + .hubspot-widget-empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hubspot-form-edit-mode ~ .hbspt-form,
|
||||
.hubspot-meeting-edit-mode ~ .meetings-iframe-container {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.hubspot-widget-empty {
|
||||
background-image: url('../images/hubspot.svg');
|
||||
background-color: #f5f8fa;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center 25px;
|
||||
background-size: 120px;
|
||||
color: #33475b;
|
||||
font-family: 'Lexend Deca', Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
padding: 90px 20% 25px;
|
||||
}
|
||||
|
||||
.hubspot-widget-empty p {
|
||||
font-size: inherit !important;
|
||||
line-height: 24px;
|
||||
margin: 4px 0;
|
||||
}
|
||||
Reference in New Issue
Block a user