You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
710 lines
69 KiB
CSS
710 lines
69 KiB
CSS
7 months ago
|
.wpforms-admin-page .wpforms-btn {
|
||
|
border-width: 1px;
|
||
|
border-style: solid;
|
||
|
border-radius: 4px;
|
||
|
cursor: pointer;
|
||
|
display: inline-block;
|
||
|
margin: 0;
|
||
|
text-decoration: none;
|
||
|
text-align: center;
|
||
|
vertical-align: middle;
|
||
|
white-space: nowrap;
|
||
|
box-shadow: none;
|
||
|
transition-property: all;
|
||
|
transition-duration: 0.05s;
|
||
|
transition-timing-function: ease-in;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-btn.inactive {
|
||
|
background-color: #d7d7d7;
|
||
|
border-color: #cccccc;
|
||
|
color: #444444;
|
||
|
cursor: no-drop;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-btn .wpforms-button-icon,
|
||
|
.wpforms-admin-page .wpforms-btn i {
|
||
|
margin: 0 10px 0 0 !important;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-btn-block {
|
||
|
display: block;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-btn-sm {
|
||
|
font-size: 14px;
|
||
|
font-weight: 500;
|
||
|
padding: 0 10px;
|
||
|
height: 32px;
|
||
|
line-height: 30px;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-btn-md {
|
||
|
font-size: 14px;
|
||
|
font-weight: 600;
|
||
|
line-height: 17px;
|
||
|
padding: 10px 15px;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-btn-lg {
|
||
|
font-size: 16px;
|
||
|
font-weight: 600;
|
||
|
padding: 16px 28px;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-btn-orange {
|
||
|
background-color: #e27730;
|
||
|
border-color: #e27730;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-btn-orange:hover {
|
||
|
background-color: #cd6622;
|
||
|
border-color: #cd6622;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-btn-blue {
|
||
|
background-color: #036aab;
|
||
|
border-color: #036aab;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-btn-blue:hover {
|
||
|
background-color: #215d8f;
|
||
|
border-color: #215d8f;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-btn-blue.wpforms-settings-keyword-filter-save-changes {
|
||
|
font-weight: 400;
|
||
|
margin-right: 8px;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-btn-blue.wpforms-settings-keyword-filter-save-changes .wpforms-loading-spinner {
|
||
|
margin-left: 0;
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-btn-grey {
|
||
|
background-color: #eeeeee;
|
||
|
border-color: #cccccc;
|
||
|
color: #777777;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-btn-grey:hover {
|
||
|
background-color: #d7d7d7;
|
||
|
border-color: #cccccc;
|
||
|
color: #444444;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-btn-light-grey {
|
||
|
background-color: #f8f8f8;
|
||
|
border-color: #cccccc;
|
||
|
color: #777777;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-btn-light-grey:hover {
|
||
|
background-color: #eeeeee;
|
||
|
border-color: #cccccc;
|
||
|
color: #444444;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-btn-light-grey-blue-borders {
|
||
|
background-color: #f8f8f8;
|
||
|
border-color: currentColor;
|
||
|
color: #036aab;
|
||
|
font-weight: 400;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-btn-light-grey-blue-borders:hover {
|
||
|
background-color: #eeeeee;
|
||
|
color: #215d8f;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-dismiss-button {
|
||
|
background: none;
|
||
|
border: none;
|
||
|
color: #bbbbbb;
|
||
|
cursor: pointer;
|
||
|
padding: 3px;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-dismiss-button:hover {
|
||
|
color: #777777;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-dismiss-button:before {
|
||
|
background: 0 0;
|
||
|
content: "\f153";
|
||
|
display: block;
|
||
|
font: normal 16px/16px dashicons, sans-serif;
|
||
|
height: 16px;
|
||
|
speak: none;
|
||
|
text-align: center;
|
||
|
width: 16px;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|
||
|
|
||
|
.wpforms-admin-page .wpforms-disabled {
|
||
|
cursor: default;
|
||
|
opacity: .5;
|
||
|
pointer-events: none;
|
||
|
}
|
||
|
|
||
|
#wpforms-panel-setup .wpforms-panel-content {
|
||
|
align-items: stretch;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: flex-start;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-form-name {
|
||
|
align-items: center;
|
||
|
background-color: #f8f8f8;
|
||
|
border-bottom: 1px solid #dddddd;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
overflow: hidden;
|
||
|
padding: 30px;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-form-name label {
|
||
|
display: inline-block;
|
||
|
font-size: 20px;
|
||
|
font-weight: 600;
|
||
|
min-width: 200px;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-name {
|
||
|
display: inline-block;
|
||
|
font-size: 20px;
|
||
|
height: 50px;
|
||
|
margin-left: 30px;
|
||
|
padding: 13px 10px;
|
||
|
width: calc( 100% - 290px);
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-title {
|
||
|
font-size: 20px;
|
||
|
font-weight: 600;
|
||
|
margin: 30px 30px 0 30px;
|
||
|
color: #444444;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-title .count {
|
||
|
color: #bbbbbb;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-desc {
|
||
|
margin: 10px 30px 30px 30px;
|
||
|
color: #777777;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-desc a {
|
||
|
color: #777777;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-desc a:hover {
|
||
|
color: #444444;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates {
|
||
|
align-items: stretch;
|
||
|
border-top: 1px solid #dddddd;
|
||
|
display: flex;
|
||
|
flex-grow: 2;
|
||
|
justify-content: space-between;
|
||
|
margin: 0 30px;
|
||
|
padding: 0 0 30px 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-sidebar {
|
||
|
border-right: 1px solid #dddddd;
|
||
|
padding: 30px 30px 0 0;
|
||
|
width: 199px;
|
||
|
box-sizing: content-box;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-template-search {
|
||
|
font-size: 16px;
|
||
|
font-weight: 400;
|
||
|
height: 40px;
|
||
|
line-height: 20px;
|
||
|
padding-left: 35px;
|
||
|
width: 100%;
|
||
|
color: #444444;
|
||
|
border: 1px solid #cccccc;
|
||
|
border-radius: 4px;
|
||
|
box-shadow: none;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-template-search::placeholder {
|
||
|
color: #bbbbbb;
|
||
|
font-weight: 400;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-template-search:focus {
|
||
|
border-color: #036aab;
|
||
|
box-shadow: 0 0 0 1px #036aab;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-search-wrap {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-search-wrap i.fa {
|
||
|
color: #bbbbbb;
|
||
|
display: block;
|
||
|
font-size: 16px;
|
||
|
left: 10px;
|
||
|
position: absolute;
|
||
|
top: 12px;
|
||
|
width: 16px;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-categories {
|
||
|
margin-top: 30px;
|
||
|
width: 199px;
|
||
|
box-sizing: content-box;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-categories > li {
|
||
|
color: #444444;
|
||
|
cursor: pointer;
|
||
|
font-size: 14px;
|
||
|
font-weight: 600;
|
||
|
line-height: 16px;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-categories > li div {
|
||
|
border-radius: 4px;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-categories > li div:hover {
|
||
|
color: #444444;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-categories > li div > span {
|
||
|
float: right;
|
||
|
color: #777777;
|
||
|
opacity: 0.5;
|
||
|
font-weight: 400;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-categories > li.divider {
|
||
|
border-bottom: 1px solid #dddddd;
|
||
|
margin: 30px 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-categories > li.active div {
|
||
|
background: #ebf3fc;
|
||
|
color: #0399ed;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-categories > li.active div span {
|
||
|
color: #0399ed;
|
||
|
opacity: 1;
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-categories > li.active div:hover {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-categories > li.active .wpforms-setup-templates-subcategories {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-subcategories {
|
||
|
margin-top: 5px;
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-subcategories li {
|
||
|
color: #777777;
|
||
|
cursor: pointer;
|
||
|
font-size: 14px;
|
||
|
font-weight: 400;
|
||
|
line-height: 18px;
|
||
|
margin: 0;
|
||
|
padding: 5px 10px 5px 25px;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-subcategories li:hover {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-subcategories li.active {
|
||
|
color: #444444;
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-subcategories li.active:hover {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.wpforms-setup-templates-subcategories li i {
|
||
|
color: #999999;
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
transform: translateY(-50%);
|
||
|
left: 10px;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list {
|
||
|
padding-top: 30px;
|
||
|
width: calc( 100% - 225px);
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .list {
|
||
|
display: grid;
|
||
|
grid-gap: 30px;
|
||
|
grid-template-columns: repeat(auto-fill, minmax(Max(200px, 285px), 1fr));
|
||
|
padding-left: 30px;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template {
|
||
|
border-radius: 6px;
|
||
|
display: grid;
|
||
|
grid-template-rows: 1fr auto auto;
|
||
|
height: 100%;
|
||
|
overflow: hidden;
|
||
|
padding: 0 0 15px;
|
||
|
position: relative;
|
||
|
box-shadow: 0 0 0 1px #cccccc;
|
||
|
transition: box-shadow 0.15s ease-in-out;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template:hover, #wpforms-setup-templates-list .wpforms-template.active {
|
||
|
box-shadow: 0 0 0 2px #777777, 0 3px 4px rgba(0, 0, 0, 0.15);
|
||
|
outline: none;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template:hover .wpforms-template-buttons,
|
||
|
#wpforms-setup-templates-list .wpforms-template:hover .wpforms-template-favorite, #wpforms-setup-templates-list .wpforms-template.active .wpforms-template-buttons,
|
||
|
#wpforms-setup-templates-list .wpforms-template.active .wpforms-template-favorite {
|
||
|
opacity: 1;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template:hover .wpforms-badge, #wpforms-setup-templates-list .wpforms-template.active .wpforms-badge {
|
||
|
opacity: 0;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template.badge h3 {
|
||
|
padding-right: 45px;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template.selected {
|
||
|
box-shadow: 0 0 0 2px #e27730, 0 3px 4px rgba(0, 0, 0, 0.15);
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template .wpforms-template-thumbnail {
|
||
|
background-color: #F5F9FD;
|
||
|
border-bottom: 1px solid #EBEEF1;
|
||
|
overflow: hidden;
|
||
|
padding: 20px 54px 0;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template .wpforms-template-thumbnail > img {
|
||
|
border-radius: 2px 2px 0 0;
|
||
|
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
|
||
|
display: block;
|
||
|
margin: 0 auto;
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template .wpforms-template-thumbnail .wpforms-template-thumbnail-placeholder {
|
||
|
align-items: center;
|
||
|
aspect-ratio: 1;
|
||
|
background: #fff;
|
||
|
border-radius: 2px 2px 0 0;
|
||
|
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
margin: 0 auto;
|
||
|
max-width: 350px;
|
||
|
min-height: 100%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template h3 {
|
||
|
font-size: 16px;
|
||
|
font-weight: 600;
|
||
|
line-height: 18px;
|
||
|
padding: 20px 20px 2px;
|
||
|
margin: 0;
|
||
|
overflow: hidden;
|
||
|
position: relative;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
color: #444444;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template .wpforms-template-favorite {
|
||
|
display: block;
|
||
|
position: absolute;
|
||
|
right: 10px;
|
||
|
top: 10px;
|
||
|
font-size: 18px;
|
||
|
line-height: 18px;
|
||
|
opacity: 0;
|
||
|
color: #aaaaaa;
|
||
|
transition-property: all;
|
||
|
transition-duration: 0.15s;
|
||
|
transition-timing-function: ease-out;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template .wpforms-template-favorite:hover {
|
||
|
color: #d63637;
|
||
|
cursor: pointer;
|
||
|
transition-property: all;
|
||
|
transition-duration: 0.05s;
|
||
|
transition-timing-function: ease-out;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template .wpforms-template-favorite .fa-heart {
|
||
|
color: #d63638;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template.selected h3 {
|
||
|
padding-right: 60px;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template.pro h3 {
|
||
|
padding-right: 40px;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template p {
|
||
|
color: #777777;
|
||
|
font-size: 14px;
|
||
|
grid-column: 1;
|
||
|
grid-row: 3;
|
||
|
line-height: 18px;
|
||
|
margin: 10px 0 0;
|
||
|
max-height: 55px;
|
||
|
overflow: hidden;
|
||
|
padding: 0 20px;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template-upgrade-banner {
|
||
|
background: rgba(226, 119, 48, 0.08);
|
||
|
border-radius: 6px;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
grid-column: 1 / -1;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
padding-right: 20px;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template-upgrade-banner .wpforms-template-content {
|
||
|
padding: 20px;
|
||
|
width: 80%;
|
||
|
color: #444444;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template-upgrade-banner .wpforms-template-content h3 {
|
||
|
font-weight: 600;
|
||
|
font-size: 16px;
|
||
|
line-height: 18px;
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template-upgrade-banner .wpforms-template-content p {
|
||
|
font-weight: 400;
|
||
|
font-size: 14px;
|
||
|
line-height: 18px;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template-upgrade-banner .wpforms-template-upgrade-button {
|
||
|
width: 20%;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-template-upgrade-banner .wpforms-template-upgrade-button a {
|
||
|
min-height: 13px;
|
||
|
}
|
||
|
|
||
|
@media screen and (max-width: 1279px) {
|
||
|
#wpforms-setup-templates-list .wpforms-template-upgrade-banner .wpforms-template-upgrade-button a {
|
||
|
box-sizing: border-box;
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-templates-no-results {
|
||
|
display: none;
|
||
|
margin-left: 30px;
|
||
|
}
|
||
|
|
||
|
#wpforms-setup-templates-list .wpforms-templates-no-results p {
|
||
|
font-size: 16px;
|
||
|
line-height: 40px;
|
||
|
margin: 0;
|
||
|
color: #444444;
|
||
|
}
|
||
|
|
||
|
.wpforms-template-buttons {
|
||
|
background-color: #ffffff;
|
||
|
border-radius: 6px;
|
||
|
display: flex;
|
||
|
grid-column: 1;
|
||
|
grid-row: 3;
|
||
|
opacity: 0;
|
||
|
padding: 24px 20px 0;
|
||
|
width: 100%;
|
||
|
transition-property: all;
|
||
|
transition-duration: 0.15s;
|
||
|
transition-timing-function: ease-out;
|
||
|
}
|
||
|
|
||
|
.wpforms-template-buttons .wpforms-btn {
|
||
|
flex-grow: 1;
|
||
|
margin-left: 10px;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
font-weight: 600;
|
||
|
font-size: 13px;
|
||
|
line-height: 16px;
|
||
|
padding: 11px 15px;
|
||
|
}
|
||
|
|
||
|
.wpforms-template-buttons .wpforms-btn:first-child {
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-template-buttons .visible {
|
||
|
opacity: 1;
|
||
|
}
|
||
|
|
||
|
@media (max-width: 1439px) {
|
||
|
#wpforms-setup-name {
|
||
|
width: calc( 100% - 250px);
|
||
|
}
|
||
|
#wpforms-setup-templates-list .list {
|
||
|
grid-template-columns: repeat(2, 1fr);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media (max-width: 1279px) {
|
||
|
#wpforms-setup-templates-list .list {
|
||
|
grid-template-columns: 1fr;
|
||
|
}
|
||
|
#wpforms-setup-templates-list .list .wpforms-template .wpforms-template-buttons {
|
||
|
grid-row: 4;
|
||
|
margin: 10px 0 0 0;
|
||
|
opacity: 1;
|
||
|
padding: 0 20px;
|
||
|
}
|
||
|
#wpforms-setup-templates-list .list .wpforms-template-upgrade-banner {
|
||
|
flex-direction: column;
|
||
|
padding: 20px;
|
||
|
}
|
||
|
#wpforms-setup-templates-list .list .wpforms-template-upgrade-banner .wpforms-template-content,
|
||
|
#wpforms-setup-templates-list .list .wpforms-template-upgrade-banner .wpforms-template-upgrade-button {
|
||
|
width: 100%;
|
||
|
}
|
||
|
#wpforms-setup-templates-list .list .wpforms-template-upgrade-banner .wpforms-template-content {
|
||
|
padding: 0;
|
||
|
}
|
||
|
#wpforms-setup-templates-list .list .wpforms-template-upgrade-banner .wpforms-template-upgrade-button {
|
||
|
text-align: center;
|
||
|
margin-top: 20px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#wpforms-form-templates {
|
||
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||
|
}
|
||
|
|
||
|
#wpforms-form-templates h1.page-title {
|
||
|
font-size: 22px;
|
||
|
font-weight: 400;
|
||
|
line-height: 26px;
|
||
|
color: #3c434a;
|
||
|
}
|
||
|
|
||
|
#wpforms-form-templates .wpforms-setup-title {
|
||
|
line-height: 28px;
|
||
|
}
|
||
|
|
||
|
#wpforms-form-templates .wpforms-setup-desc {
|
||
|
font-weight: 400;
|
||
|
font-size: 15px;
|
||
|
line-height: 22px;
|
||
|
margin-top: 3px;
|
||
|
}
|
||
|
|
||
|
#wpforms-form-templates .wpforms-form-setup-content {
|
||
|
align-items: stretch;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: flex-start;
|
||
|
padding: 0;
|
||
|
margin: 20px;
|
||
|
background-color: #ffffff;
|
||
|
min-height: 100%;
|
||
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
|
||
|
border-radius: 7px;
|
||
|
}
|
||
|
|
||
|
#wpforms-form-templates .wpforms-form-setup-content #wpforms-setup-templates-list .wpforms-template {
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
#wpforms-form-templates .wpforms-form-setup-content #wpforms-setup-templates-list .wpforms-template .wpforms-template-buttons {
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
#wpforms-form-templates .wpforms-form-setup-content #wpforms-setup-templates-list .wpforms-template .wpforms-template-buttons .wpforms-btn {
|
||
|
min-height: 16px;
|
||
|
}
|
||
|
|
||
|
@media (max-width: 1279px) {
|
||
|
#wpforms-form-templates .wpforms-form-setup-content .wpforms-setup-desc br {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media screen and (max-width: 750px) {
|
||
|
#wpforms-form-templates .wpforms-form-setup-content .wpforms-setup-desc br {
|
||
|
display: none;
|
||
|
}
|
||
|
#wpforms-form-templates .wpforms-form-setup-content .wpforms-setup-templates {
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
#wpforms-form-templates .wpforms-form-setup-content .wpforms-setup-templates .wpforms-setup-templates-sidebar {
|
||
|
width: 100%;
|
||
|
}
|
||
|
#wpforms-form-templates .wpforms-form-setup-content .wpforms-setup-templates .wpforms-setup-templates-categories {
|
||
|
width: 100%;
|
||
|
margin-bottom: 30px;
|
||
|
}
|
||
|
#wpforms-form-templates .wpforms-form-setup-content .wpforms-setup-templates #wpforms-setup-templates-list {
|
||
|
width: 100%;
|
||
|
padding-top: 0;
|
||
|
}
|
||
|
#wpforms-form-templates .wpforms-form-setup-content .wpforms-setup-templates #wpforms-setup-templates-list .list {
|
||
|
padding: 0;
|
||
|
}
|
||
|
#wpforms-form-templates .wpforms-form-setup-content .wpforms-setup-templates #wpforms-setup-templates-list .wpforms-template-upgrade-banner {
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNzZXRzL2Nzcy9hZG1pbi9hZG1pbi1mb3JtLXRlbXBsYXRlcy5jc3MiLCJzb3VyY2VzIjpbImFzc2V0cy9zY3NzL2FkbWluL2FkbWluLWZvcm0tdGVtcGxhdGVzLnNjc3MiLCJhc3NldHMvc2Nzcy9idWlsZGVyL3BhcnRpYWxzL19jb21tb24uc2NzcyIsImFzc2V0cy9zY3NzL2J1aWxkZXIvcGFydGlhbHMvX2NvbG9ycy5zY3NzIiwiYXNzZXRzL3Njc3MvYnVpbGRlci9wYXJ0aWFscy9fdmFyaWFibGVzLnNjc3MiLCJhc3NldHMvc2Nzcy9idWlsZGVyL3BhcnRpYWxzL19taXhpbnMuc2NzcyIsImFzc2V0cy9zY3NzL2J1aWxkZXIvcGFydGlhbHMvX21peGlucy1idXR0b25zLnNjc3MiLCJhc3NldHMvc2Nzcy9idWlsZGVyL3BhcnRpYWxzL19idXR0b25zLnNjc3MiLCJhc3NldHMvc2Nzcy9idWlsZGVyL3BhcnRpYWxzL19wYW5lbC1zZXR1cC5zY3NzIl0sInNvdXJjZXNDb250ZW50IjpbIi8vIEZvcm0gVGVtcGxhdGVzIHN1YiBwYWdlIHN0eWxlcy5cbi8vXG4vLyBAc2luY2UgMS43LjdcblxuQGltcG9ydCAnLi4vYnVpbGRlci9wYXJ0aWFscy9jb21tb24nO1xuQGltcG9ydCAnLi4vYnVpbGRlci9wYXJ0aWFscy9idXR0b25zJztcbkBpbXBvcnQgJy4uL2J1aWxkZXIvcGFydGlhbHMvcGFuZWwtc2V0dXAnO1xuXG4jd3Bmb3Jtcy1mb3JtLXRlbXBsYXRlcyB7XG5cblx0Zm9udC1mYW1pbHk6ICRmb250X2dlbmVyYWw7XG5cblx0aDEucGFnZS10aXRsZSB7XG5cdFx0Zm9udC1zaXplOiAyMnB4O1xuXHRcdGZvbnQtd2VpZ2h0OiA0MDA7XG5cdFx0bGluZS1oZWlnaHQ6IDI2cHg7XG5cdFx0Y29sb3I6ICMzYzQzNGE7XG5cdH1cblxuXHQud3Bmb3Jtcy1zZXR1cC10aXRsZSB7XG5cdFx0bGluZS1oZWlnaHQ6IDI4cHg7XG5cdH1cblxuXHQud3Bmb3Jtcy1zZXR1cC1kZXNjIHtcblx0XHRmb250LXdlaWdodDogNDAwO1xuXHRcdGZvbnQtc2l6ZTogMTVweDtcblx0XHRsaW5lLWhlaWdodDogMjJweDtcblx0XHRtYXJnaW4tdG9wOiAzcHg7XG5cdH1cblxuXHQud3Bmb3Jtcy1mb3JtLXNldHVwLWNvbnRlbnQge1xuXHRcdGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuXHRcdGRpc3BsYXk6IGZsZXg7XG5cdFx0ZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcblx0XHRqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG5cdFx0cGFkZGluZzogMDtcblx0XHRtYXJnaW46ICRzcGFjaW5nX207XG5cdFx0YmFja2dyb3VuZC1jb2xvcjogJGNvbG9yX3doaXRlO1xuXHRcdG1pbi1oZWlnaHQ6IDEwMCU7XG5cdFx0Ym94LXNoYWRvdzogMCAycHggNHB4IHJnYmEoMCwgMCwgMCwgMC4wNSk7XG5cdFx0Ym9yZGVyLXJhZGl1czogN3B4O1xuXG5cdFx0I3dwZm9ybXMtc2V0dXAtdGVtcGxhdGVzLWxpc3Qge1xuXG5cdFx0XHQud3Bmb3Jtcy10ZW1wbGF0ZSB7XG5cdFx0XHRcdGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG5cblx0XHRcdFx0LndwZm9ybXMtdGVtcGxhdGUtYnV0dG9ucyB7XG5cdFx0XHRcdFx0Ym94LXNpemluZzogYm9yZGVyLWJveDtcblxuXHRcdFx0XHRcdC53cGZvcm1zLWJ0biB7XG5cdFx0XHRcdFx0XHRtaW4taGVpZ2h0OiAxNnB4O1xuXHRcdFx0XHRcdH1cblx0XHRcdFx0fVxuXHRcdFx0fVxuXHRcdH1cblxuXHRcdEBtZWRpYSAobWF4LXdpZHRoOiAxMjc5cHgpIHtcblxuXHRcdFx0LndwZm9ybXMtc2V0dXAtZGVzYyBiciB7XG5cdFx0XHRcdGRpc3BsYXk6IG5vbmU7XG5cdFx0XHR9XG5cdFx0fVxuXG5cdFx0QG1lZGlhIHNjcmVlbiBhbmQgKG1heC13aWR0aDogNzUwcHgpIHtcblxuXHRcdFx0LndwZm9ybXMtc2V0dXAtZGVzYyBiciB7XG5cdFx0XHRcdGRpc3BsYXk6IG5vbmU7XG5cdFx0XHR9XG5cblx0XHRcdC53cGZvcm1zLXNldHVwLXRlbXBsYXRlcyB7XG5cdFx0XHRcdGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG5cblx0XHRcdFx0LndwZm9ybXMtc2V0dXAtdGVtcGxhdGVzLXNpZGViYXIge1xuXHRcdFx0XHRcdHdpZHRoOiAxMDAlO1xuXHRcdFx0XHR9XG5cblx0XHRcdFx0LndwZm9ybXMtc2V0dXAtdGVtcGxhdGVzLWNhdGVnb3JpZXMge1xuXHRcdFx0XHRcdHdpZHRoOiAxMDAlO1xuXHRcdFx0XHRcdG1hcmdpbi1ib3R0b206ICRzcGFjaW5nX2w7XG5cdFx0XHRcdH1cblxuXHRcdFx0XHQjd3Bmb3Jtcy1zZXR1cC10ZW1wbGF0ZXMtbGlzdCB7XG5cdFx0XHRcdFx0d2lkdGg6IDEwMCU7XG5cdFx0XHRcdFx0cGFkZGluZy10b3A6IDA7XG5cblx0XHRcdFx0XHQubGlzdCB7XG5cdFx0XHRcdFx0XHRwYWRkaW5nOiAwO1xuXHRcdFx0XHRcdH1cblxuXHRcdFx0XHRcdC53cGZvcm1zLXRlbXBsYXRlLXVwZ3JhZGUtYmFubmVyIHtcblx0XHRcdFx0XHRcdG1hcmdpbi1sZWZ0OiAwO1xuXHRcdFx0XHRcdH1cblx0XHRcdFx0fVxuXHRcdFx0fVxuXHRcdH1cblx0fVxufVxuIiwiLy8gRm9ybSBCdWlsZGVyIHN0eWxlcy5cbi8vXG4vLyBDb21tb24gc3R5bGVzLlxuLy9cbi8vIEBzaW5jZSAxLjYuOFxuXG5AaW1wb3J0ICdjb2xvcnMnO1xuQGltcG9ydCAndmFyaWFibGVzJztcbkBpbXBvcnQgJ21peGlucyc7XG5AaW1wb3J0ICdtaXhpbnMtYnV0dG9ucyc7XG4iLCIvLyBGb3JtIEJ1aWxkZXIgc3R5bGVzLlxuLy9cbi8vIENvbG9ycy5cbi8vXG4vLyBAc2luY2UgMS42LjhcblxuLy8gQ29sb3JzIGJ5IG5hbWU6XG4kY29sb3Jfd2hpdGU6ICAgICAgICAgICAgICAgICAgICAgICAgICAjZmZmZmZmO1xuJGNvbG9yX2JsYWNrOiAgICAgICAgICAgICAgICAgICAgICAgICAgIzJkMmQyZDtcblxuJGNvbG9yX2RhcmtfcmVkOiAgICAgICAgICAgICAgICAgICAgICAgI2IzMmQyZTtcbiRjb2xvcl9yZWQ6ICAgICAgICAgICAgICAgICAgICAgICAgICAgICNkNjM2Mzg7XG4kY29sb3JfYnJpZ2h0X3JlZDogICAgICAgICAgICAgICAgICAgICAjZWU1YzVjO1xuJGNvbG9yX2xpZ2h0ZXN0X3JlZDogICAgICAgICAgICAgICAgICAgI2ZjZjBmMTtcblxuJGNvbG9yX2RhcmtfZ3JlZW46ICAgICAgICAgICAgICAgICAgICAgIzAwOGEyMDtcbiRjb2xvcl9ncmVlbjogICAgICAgICAgICAgICAgICAgICAgICAgICMwMGEzMmE7XG4kY29sb3Jf
|