3080 lines
No EOL
64 KiB
CSS
3080 lines
No EOL
64 KiB
CSS
/**
|
|
* All of the CSS for your admin-specific functionality should be
|
|
* included in this file.
|
|
*/
|
|
.wpf_spin {
|
|
-webkit-animation: spin 1000ms infinite linear;
|
|
animation: spin 1000ms infinite linear;
|
|
}
|
|
.wpf_spin.reverse_spin {
|
|
animation-direction: reverse;
|
|
}
|
|
|
|
.wpf_regenerate.disabled {
|
|
color: #737373;
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
@-webkit-keyframes spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
|
|
@keyframes spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
.webappick-info {
|
|
color: #42a5fa;
|
|
}
|
|
|
|
.wfbtn {
|
|
background: #3498db;
|
|
background-image: linear-gradient(125deg, #3cb0fd 0%, #152f8c 140%);
|
|
border-radius: 3px;
|
|
box-shadow: inset 0 1px 3px #666666;
|
|
font-family: Arial, sans-serif;
|
|
color: #ffffff;
|
|
font-size: 20px;
|
|
padding: 10px 20px 10px 20px;
|
|
border: solid #2b698f 0px;
|
|
text-decoration: none;
|
|
}
|
|
.wfbtn:hover {
|
|
background: #3cb0fd;
|
|
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
|
|
text-decoration: none;
|
|
}
|
|
|
|
.woo-feed-ctx-startup-notice {
|
|
min-height: 130px;
|
|
background-size: contain !important;
|
|
border: none;
|
|
display: block;
|
|
margin-left: 0;
|
|
margin-top: 40px;
|
|
}
|
|
.woo-feed-ctx-startup-notice button::before {
|
|
color: #fbfbfb;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.woo-feed-ctx-halloween-notice {
|
|
min-height: 130px;
|
|
background-size: contain !important;
|
|
border: none;
|
|
display: block;
|
|
margin-left: 0;
|
|
margin-top: 40px;
|
|
}
|
|
.woo-feed-ctx-halloween-notice button::before {
|
|
color: #fbfbfb;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.woo-feed-ctx-black-friday-notice {
|
|
min-height: 130px;
|
|
background-size: contain !important;
|
|
border: none;
|
|
display: block;
|
|
margin-left: 0;
|
|
margin-top: 40px;
|
|
}
|
|
.woo-feed-ctx-black-friday-notice button::before {
|
|
color: #fbfbfb;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.woo_feed_manage_list_table .wf_update_interval_btn {
|
|
background: linear-gradient(125deg, #3cb0fd 0, #6c5ce7 140%);
|
|
border: none;
|
|
}
|
|
.woo_feed_manage_list_table .wf_update_interval_btn:hover {
|
|
background: linear-gradient(125deg, #3cb0fd 0, #6c5ce7 140%);
|
|
}
|
|
|
|
.woo-feed-promotion {
|
|
position: relative;
|
|
display: none;
|
|
}
|
|
.woo-feed-promotion .woo-feed-campaign-close-button {
|
|
position: absolute;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
right: 15px;
|
|
width: 24px;
|
|
height: 24px;
|
|
border-radius: 12px;
|
|
background: #595d6b;
|
|
line-height: 24px;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
transition: 0.3s ease;
|
|
}
|
|
.woo-feed-promotion .woo-feed-campaign-close-button:hover {
|
|
background: #fff;
|
|
color: #d61e48;
|
|
}
|
|
|
|
.wftooltip {
|
|
display: none;
|
|
position: absolute;
|
|
border: 1px solid #333;
|
|
background-color: #161616;
|
|
border-radius: 5px;
|
|
padding: 10px;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.feed-actions .makeFeedResponse {
|
|
width: 70%;
|
|
color: green;
|
|
}
|
|
|
|
.woo-feed-mapping-input {
|
|
width: 100%;
|
|
}
|
|
|
|
.requiredIn {
|
|
color: red;
|
|
}
|
|
|
|
.generalInput {
|
|
width: 200px;
|
|
}
|
|
.generalInput:not(.selectize-control) {
|
|
margin: 5px auto;
|
|
}
|
|
|
|
.error {
|
|
color: red;
|
|
}
|
|
|
|
.widefat td select,
|
|
.widefat td input {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.woo-feed-btn-bg-gradient-blue,
|
|
[data-class=woo-feed-btn-bg-gradient-blue] {
|
|
background: linear-gradient(125deg, #3cb0fd 0, #6c5ce7 140%) !important;
|
|
border: none;
|
|
outline: 0;
|
|
border-width: 0 !important;
|
|
box-shadow: none !important;
|
|
transition: 1s lenear;
|
|
font-weight: 500;
|
|
color: #fff !important;
|
|
}
|
|
.woo-feed-btn-bg-gradient-blue:hover,
|
|
[data-class=woo-feed-btn-bg-gradient-blue]:hover {
|
|
background: #3cb0fd !important;
|
|
}
|
|
|
|
.woo-feed-btn-bg-gradient-red {
|
|
background: linear-gradient(125deg, #eb4d4b 0, #ff9671 140%) !important;
|
|
border: none;
|
|
outline: 0;
|
|
border-width: 0 !important;
|
|
box-shadow: none !important;
|
|
transition: 1s lenear;
|
|
font-weight: 500;
|
|
color: #fff !important;
|
|
}
|
|
.woo-feed-btn-bg-gradient-red:hover {
|
|
background: #fc5c65 !important;
|
|
}
|
|
|
|
.woo-feed-btn-bg-gradient-purple {
|
|
background: linear-gradient(67.36deg, #9733ee 3.09%, #da22ff 64.97%) !important;
|
|
border: none;
|
|
outline: 0;
|
|
border-width: 0 !important;
|
|
box-shadow: none !important;
|
|
transition: 1s lenear;
|
|
font-weight: 500;
|
|
color: #fff !important;
|
|
}
|
|
.woo-feed-btn-bg-gradient-purple:hover {
|
|
background: #a203fb !important;
|
|
}
|
|
|
|
.woo-feed-light-btn-bg-gradient-blue {
|
|
background: linear-gradient(125deg, rgb(60, 176, 253) 0px, rgb(108, 92, 231) 140%) !important;
|
|
}
|
|
|
|
#wf_newRow {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.mtable tbody tr {
|
|
height: 25px;
|
|
border: 1px solid #ccc;
|
|
text-align: left;
|
|
-ms-flex-align: baseline;
|
|
align-items: baseline;
|
|
font-weight: bold;
|
|
}
|
|
.mtable th:nth-child(1) {
|
|
width: 17px;
|
|
}
|
|
.mtable th:nth-child(2) {
|
|
width: 160px;
|
|
}
|
|
.mtable th:nth-child(3) {
|
|
width: 100px;
|
|
}
|
|
.mtable th:nth-child(4) {
|
|
width: 100px;
|
|
}
|
|
.mtable th:nth-child(5) {
|
|
width: 150px;
|
|
}
|
|
.mtable th:nth-child(6) {
|
|
width: 100px;
|
|
}
|
|
.mtable th:nth-child(7) {
|
|
width: 150px;
|
|
}
|
|
.mtable th:nth-child(8) {
|
|
width: 90px;
|
|
}
|
|
.mtable th:nth-child(9) {
|
|
width: 29px;
|
|
}
|
|
|
|
.mtable2 tbody tr {
|
|
height: 25px;
|
|
border: 1px solid #ccc;
|
|
text-align: left;
|
|
-ms-flex-align: baseline;
|
|
align-items: baseline;
|
|
font-weight: bold;
|
|
}
|
|
.mtable2 th:nth-child(1) {
|
|
width: 30px;
|
|
}
|
|
.mtable2 th:nth-child(2) {
|
|
width: 150px;
|
|
}
|
|
.mtable2 th:nth-child(3) {
|
|
width: 230px;
|
|
}
|
|
.mtable2 th:nth-child(4) {
|
|
width: 220px;
|
|
}
|
|
.mtable2 th:nth-child(7) {
|
|
width: 50px;
|
|
}
|
|
.mtable2 th:nth-child(8) {
|
|
width: 50px;
|
|
}
|
|
.mtable2 th:nth-child(9) {
|
|
width: 29px;
|
|
}
|
|
|
|
.wp-admin select.wf_mattributes {
|
|
width: 150px;
|
|
left: 0;
|
|
height: 25px;
|
|
}
|
|
|
|
div#wf-tab-content1 select:not([name^=output_type]) {
|
|
width: 100%;
|
|
}
|
|
div#wf-tab-content1 input {
|
|
width: 100%;
|
|
}
|
|
div#wf-tab-content1 .dashicons {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.wf_attributes {
|
|
width: 150px;
|
|
left: 0;
|
|
}
|
|
|
|
.wf_compare {
|
|
max-width: 245px;
|
|
left: 0;
|
|
}
|
|
|
|
.wf_ps {
|
|
width: 100px;
|
|
left: 0;
|
|
}
|
|
|
|
.wf_sortedtable {
|
|
cursor: move;
|
|
}
|
|
|
|
.sorted_table {
|
|
position: relative;
|
|
}
|
|
.sorted_table .dragged {
|
|
position: absolute;
|
|
opacity: 0.8;
|
|
z-index: 9999;
|
|
background: #fff;
|
|
width: 100%;
|
|
display: table;
|
|
}
|
|
.sorted_table tbody tr.placeholder td {
|
|
border: 1px dashed #2cc185;
|
|
height: 46px;
|
|
}
|
|
|
|
.wfnoempty {
|
|
width: 120px;
|
|
}
|
|
|
|
/*==================Tab Design=======================*/
|
|
.woofeed-body-content #providerPage {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: column-reverse;
|
|
flex-direction: column-reverse;
|
|
}
|
|
|
|
#providerPageWrapper {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: column-reverse;
|
|
flex-direction: column-reverse;
|
|
}
|
|
#providerPageWrapper .wf_tabs {
|
|
position: relative;
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
list-style: none;
|
|
/*bottom: 50px;*/
|
|
}
|
|
#providerPageWrapper .wf_tabs:after {
|
|
display: table;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
#providerPageWrapper .wf_tabs li {
|
|
background: #fff;
|
|
float: left;
|
|
display: none;
|
|
border: 2px solid #ccc;
|
|
}
|
|
#providerPageWrapper .wf_tabs li.active {
|
|
display: block;
|
|
}
|
|
#providerPageWrapper .wf_tabs li .wf-tab-content {
|
|
z-index: 2;
|
|
width: 100%;
|
|
font-size: 0.9rem;
|
|
display: block;
|
|
left: 0;
|
|
}
|
|
#providerPageWrapper .wf_tabs li .wf-tab-content .feed-actions {
|
|
border: none;
|
|
border-top: 2px solid #ccc;
|
|
}
|
|
#providerPageWrapper #tabName {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
-ms-flex-align: start;
|
|
align-items: flex-start;
|
|
}
|
|
#providerPageWrapper #tabName .tab-name {
|
|
min-width: 300px;
|
|
border: 2px solid #ccc;
|
|
border-bottom: none;
|
|
}
|
|
#providerPageWrapper #tabName .tab-name input[type=radio] {
|
|
display: none;
|
|
}
|
|
#providerPageWrapper #tabName .tab-name label.activate {
|
|
background: #2cc185;
|
|
color: #fff;
|
|
}
|
|
|
|
.wf-tab-name {
|
|
display: block;
|
|
padding: 15px;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
background: #fff;
|
|
cursor: pointer;
|
|
position: relative;
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
color: #2cc185;
|
|
}
|
|
|
|
.wf-tab-name:hover {
|
|
background: #2cc185;
|
|
color: white;
|
|
}
|
|
|
|
.wf_tabs [id^=tab]:checked + label {
|
|
background: #2cc185;
|
|
color: white;
|
|
}
|
|
|
|
.wf_tabs [id^=tab]:checked ~ [id^=wf-tab-content] {
|
|
display: block;
|
|
}
|
|
|
|
div#wf-tab-content2 table:first-child {
|
|
padding: 10px 0;
|
|
}
|
|
|
|
div#wf-tab-content2 table:first-child td:nth-child(1) {
|
|
width: 260px;
|
|
}
|
|
|
|
div#wf-tab-content2 table:first-child td:nth-child(2) {
|
|
width: 260px;
|
|
}
|
|
|
|
table.feed-actions tr td:last-child {
|
|
text-align: right;
|
|
}
|
|
|
|
/* Selectize */
|
|
select.selectize {
|
|
display: none;
|
|
}
|
|
|
|
body.no-js select.selectize {
|
|
display: block !important;
|
|
}
|
|
|
|
.wp-list-table .option_name .wf_feed_option_name_link {
|
|
font-weight: 700;
|
|
color: #30336b;
|
|
}
|
|
.wp-list-table #option_name a {
|
|
color: #32373c;
|
|
}
|
|
|
|
/* fallback combat */
|
|
.selectize-dropdown .active {
|
|
background-color: #edf9ff;
|
|
}
|
|
|
|
.selectize-dropdown .create {
|
|
padding: 5px 8px;
|
|
}
|
|
|
|
.wapk-selectize-item {
|
|
background: #0073aa !important;
|
|
color: #f1f1f1 !important;
|
|
border-color: #0073aa !important;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.selectize-google-category .selectize-input {
|
|
padding-right: 30px;
|
|
}
|
|
.selectize-google-category .selectize-dropdown-content {
|
|
padding: 0 8px;
|
|
}
|
|
.selectize-google-category .selectize-dropdown-content .wapk-selectize-item {
|
|
color: #000 !important;
|
|
background-color: #edf0f2 !important;
|
|
margin-bottom: 3px !important;
|
|
padding: 3px 8px !important;
|
|
transition-duration: 0.6s;
|
|
}
|
|
.selectize-google-category .selectize-dropdown-content .wapk-selectize-item.active {
|
|
background-color: #a2c8e1 !important;
|
|
transition-duration: 0.6s;
|
|
}
|
|
|
|
.selectize-input.full #googleTaxonomyId-selectized {
|
|
opacity: 0;
|
|
position: absolute;
|
|
left: -10000px;
|
|
}
|
|
|
|
.selectize-dropdown [data-selectable].option {
|
|
cursor: default;
|
|
}
|
|
|
|
.selectize-control.plugin-remove_button [data-value] .remove {
|
|
border-left: 1px solid #f1f1f1 !important;
|
|
}
|
|
|
|
.selectize-dropdown .optgroup-header {
|
|
font-weight: 700;
|
|
background: #efefef;
|
|
color: #5a5a5a;
|
|
}
|
|
|
|
.selectize-dropdown [data-selectable].option {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* Feed active and inactive button CSS */
|
|
.wf_status_wrap label {
|
|
width: 55px;
|
|
height: 28px;
|
|
box-sizing: border-box;
|
|
float: left;
|
|
border-radius: 100px;
|
|
position: relative;
|
|
cursor: pointer;
|
|
transition: 0.3s ease;
|
|
background: linear-gradient(125deg, #e2e2e2 0, #ccc 140%);
|
|
}
|
|
|
|
input[class=woo_feed_status_input]:checked + label {
|
|
background: linear-gradient(125deg, #3cb0fd 0, #6c5ce7 140%);
|
|
}
|
|
|
|
input[class=woo_feed_status_input]:checked + label:before {
|
|
left: 29px;
|
|
}
|
|
|
|
.wf_status_wrap label:before {
|
|
transition: 0.3s ease;
|
|
content: "";
|
|
width: 20px;
|
|
height: 20px;
|
|
position: absolute;
|
|
background: white;
|
|
left: 6px;
|
|
top: 4px;
|
|
box-sizing: border-box;
|
|
color: black;
|
|
border-radius: 100px;
|
|
box-shadow: 0px 1.5px 2px 0px #000;
|
|
}
|
|
|
|
.view span.dashicons.dashicons-external {
|
|
color: #22a6b3;
|
|
}
|
|
.view span.dashicons.dashicons-sos {
|
|
color: #22a6b3;
|
|
}
|
|
.view span.dashicons.dashicons-download {
|
|
color: #ee5253;
|
|
}
|
|
.view span.dashicons.dashicons-media-code {
|
|
color: #576574;
|
|
}
|
|
|
|
/* list table style */
|
|
.widefat td.column-url,
|
|
.widefat th.column-url,
|
|
.column-url {
|
|
color: #1e8f9a;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/** Feed Progress **/
|
|
.feed-progress-container {
|
|
width: 100%;
|
|
color: white;
|
|
text-align: center;
|
|
font-weight: 300;
|
|
}
|
|
|
|
.feed-progress-bar {
|
|
width: 100%;
|
|
background: #eee;
|
|
padding: 3px;
|
|
border-radius: 50px;
|
|
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
.feed-progress-bar-fill {
|
|
height: 20px;
|
|
display: block;
|
|
background: linear-gradient(to right top, #10ac84, #13b389, #15ba8f, #18c194, #1ac89a, #13cba1, #0acfa9, #00d2b0, #00d2ba, #00d2c3, #00d2cb, #00d2d3);
|
|
width: 0;
|
|
border-radius: 50px;
|
|
transition: width 0.8s ease;
|
|
}
|
|
|
|
.feed-progress-status {
|
|
float: left;
|
|
font-weight: bold;
|
|
color: darkblue;
|
|
}
|
|
|
|
.feed-progress-percentage {
|
|
text-align: right;
|
|
font-weight: bolder;
|
|
color: #1dd1a1;
|
|
font-family: "Arial Black", sans-serif;
|
|
font-size: large;
|
|
}
|
|
|
|
#wpbody-content.woofeed-body-content {
|
|
overflow: visible !important;
|
|
}
|
|
|
|
.clippy {
|
|
position: relative;
|
|
width: 13px;
|
|
margin-top: -3px;
|
|
margin-left: 3px;
|
|
top: 3px;
|
|
}
|
|
|
|
.column-url .clippy {
|
|
display: none;
|
|
}
|
|
|
|
.column-url:hover .clippy {
|
|
display: inline-block;
|
|
}
|
|
|
|
/**
|
|
* Primer Tooltip
|
|
*/
|
|
.tooltipped {
|
|
position: relative;
|
|
}
|
|
.tooltipped:after {
|
|
position: absolute;
|
|
z-index: 1000000;
|
|
display: none;
|
|
padding: 5px 8px;
|
|
font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
|
|
color: #fff;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
text-shadow: none;
|
|
text-transform: none;
|
|
letter-spacing: normal;
|
|
word-wrap: break-word;
|
|
white-space: pre;
|
|
pointer-events: none;
|
|
content: attr(aria-label);
|
|
background: rgba(0, 0, 0, 0.8);
|
|
border-radius: 3px;
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
}
|
|
.tooltipped:before {
|
|
position: absolute;
|
|
z-index: 1000001;
|
|
display: none;
|
|
width: 0;
|
|
height: 0;
|
|
color: rgba(0, 0, 0, 0.8);
|
|
pointer-events: none;
|
|
content: "";
|
|
border: 5px solid transparent;
|
|
}
|
|
.tooltipped:hover:before {
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
}
|
|
.tooltipped:hover:after {
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
}
|
|
.tooltipped:active:before {
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
}
|
|
.tooltipped:active:after {
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
}
|
|
.tooltipped:focus:before {
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
}
|
|
.tooltipped:focus:after {
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
}
|
|
.tooltipped-multiline:hover:after {
|
|
display: table-cell;
|
|
}
|
|
.tooltipped-multiline:active:after {
|
|
display: table-cell;
|
|
}
|
|
.tooltipped-multiline:focus:after {
|
|
display: table-cell;
|
|
}
|
|
.tooltipped-multiline:after {
|
|
width: -webkit-max-content;
|
|
width: -moz-max-content;
|
|
width: max-content;
|
|
max-width: 250px;
|
|
word-break: break-word;
|
|
word-wrap: normal;
|
|
white-space: pre-line;
|
|
border-collapse: separate;
|
|
}
|
|
.tooltipped-s:after {
|
|
top: 100%;
|
|
right: 50%;
|
|
margin-top: 5px;
|
|
-webkit-transform: translateX(50%);
|
|
transform: translateX(50%);
|
|
}
|
|
.tooltipped-s:before {
|
|
top: auto;
|
|
right: 50%;
|
|
bottom: -5px;
|
|
margin-right: -5px;
|
|
border-bottom-color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
.tooltipped-se:after {
|
|
top: 100%;
|
|
margin-top: 5px;
|
|
right: auto;
|
|
left: 50%;
|
|
margin-left: -15px;
|
|
}
|
|
.tooltipped-se:before {
|
|
top: auto;
|
|
right: 50%;
|
|
bottom: -5px;
|
|
margin-right: -5px;
|
|
border-bottom-color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
.tooltipped-sw:after {
|
|
top: 100%;
|
|
right: 50%;
|
|
margin-top: 5px;
|
|
margin-right: -15px;
|
|
}
|
|
.tooltipped-sw:before {
|
|
top: auto;
|
|
right: 50%;
|
|
bottom: -5px;
|
|
margin-right: -5px;
|
|
border-bottom-color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
.tooltipped-n:after {
|
|
right: 50%;
|
|
bottom: 100%;
|
|
margin-bottom: 5px;
|
|
-webkit-transform: translateX(50%);
|
|
transform: translateX(50%);
|
|
}
|
|
.tooltipped-n:before {
|
|
top: -5px;
|
|
right: 50%;
|
|
bottom: auto;
|
|
margin-right: -5px;
|
|
border-top-color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
.tooltipped-ne:after {
|
|
bottom: 100%;
|
|
margin-bottom: 5px;
|
|
right: auto;
|
|
left: 50%;
|
|
margin-left: -15px;
|
|
}
|
|
.tooltipped-ne:before {
|
|
top: -5px;
|
|
right: 50%;
|
|
bottom: auto;
|
|
margin-right: -5px;
|
|
border-top-color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
.tooltipped-nw:after {
|
|
right: 50%;
|
|
bottom: 100%;
|
|
margin-bottom: 5px;
|
|
margin-right: -15px;
|
|
}
|
|
.tooltipped-nw:before {
|
|
top: -5px;
|
|
right: 50%;
|
|
bottom: auto;
|
|
margin-right: -5px;
|
|
border-top-color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
.tooltipped-w:after {
|
|
right: 100%;
|
|
bottom: 50%;
|
|
margin-right: 5px;
|
|
-webkit-transform: translateY(50%);
|
|
transform: translateY(50%);
|
|
}
|
|
.tooltipped-w:before {
|
|
top: 50%;
|
|
bottom: 50%;
|
|
left: -5px;
|
|
margin-top: -5px;
|
|
border-left-color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
.tooltipped-e:after {
|
|
bottom: 50%;
|
|
left: 100%;
|
|
margin-left: 5px;
|
|
-webkit-transform: translateY(50%);
|
|
transform: translateY(50%);
|
|
}
|
|
.tooltipped-e:before {
|
|
top: 50%;
|
|
right: -5px;
|
|
bottom: 50%;
|
|
margin-top: -5px;
|
|
border-right-color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
.tooltipped-multiline.tooltipped-s:after {
|
|
right: auto;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
}
|
|
.tooltipped-multiline.tooltipped-n:after {
|
|
right: auto;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
}
|
|
.tooltipped-multiline.tooltipped-w:after {
|
|
right: 100%;
|
|
}
|
|
.tooltipped-multiline.tooltipped-e:after {
|
|
right: 100%;
|
|
}
|
|
.tooltipped-sticky:before {
|
|
display: inline-block;
|
|
}
|
|
.tooltipped-sticky:after {
|
|
display: inline-block;
|
|
}
|
|
.tooltipped-sticky.tooltipped-multiline:after {
|
|
display: table-cell;
|
|
}
|
|
|
|
.fullscreen-overlay-enabled.dark-theme .tooltipped:after {
|
|
color: #000;
|
|
background: rgba(255, 255, 255, 0.8);
|
|
}
|
|
.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before {
|
|
border-bottom-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before {
|
|
border-bottom-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before {
|
|
border-bottom-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before {
|
|
border-top-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before {
|
|
border-top-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before {
|
|
border-top-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before {
|
|
border-right-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before {
|
|
border-left-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
|
|
@media screen and (min-width: 0\0 ) {
|
|
.tooltipped-multiline:after {
|
|
width: 250px;
|
|
}
|
|
}
|
|
ul.tracker_collection_list {
|
|
list-style: initial;
|
|
padding: initial;
|
|
margin: -10px 0 0 30px;
|
|
font-size: 11px !important;
|
|
}
|
|
ul.tracker_collection_list li {
|
|
margin: 0;
|
|
}
|
|
|
|
/** Info Message Table **/
|
|
table.wf-info-table, table.wf-rate-table {
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
max-width: 100%;
|
|
font-weight: 500;
|
|
margin-top: 10px;
|
|
}
|
|
table.wf-info-table th, table.wf-rate-table th {
|
|
text-align: center;
|
|
}
|
|
table.wf-info-table th .woo-feed-top-header, table.wf-rate-table th .woo-feed-top-header {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
table.wf-info-table th .woo-feed-top-header .get-woo-feed-pro, table.wf-rate-table th .woo-feed-top-header .get-woo-feed-pro {
|
|
margin-left: 20px;
|
|
}
|
|
table.wf-info-table th .woo-feed-top-header .get-woo-feed-pro img, table.wf-rate-table th .woo-feed-top-header .get-woo-feed-pro img {
|
|
width: 172px;
|
|
}
|
|
table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons {
|
|
float: right;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
border-radius: 7px;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a {
|
|
padding: 8px 20px;
|
|
background: #576574;
|
|
color: #fff;
|
|
box-sizing: border-box;
|
|
display: inline-block;
|
|
transition: 0.3s ease;
|
|
}
|
|
table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-doc-link, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-doc-link {
|
|
background: #576574;
|
|
border-top-left-radius: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
}
|
|
table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-video-link, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-video-link {
|
|
background: #ee5253;
|
|
}
|
|
table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-support-link, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-support-link {
|
|
background: #22a6b3;
|
|
border-top-right-radius: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
}
|
|
table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a span.dashicons, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a span.dashicons {
|
|
font-size: 18px;
|
|
line-height: 1.2;
|
|
}
|
|
table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a:hover, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a:hover {
|
|
background: #30336b;
|
|
box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.12);
|
|
}
|
|
table.wf-info-table strong, table.wf-rate-table strong {
|
|
font-weight: bold;
|
|
}
|
|
table.wf-info-table th:first-child img {
|
|
margin: 0 0 -5px 5px;
|
|
}
|
|
table.wf-rate-table a {
|
|
color: #0073aa;
|
|
}
|
|
table.wf-rate-table a.review-star:after {
|
|
content: "\f155\f155\f155\f155\f155" !important;
|
|
font-family: dashicons;
|
|
font-size: 10px;
|
|
font-weight: 100;
|
|
text-rendering: auto;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
color: #0073aa;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/** Pro Admin menu icon **/
|
|
.ctx-pro-icon {
|
|
content: "";
|
|
background-color: #0a82df;
|
|
border-radius: 4px;
|
|
padding: 2px 4px;
|
|
margin-left: 2px;
|
|
}
|
|
|
|
/** Admin Menu Icon **/
|
|
#adminmenu #toplevel_page_webappick-manage-feeds div.wp-menu-image::before {
|
|
content: "";
|
|
background: url(../images/woo-feed-icon.svg) no-repeat center center;
|
|
background-size: 20px 20px;
|
|
opacity: 0.6;
|
|
filter: alpha(opacity=60);
|
|
}
|
|
#adminmenu #toplevel_page_webappick-manage-feeds:hover div.wp-menu-image::before {
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
}
|
|
#adminmenu #toplevel_page_webappick-manage-feeds.wp-has-current-submenu div.wp-menu-image::before {
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
}
|
|
|
|
/** Admin Page Wrapper **/
|
|
.wapk-admin,
|
|
.wapk-admin * {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.wapk-admin {
|
|
position: relative;
|
|
display: block;
|
|
-webkit-hyphens: manual;
|
|
-ms-hyphens: manual;
|
|
-moz-hyphens: manual;
|
|
hyphens: manual;
|
|
color: #1b2730;
|
|
/* reset .warp margin to use full width except menu area */
|
|
margin: 0 0 0 -10px;
|
|
}
|
|
|
|
@media screen and (min-width: 783px) {
|
|
.wapk-admin {
|
|
margin: 0 0 0 -20px;
|
|
}
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.wapk-admin h1,
|
|
.wapk-admin h2,
|
|
.wapk-admin h3,
|
|
.wapk-admin h4,
|
|
.wapk-admin h5,
|
|
.wapk-admin h6,
|
|
.wapk-admin p {
|
|
color: #1b2730;
|
|
}
|
|
.wapk-admin sup {
|
|
vertical-align: baseline;
|
|
position: relative;
|
|
top: -6px;
|
|
}
|
|
.wapk-admin sub {
|
|
vertical-align: baseline;
|
|
position: relative;
|
|
top: 4px;
|
|
}
|
|
|
|
/* WP.Core.UI Compat */
|
|
.wapk-admin .wapk-section {
|
|
margin: 10px 20px 0 22px;
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
.wapk-admin .wapk-section [class$=icon32] + h2 {
|
|
font-size: 23px;
|
|
font-weight: 400;
|
|
margin: 0;
|
|
padding: 9px 0 4px 0;
|
|
line-height: 1.3;
|
|
}
|
|
.wapk-admin .wapk-section h1 {
|
|
font-size: 23px;
|
|
font-weight: 400;
|
|
margin: 0;
|
|
padding: 9px 0 4px 0;
|
|
line-height: 1.3;
|
|
}
|
|
.wapk-admin .wapk-section > h2:first-child {
|
|
font-size: 23px;
|
|
font-weight: 400;
|
|
margin: 0;
|
|
padding: 9px 0 4px 0;
|
|
line-height: 1.3;
|
|
}
|
|
.wapk-admin > .notice {
|
|
margin: 10px 20px 0 22px;
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
.wapk-admin span.help {
|
|
display: block;
|
|
float: left;
|
|
width: 100%;
|
|
font-size: 0.9em;
|
|
color: #636363;
|
|
margin-top: 5px;
|
|
font-weight: 500;
|
|
}
|
|
.wapk-admin span.help .dashicons {
|
|
width: 11px;
|
|
height: 12px;
|
|
font-size: inherit;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.clear:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
|
|
/*.wapk-admin .help a { color: inherit; text-decoration: underline; }*/
|
|
/** Extend WP Core UI PostBox For Docs **/
|
|
.wapk-feed-docs .docs-section {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
|
|
}
|
|
.wapk-feed-docs .docs-header {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
background: linear-gradient(125deg, #3cb0fd 0, #6c5ce7 140%);
|
|
color: white;
|
|
border-radius: 4px 4px 0 0;
|
|
}
|
|
.wapk-feed-docs .postbox {
|
|
height: -webkit-fit-content;
|
|
height: -moz-fit-content;
|
|
height: fit-content;
|
|
margin: 20px;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
border-radius: 4px;
|
|
border: none;
|
|
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
|
|
}
|
|
.wapk-feed-docs .postbox .handlediv:focus {
|
|
box-shadow: none;
|
|
outline: none;
|
|
}
|
|
.wapk-feed-docs .postbox .hndle {
|
|
font-size: 14px;
|
|
padding: 8px 12px;
|
|
margin: 0;
|
|
line-height: 1.4;
|
|
cursor: pointer;
|
|
color: #fff;
|
|
}
|
|
.wapk-feed-docs .postbox .dashicons {
|
|
color: #fff;
|
|
}
|
|
.wapk-feed-docs .postbox a {
|
|
text-decoration: none;
|
|
}
|
|
.wapk-feed-docs .postbox .inside {
|
|
padding: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
.wapk-feed-docs .postbox .inside .dashicons-media-text {
|
|
color: #2282df;
|
|
}
|
|
.wapk-feed-docs .postbox ul {
|
|
margin-bottom: 0;
|
|
}
|
|
.wapk-feed-docs .postbox .toggle-indicator {
|
|
color: #fff;
|
|
}
|
|
.wapk-feed-docs .postbox .toggle-indicator:before {
|
|
content: "\f142";
|
|
display: inline-block;
|
|
font: 400 20px/1 dashicons;
|
|
speak: none;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
text-decoration: none !important;
|
|
}
|
|
.wapk-feed-docs .postbox li:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.wapk-feed-docs .postbox li {
|
|
width: 100%;
|
|
display: block;
|
|
float: left;
|
|
margin: 0;
|
|
border-bottom: 1px solid #dfdfdf;
|
|
padding: 8px 12px;
|
|
}
|
|
.wapk-feed-docs .postbox li span {
|
|
display: inline-block;
|
|
float: left;
|
|
margin-right: 4px;
|
|
}
|
|
.wapk-feed-docs .postbox li a {
|
|
display: inline-block;
|
|
float: left;
|
|
width: calc(100% - 24px);
|
|
}
|
|
.wapk-feed-docs .postbox.closed .toggle-indicator:before {
|
|
content: "\f140";
|
|
}
|
|
|
|
.wapk-section #post-body.columns-2 #side-sortables {
|
|
min-height: 196px;
|
|
}
|
|
|
|
#poststuff #feed_merchant_info .inside {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#feed_merchant_info ul.data {
|
|
margin-left: 24px;
|
|
margin-top: 5px;
|
|
}
|
|
#feed_merchant_info ul.data li {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.merchant-info-section {
|
|
padding: 6px 10px 8px;
|
|
}
|
|
.merchant-info-section.woo-feed-open-file {
|
|
text-align: center;
|
|
}
|
|
.merchant-info-section.woo-feed-open-file a {
|
|
line-height: 1.5;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.generateFeed .wf-tab-content table:first-child {
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
.generateFeed table th {
|
|
font-weight: bold;
|
|
}
|
|
|
|
@media only screen and (max-width: 850px) {
|
|
.wapk-feed-docs .postbox {
|
|
display: block;
|
|
width: auto;
|
|
float: none;
|
|
margin: 20px 10px;
|
|
}
|
|
}
|
|
/** Admin Feed Help Docs **/
|
|
.wp-submenu li span.woo-feed-docs {
|
|
font-weight: bold;
|
|
color: #f18500;
|
|
}
|
|
.wp-submenu li:hover span.woo-feed-docs {
|
|
color: #ce7304;
|
|
}
|
|
.wp-submenu li.current span.woo-feed-docs {
|
|
color: #ce7304;
|
|
}
|
|
|
|
.wapk-admin .wapk-feed-docs .postbox .hndle {
|
|
cursor: default;
|
|
}
|
|
|
|
/** Admin Call-To-Action **/
|
|
.wapk-cta {
|
|
position: relative;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
width: 100%;
|
|
padding: 100px 15px;
|
|
background: linear-gradient(45deg, #6cd5ff 33%, #c2efef 100%);
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.wapk-cta-icon .dashicons {
|
|
font-size: 100px;
|
|
width: 100px;
|
|
height: auto;
|
|
margin: 0 10px -8px 0;
|
|
color: #02658c;
|
|
}
|
|
.wapk-cta-content {
|
|
width: 50%;
|
|
}
|
|
.wapk-cta-content h2 {
|
|
font-size: 2em;
|
|
margin: 0.5em 0;
|
|
}
|
|
.wapk-cta-action a.wapk-button {
|
|
font-size: 24px;
|
|
height: auto !important;
|
|
padding: 10px 20px;
|
|
}
|
|
|
|
@media (max-width: 600px) {
|
|
.wapk-cta {
|
|
display: block;
|
|
text-align: center;
|
|
padding: 4em 0;
|
|
}
|
|
.wapk-cta-content {
|
|
width: 100%;
|
|
margin: 2em 0;
|
|
}
|
|
}
|
|
/** Override .wp-core-ui .wapk-button styles with prefix .wapk-admin **/
|
|
/* Button Skin */
|
|
.wapk-button {
|
|
color: #00d4d4;
|
|
border-color: #00d4d4;
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
font-size: 13px;
|
|
line-height: 2.15384615;
|
|
min-height: 30px;
|
|
margin: 0;
|
|
padding: 0 10px;
|
|
cursor: pointer;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
-webkit-appearance: none;
|
|
border-radius: 3px;
|
|
white-space: nowrap;
|
|
box-sizing: border-box;
|
|
}
|
|
.wapk-button > svg {
|
|
width: 15px;
|
|
margin-left: 5px;
|
|
fill: #00d4d4;
|
|
}
|
|
.wapk-button > .dashicons {
|
|
color: #00d4d4;
|
|
}
|
|
.wapk-button:hover {
|
|
border-color: #00bbbb;
|
|
color: #00bbbb;
|
|
}
|
|
.wapk-button:hover > svg {
|
|
fill: #00bbbb;
|
|
}
|
|
.wapk-button:hover > .dashicons {
|
|
color: #00bbbb;
|
|
}
|
|
.wapk-button:focus {
|
|
border-color: #00d4d4;
|
|
color: #00bbbb;
|
|
box-shadow: 0 0 0 1px #00d4d4;
|
|
}
|
|
.wapk-button:focus > svg {
|
|
fill: #00bbbb;
|
|
}
|
|
.wapk-button:focus > .dashicons {
|
|
color: #00bbbb;
|
|
}
|
|
.wapk-button:active {
|
|
background: #00bbbb;
|
|
border-color: #00bbbb;
|
|
}
|
|
.wapk-button-secondary {
|
|
color: #00d4d4;
|
|
border-color: #00d4d4;
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
font-size: 13px;
|
|
line-height: 2.15384615;
|
|
min-height: 30px;
|
|
margin: 0;
|
|
padding: 0 10px;
|
|
cursor: pointer;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
-webkit-appearance: none;
|
|
border-radius: 3px;
|
|
white-space: nowrap;
|
|
box-sizing: border-box;
|
|
}
|
|
.wapk-button-secondary > svg {
|
|
width: 15px;
|
|
margin-left: 5px;
|
|
fill: #00d4d4;
|
|
}
|
|
.wapk-button-secondary > .dashicons {
|
|
color: #00d4d4;
|
|
}
|
|
.wapk-button-secondary:hover {
|
|
border-color: #00bbbb;
|
|
color: #00bbbb;
|
|
}
|
|
.wapk-button-secondary:hover > svg {
|
|
fill: #00bbbb;
|
|
}
|
|
.wapk-button-secondary:hover > .dashicons {
|
|
color: #00bbbb;
|
|
}
|
|
.wapk-button-secondary:focus {
|
|
border-color: #00d4d4;
|
|
color: #00bbbb;
|
|
box-shadow: 0 0 0 1px #00d4d4;
|
|
}
|
|
.wapk-button-secondary:focus > svg {
|
|
fill: #00bbbb;
|
|
}
|
|
.wapk-button-secondary:focus > .dashicons {
|
|
color: #00bbbb;
|
|
}
|
|
.wapk-button-primary {
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
font-size: 13px;
|
|
line-height: 2.15384615;
|
|
min-height: 30px;
|
|
margin: 0;
|
|
padding: 0 10px;
|
|
cursor: pointer;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
-webkit-appearance: none;
|
|
border-radius: 3px;
|
|
white-space: nowrap;
|
|
box-sizing: border-box;
|
|
background: #00d4d4;
|
|
border-color: #00d4d4;
|
|
color: #fff;
|
|
box-shadow: 0 1px 0 #00bbbb;
|
|
text-shadow: 0 -1px 1px #00bbbb, 1px 0 1px #00bbbb, 0 1px 1px #00bbbb, -1px 0 1px #00bbbb;
|
|
}
|
|
.wapk-button-primary > svg {
|
|
fill: #fff;
|
|
}
|
|
.wapk-button-primary:hover {
|
|
background: #00e3e3;
|
|
border-color: #00c5c5;
|
|
color: #fff;
|
|
}
|
|
.wapk-button-primary:hover > svg {
|
|
fill: #fff;
|
|
}
|
|
.wapk-button-primary:focus {
|
|
background: #00e3e3;
|
|
border-color: #00c5c5;
|
|
color: #fff;
|
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #00d4d4;
|
|
}
|
|
.wapk-button-primary:focus > svg {
|
|
fill: #fff;
|
|
}
|
|
.wapk-button-primary:active {
|
|
background: #00bbbb;
|
|
border-color: #00bbbb;
|
|
color: #fff;
|
|
}
|
|
.wapk-button-primary:active > svg {
|
|
fill: #fff;
|
|
}
|
|
.wapk-button-primary:disabled {
|
|
color: #c7d1d1 !important;
|
|
background: #22ffff !important;
|
|
border-color: #22ffff !important;
|
|
text-shadow: none !important;
|
|
}
|
|
.wapk-button-primary:disabled > svg {
|
|
fill: #c7d1d1 !important;
|
|
}
|
|
.wapk-button.hover {
|
|
border-color: #00bbbb;
|
|
color: #00bbbb;
|
|
}
|
|
.wapk-button.hover > svg {
|
|
fill: #00bbbb;
|
|
}
|
|
.wapk-button.hover > .dashicons {
|
|
color: #00bbbb;
|
|
}
|
|
.wapk-button.focus {
|
|
border-color: #00d4d4;
|
|
color: #00bbbb;
|
|
box-shadow: 0 0 0 1px #00d4d4;
|
|
}
|
|
.wapk-button.focus > svg {
|
|
fill: #00bbbb;
|
|
}
|
|
.wapk-button.focus > .dashicons {
|
|
color: #00bbbb;
|
|
}
|
|
.wapk-button.active {
|
|
border-color: #00bbbb;
|
|
color: #00bbbb;
|
|
box-shadow: inset 0 2px 5px -3px #00bbbb;
|
|
}
|
|
.wapk-button.active:focus {
|
|
border-color: #00bbbb;
|
|
color: #00bbbb;
|
|
box-shadow: inset 0 2px 5px -3px #00bbbb;
|
|
}
|
|
.wapk-button.active:focus > svg {
|
|
fill: #00bbbb;
|
|
}
|
|
.wapk-button.active:focus > .dashicons {
|
|
color: #00bbbb;
|
|
}
|
|
.wapk-button.active:hover {
|
|
border-color: #00bbbb;
|
|
color: #00bbbb;
|
|
box-shadow: inset 0 2px 5px -3px #00bbbb;
|
|
}
|
|
.wapk-button.active:hover > svg {
|
|
fill: #00bbbb;
|
|
}
|
|
.wapk-button.active:hover > .dashicons {
|
|
color: #00bbbb;
|
|
}
|
|
.wapk-button.active > svg {
|
|
fill: #00bbbb;
|
|
}
|
|
.wapk-button.active > .dashicons {
|
|
color: #00bbbb;
|
|
}
|
|
.wapk-button-primary.active {
|
|
background: #00d4d4;
|
|
color: #fff;
|
|
border-color: #008888;
|
|
box-shadow: inset 0 2px 5px -3px black;
|
|
}
|
|
.wapk-button-primary.active:focus {
|
|
background: #00d4d4;
|
|
color: #fff;
|
|
border-color: #008888;
|
|
box-shadow: inset 0 2px 5px -3px black;
|
|
}
|
|
.wapk-button-primary.active:focus > svg {
|
|
fill: #fff;
|
|
}
|
|
.wapk-button-primary.active:hover {
|
|
background: #00d4d4;
|
|
color: #fff;
|
|
border-color: #008888;
|
|
box-shadow: inset 0 2px 5px -3px black;
|
|
}
|
|
.wapk-button-primary.active:hover > svg {
|
|
fill: #fff;
|
|
}
|
|
.wapk-button-primary.active > svg {
|
|
fill: #fff;
|
|
}
|
|
.wapk-button-primary[disabled] {
|
|
color: #c7d1d1 !important;
|
|
background: #22ffff !important;
|
|
border-color: #22ffff !important;
|
|
text-shadow: none !important;
|
|
}
|
|
.wapk-button-primary[disabled] > svg {
|
|
fill: #c7d1d1 !important;
|
|
}
|
|
.wapk-button-primary.wapk-button-primary-disabled {
|
|
color: #c7d1d1 !important;
|
|
background: #22ffff !important;
|
|
border-color: #22ffff !important;
|
|
text-shadow: none !important;
|
|
}
|
|
.wapk-button-primary.wapk-button-primary-disabled > svg {
|
|
fill: #c7d1d1 !important;
|
|
}
|
|
.wapk-button-primary.disabled {
|
|
color: #c7d1d1 !important;
|
|
background: #22ffff !important;
|
|
border-color: #22ffff !important;
|
|
text-shadow: none !important;
|
|
}
|
|
.wapk-button-primary.disabled > svg {
|
|
fill: #c7d1d1 !important;
|
|
}
|
|
.wapk-button-primary.wapk-button-hero {
|
|
box-shadow: 0 2px 0 #00bbbb;
|
|
}
|
|
.wapk-button-primary.wapk-button-hero:focus {
|
|
box-shadow: 0 2px 0 #00bbbb, 0 1px 0 #00c5c5, 0 0 2px 1px #00eeee;
|
|
}
|
|
.wapk-button-primary.wapk-button-hero:active {
|
|
box-shadow: inset 0 3px 0 #00a1a1;
|
|
}
|
|
.wapk-button-primary.wapk-button-hero.active {
|
|
box-shadow: inset 0 3px 0 #00a1a1;
|
|
}
|
|
.wapk-button-primary.wapk-button-hero.active:hover, .wapk-button-primary.wapk-button-hero.active:focus {
|
|
box-shadow: inset 0 3px 0 #00a1a1;
|
|
}
|
|
.wapk-button-group > .wapk-button.active {
|
|
border-color: #00d4d4;
|
|
}
|
|
|
|
/* Button Sizes */
|
|
.wapk-button.wapk-button-xl {
|
|
height: 30px;
|
|
line-height: 28px;
|
|
padding: 0 12px 2px;
|
|
}
|
|
|
|
.wapk-button-group.wapk-button-xl .wapk-button {
|
|
height: 30px;
|
|
line-height: 28px;
|
|
padding: 0 12px 2px;
|
|
}
|
|
|
|
.wapk-button.wapk-button-hero {
|
|
font-size: 18px;
|
|
height: 50px;
|
|
line-height: 48px;
|
|
padding: 0 36px;
|
|
min-height: 46px;
|
|
}
|
|
|
|
.wapk-button-group.wapk-button-hero .wapk-button {
|
|
font-size: 18px;
|
|
height: 50px;
|
|
line-height: 48px;
|
|
padding: 0 36px;
|
|
min-height: 46px;
|
|
}
|
|
|
|
@media screen and (min-width: 782px) {
|
|
th#status,
|
|
th#provider {
|
|
width: 80px;
|
|
}
|
|
th#type {
|
|
width: 50px;
|
|
}
|
|
th#option_name {
|
|
width: 100px;
|
|
}
|
|
td.option_name.column-option_name > span:first-child {
|
|
display: none;
|
|
}
|
|
th#last_updated {
|
|
width: 90px;
|
|
}
|
|
th#view {
|
|
width: 135px;
|
|
}
|
|
}
|
|
@media screen and (min-width: 960px) {
|
|
th#status,
|
|
th#provider {
|
|
width: 100px;
|
|
}
|
|
th#type {
|
|
width: 80px;
|
|
}
|
|
th#option_name {
|
|
width: 150px;
|
|
}
|
|
th#last_updated {
|
|
width: 140px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 782px) {
|
|
table.wf-info-table {
|
|
margin-top: 10px;
|
|
}
|
|
table.wf-info-table th:first-child img {
|
|
margin: 0 auto;
|
|
display: block;
|
|
}
|
|
.wapk-button.wapk-button-xl {
|
|
padding: 6px 14px;
|
|
line-height: normal;
|
|
font-size: 14px;
|
|
vertical-align: middle;
|
|
height: auto;
|
|
margin-bottom: 4px;
|
|
}
|
|
}
|
|
.wapk-feed-docs .wapk-feed-cta {
|
|
margin: 0;
|
|
}
|
|
|
|
.campaign_configurator {
|
|
background: #fff;
|
|
padding: 20px 0;
|
|
}
|
|
.campaign_configurator table {
|
|
margin: 0 auto;
|
|
width: 51%;
|
|
min-width: 574px;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
.campaign_configurator th {
|
|
min-width: 120px;
|
|
}
|
|
|
|
@media screen and (max-width: 782px) {
|
|
.campaign_configurator {
|
|
padding: 0;
|
|
}
|
|
.campaign_configurator table {
|
|
width: auto;
|
|
min-width: auto;
|
|
max-width: 100%;
|
|
}
|
|
.campaign_configurator th {
|
|
min-width: auto;
|
|
}
|
|
}
|
|
#wf-tab-content-config td > input:not([type=checkbox]):not([type=radio]),
|
|
#wf-tab-content-config td > select,
|
|
#wf-tab-content-config td > textarea {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.woo-feed-filters td > div:nth-child(2n):not(.clear):not(.selectize):not(.counter) {
|
|
width: 120px;
|
|
display: block;
|
|
}
|
|
.woo-feed-filters td > div:not(.clear) {
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
.woo-feed-filters tr > td:first-child {
|
|
width: 290px;
|
|
padding-left: 40px;
|
|
}
|
|
|
|
.woo-feed-filters,
|
|
.woo-feed-ftp {
|
|
margin: 15px auto 25px;
|
|
}
|
|
|
|
.wf_clean_cache_wrapper {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-left: auto;
|
|
}
|
|
|
|
@-webkit-keyframes LoaderClockWise {
|
|
from {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
to {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@keyframes LoaderClockWise {
|
|
from {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
to {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
.woo-feed-cache-loader {
|
|
width: 18px;
|
|
margin-right: 5px;
|
|
animation: LoaderClockWise 1s linear infinite;
|
|
-webkit-animation: LoaderClockWise 1s linear infinite;
|
|
display: none;
|
|
}
|
|
|
|
.woo-feed-table-heading .woo-feed-table-heading-title {
|
|
float: left;
|
|
margin-right: auto;
|
|
display: inline-block;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.woo-feed-table-heading .wf_clean_cache_wrapper {
|
|
float: right;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.ctx-notice-cache-clear,
|
|
.wf_clean_cache_wrapper button {
|
|
background: linear-gradient(125deg, #eb4d4b 0, #ff9671 140%);
|
|
color: #fff;
|
|
border: none;
|
|
font-weight: 500;
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
font-size: 13px;
|
|
line-height: 2.15384615;
|
|
min-height: 30px;
|
|
margin: 0;
|
|
padding: 0 10px;
|
|
border-radius: 3px;
|
|
cursor: pointer;
|
|
outline: none;
|
|
}
|
|
|
|
.wf_clean_cache_wrapper button:hover {
|
|
background: #ff7979;
|
|
color: #fff;
|
|
}
|
|
|
|
@-webkit-keyframes ldio-phfj8q2ogom {
|
|
0% {
|
|
-webkit-transform: rotate(0);
|
|
transform: rotate(0);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@keyframes ldio-phfj8q2ogom {
|
|
0% {
|
|
-webkit-transform: rotate(0);
|
|
transform: rotate(0);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
.ldio-phfj8q2ogom > div {
|
|
-webkit-animation: ldio-phfj8q2ogom 1s infinite linear;
|
|
animation: ldio-phfj8q2ogom 1s infinite linear;
|
|
-webkit-transform-origin: 50px 50px;
|
|
transform-origin: 50px 50px;
|
|
}
|
|
|
|
.ldio-phfj8q2ogom > div div {
|
|
position: absolute;
|
|
}
|
|
|
|
.ldio-phfj8q2ogom > div div:nth-child(1),
|
|
.ldio-phfj8q2ogom > div div:nth-child(2) {
|
|
width: 70px;
|
|
height: 70px;
|
|
border: 6px solid;
|
|
border-radius: 50%;
|
|
border-color: transparent #0a0a0a #0a0a0a #0a0a0a;
|
|
box-sizing: border-box;
|
|
position: absolute;
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-transform-origin: 50px 50px;
|
|
transform-origin: 50px 50px;
|
|
}
|
|
|
|
.ldio-phfj8q2ogom > div div:nth-child(1) {
|
|
-webkit-transform: rotate(45deg) translate(15px, 15px);
|
|
transform: rotate(45deg) translate(15px, 15px);
|
|
}
|
|
|
|
.ldio-phfj8q2ogom > div div:nth-child(2) {
|
|
-webkit-transform: rotate(5.4deg) translate(15px, 15px);
|
|
transform: rotate(5.4deg) translate(15px, 15px);
|
|
}
|
|
|
|
.ldio-phfj8q2ogom > div div:nth-child(3) {
|
|
width: 0;
|
|
height: 0;
|
|
border: 12px solid;
|
|
border-color: transparent transparent transparent #0a0a0a;
|
|
-webkit-transform: translate(50px, 9px);
|
|
transform: translate(50px, 9px);
|
|
}
|
|
|
|
.loadingio-spinner-reload-5t7io14g51q {
|
|
width: 20px;
|
|
height: 20px;
|
|
display: none;
|
|
overflow: hidden;
|
|
background: none;
|
|
}
|
|
|
|
.ldio-phfj8q2ogom {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
-webkit-transform: translateZ(0) scale(0.2);
|
|
transform: translateZ(0) scale(0.2);
|
|
-webkit-backface-visibility: hidden;
|
|
backface-visibility: hidden;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0; /* see note above */
|
|
}
|
|
|
|
.ldio-phfj8q2ogom div {
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.ctx-notification-clear {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 7px 0px;
|
|
}
|
|
|
|
input[type=submit][data-id=wf_action_submit] {
|
|
background: linear-gradient(125deg, #3cb0fd 0, #6c5ce7 140%);
|
|
color: #fff;
|
|
border: 1px;
|
|
padding: 0 20px;
|
|
}
|
|
input[type=submit][data-id=wf_action_submit]:hover {
|
|
background: linear-gradient(125deg, #3cb0fd 0, #6c5ce7 140%);
|
|
color: #fff;
|
|
}
|
|
|
|
.woo-import-popup-body #TB_window {
|
|
width: 500px !important;
|
|
}
|
|
.woo-import-popup-body #TB_window #TB_title {
|
|
border: none;
|
|
background: #fff;
|
|
text-align: center;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: 35px !important;
|
|
}
|
|
.woo-import-popup-body #TB_window #TB_title #TB_ajaxWindowTitle {
|
|
color: #30336b;
|
|
font-weight: 700;
|
|
}
|
|
.woo-import-popup-body #TB_window #TB_closeWindowButton {
|
|
top: -14.5px;
|
|
right: -14.5px;
|
|
border: none;
|
|
outline: 0;
|
|
}
|
|
.woo-import-popup-body #TB_window #TB_closeWindowButton .tb-close-icon {
|
|
background: #ff5e55;
|
|
color: #fff;
|
|
border-radius: 50%;
|
|
}
|
|
.woo-import-popup-body #TB_window #TB_closeWindowButton:focus {
|
|
outline: 0;
|
|
border: 0;
|
|
}
|
|
.woo-import-popup-body #TB_window #TB_ajaxContent {
|
|
position: relative;
|
|
width: 100% !important;
|
|
height: auto !important;
|
|
border: none;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
background: #f7fcff;
|
|
padding: 30px 20px;
|
|
}
|
|
.woo-import-popup-body #TB_window #TB_ajaxContent:before {
|
|
content: "";
|
|
width: 115%;
|
|
display: block;
|
|
background: #4bcffa;
|
|
position: absolute;
|
|
height: 130%;
|
|
z-index: 0;
|
|
left: -36%;
|
|
top: -85px;
|
|
-webkit-transform: rotate(115deg);
|
|
transform: rotate(115deg);
|
|
}
|
|
.woo-import-popup-body #TB_window #TB_ajaxContent table {
|
|
border: none;
|
|
position: relative;
|
|
z-index: 1;
|
|
border-radius: 3px;
|
|
text-align: center;
|
|
padding: 20px;
|
|
box-shadow: 0px 12px 20px -17px #000;
|
|
}
|
|
.woo-import-popup-body #TB_window #TB_ajaxContent table input {
|
|
width: 60%;
|
|
}
|
|
.woo-import-popup-body #TB_window #TB_ajaxContent table input:focus {
|
|
outline: 2px solid #68b8f7;
|
|
}
|
|
.woo-import-popup-body #TB_window #TB_ajaxContent table input[type=file] {
|
|
padding: 3px 0;
|
|
cursor: pointer;
|
|
}
|
|
.woo-import-popup-body #TB_window #TB_ajaxContent table input[type=text] {
|
|
border-radius: 25px;
|
|
font-size: 14px;
|
|
padding: 1px 20px;
|
|
text-align: center;
|
|
}
|
|
.woo-import-popup-body #TB_window #TB_ajaxContent table input[type=submit] {
|
|
background: #17c0eb;
|
|
border-radius: 25px;
|
|
border: 0;
|
|
box-shadow: 1px 4px 7px -3px #45364a;
|
|
font-weight: 600;
|
|
transition: 0.3s ease;
|
|
}
|
|
.woo-import-popup-body #TB_window #TB_ajaxContent table input[type=submit]:hover {
|
|
-webkit-transform: translateY(-2px);
|
|
transform: translateY(-2px);
|
|
}
|
|
|
|
/* Woo Feed Notice Style */
|
|
.woo-feed-notice {
|
|
position: relative;
|
|
}
|
|
.woo-feed-notice .woo-feed-review-notice-logo {
|
|
width: 90px;
|
|
height: 90px;
|
|
float: left;
|
|
margin-right: 5px;
|
|
background: url("../images/woo-feed-logo.svg") no-repeat;
|
|
}
|
|
.woo-feed-notice .woo-feed-review-btn-dismiss {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-line-pack: center;
|
|
align-content: center;
|
|
position: absolute;
|
|
top: 7px;
|
|
right: 7px;
|
|
background: transparent;
|
|
border: none;
|
|
cursor: pointer;
|
|
}
|
|
.woo-feed-notice .woo-feed-review-btn-dismiss span {
|
|
line-height: 18px;
|
|
}
|
|
.woo-feed-notice .woo-feed-review-btn-dismiss:before {
|
|
background: 0 0;
|
|
color: #787c82;
|
|
content: "\f153";
|
|
display: block;
|
|
font: normal 16px/20px dashicons;
|
|
speak: never;
|
|
height: 20px;
|
|
text-align: center;
|
|
width: 20px;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
.woo-feed-notice .woo-feed-review-btn-dismiss:hover:before {
|
|
color: #d63638;
|
|
}
|
|
|
|
/* Status Page Style */
|
|
.woo-feed-status-table-wrapper .woo-feed-status-table {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
border-collapse: collapse;
|
|
border-spacing: 0.5rem;
|
|
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
|
|
}
|
|
.woo-feed-status-table-wrapper .woo-feed-status-table tr:nth-child(even) {
|
|
background: #f1f1f1;
|
|
}
|
|
.woo-feed-status-table-wrapper .woo-feed-status-table tr:nth-child(odd) {
|
|
background: #fafafc;
|
|
}
|
|
.woo-feed-status-table-wrapper .woo-feed-status-table tr th {
|
|
background: #353b48;
|
|
color: #fff;
|
|
}
|
|
.woo-feed-status-table-wrapper .woo-feed-status-table tr th.woo-feed-status-message-header {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.woo-feed-status-table-wrapper .woo-feed-status-table tr th.woo-feed-status-message-header #woo-feed-copy-status-btn {
|
|
background: linear-gradient(125deg, #3cb0fd 0, #6c5ce7 140%);
|
|
border: none;
|
|
}
|
|
.woo-feed-status-table-wrapper .woo-feed-status-table tr th,
|
|
.woo-feed-status-table-wrapper .woo-feed-status-table tr td {
|
|
padding: 0.5rem 20px;
|
|
text-align: left;
|
|
}
|
|
.woo-feed-status-table-wrapper .woo-feed-status-table tr td.woo-feed-status-page-btn-group {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.woo-feed-status-table-wrapper .woo-feed-status-table tr td.woo-feed-status-page-btn-group .wf_clean_cache_wrapper {
|
|
margin: initial;
|
|
}
|
|
.woo-feed-status-table-wrapper .woo-feed-status-table tr td.woo-feed-status-page-btn-group button,
|
|
.woo-feed-status-table-wrapper .woo-feed-status-table tr td.woo-feed-status-page-btn-group input[type=button] {
|
|
height: 38px;
|
|
padding: 0 30px;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
border: none;
|
|
outline: 0;
|
|
}
|
|
|
|
input[id^=woo_feed_identifier_] {
|
|
display: block;
|
|
width: 100% !important;
|
|
}
|
|
|
|
#taxonomy-woo-feed-brand #newwoo-feed-brand_parent,
|
|
.taxonomy-woo-feed-brand .form-field.term-parent-wrap {
|
|
display: none;
|
|
}
|
|
|
|
.wapk-admin .switch {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 55px;
|
|
height: 28px;
|
|
}
|
|
.wapk-admin .switch input {
|
|
opacity: 0;
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
.wapk-admin .slider {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background-color: #ccc;
|
|
transition: 0.4s;
|
|
}
|
|
.wapk-admin .slider:before {
|
|
position: absolute;
|
|
content: "";
|
|
height: 20px;
|
|
width: 20px;
|
|
left: 4px;
|
|
bottom: 4px;
|
|
background-color: white;
|
|
transition: 0.4s;
|
|
}
|
|
.wapk-admin input:checked + .slider {
|
|
background: linear-gradient(125deg, #3cb0fd 0, #6c5ce7 140%);
|
|
}
|
|
.wapk-admin input:focus + .slider {
|
|
box-shadow: 0 0 1px #2196f3;
|
|
}
|
|
.wapk-admin input:checked + .slider:before {
|
|
-webkit-transform: translateX(26px);
|
|
transform: translateX(26px);
|
|
}
|
|
.wapk-admin .slider.round {
|
|
border-radius: 34px;
|
|
}
|
|
.wapk-admin .slider.round:before {
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.woo-feed-category-mapping-config-table {
|
|
position: relative;
|
|
}
|
|
.woo-feed-category-mapping-config-table .woo-feed-cat-map-spinner {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
background: rgba(235, 235, 235, 0.9);
|
|
z-index: 999;
|
|
padding-top: 250px;
|
|
}
|
|
|
|
span[id*=cat-map-] {
|
|
cursor: pointer;
|
|
position: relative;
|
|
top: 5px;
|
|
}
|
|
|
|
.woo-feed-widget-banner {
|
|
background-color: #2282df;
|
|
color: white;
|
|
padding: 6px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.woo-feed-widget-banner-image {
|
|
text-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.woo-feed-widget-banner-image img {
|
|
height: 65px;
|
|
width: 175px;
|
|
}
|
|
|
|
.woo-feed-widget-banner-heading {
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
margin-left: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
.woo-feed-widget-banner-list {
|
|
width: 100%;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-bottom: 5px;
|
|
gap: 10px;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.woo-feed-widget-item {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
gap: 3px;
|
|
}
|
|
|
|
.woo-feed-widget-item div {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.woo-feed-widget-footer {
|
|
padding-bottom: 5px;
|
|
}
|
|
.woo-feed-widget-footer .woo-feed-widget-button {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.woo-feed-widget-footer .woo-feed-widget-button a {
|
|
color: black;
|
|
text-decoration: none;
|
|
background-color: #fcc128;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
border: none;
|
|
font-size: 13px;
|
|
font-weight: 600;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
gap: 3px;
|
|
padding: 8px;
|
|
white-space: nowrap;
|
|
}
|
|
.woo-feed-widget-footer .woo-feed-widget-button a:hover {
|
|
background-color: #f2ae01;
|
|
}
|
|
|
|
@media only screen and (max-width: 1799px) and (min-width: 1606px) {
|
|
.woo-feed-widget-banner-list {
|
|
font-size: 15px;
|
|
}
|
|
.woo-feed-widget-banner-heading {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 1499px) and (min-width: 1200px) {
|
|
.woo-feed-widget-banner-list {
|
|
font-size: 17px;
|
|
}
|
|
.woo-feed-widget-banner-heading {
|
|
font-size: 18px;
|
|
}
|
|
.woo-feed-widget-footer .woo-feed-widget-button a {
|
|
padding: 12px;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 2240px) {
|
|
.woo-feed-widget-list-item {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.woo-feed-widget-list-item ul li {
|
|
font-size: 15px;
|
|
}
|
|
.woo-feed-widget-banner-heading {
|
|
font-size: 16px;
|
|
}
|
|
.woo-feed-widget-footer {
|
|
font-size: 15px;
|
|
}
|
|
.woo-feed-widget-footer a {
|
|
font-size: 15px;
|
|
padding: 8px 15px;
|
|
}
|
|
.woo-feed-widget-footer span {
|
|
font-size: 15px;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
.woo-feed-our-plugin {
|
|
font-weight: bold;
|
|
color: #FEF3F2;
|
|
}
|
|
|
|
.our_plugin_main_container {
|
|
padding-top: 25px;
|
|
padding-right: 40px;
|
|
padding-bottom: 30px;
|
|
padding-left: 40px;
|
|
background-color: #fffbf2;
|
|
margin-left: -19px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.our_plugin_container {
|
|
margin: 0px;
|
|
position: relative;
|
|
}
|
|
.our_plugin_container .our_plugin_plus_1 {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 73px;
|
|
opacity: 0.5;
|
|
}
|
|
.our_plugin_container .our_plugin_plus_2 {
|
|
position: absolute;
|
|
top: 64px;
|
|
right: 0;
|
|
opacity: 0.5;
|
|
}
|
|
.our_plugin_container .our_plugin_circle_1 {
|
|
position: absolute;
|
|
top: 109px;
|
|
right: 34px;
|
|
z-index: 50;
|
|
opacity: 0.5;
|
|
}
|
|
.our_plugin_container .our_plugin_circle_2 {
|
|
position: absolute;
|
|
top: 109px;
|
|
left: 274px;
|
|
z-index: 50;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.our_plugin_title {
|
|
font-weight: 700;
|
|
font-size: 30px;
|
|
color: #1D2327;
|
|
}
|
|
|
|
.our_plugin_description {
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
line-height: 32px;
|
|
color: #1D2327;
|
|
margin-top: 14px;
|
|
}
|
|
|
|
.our_plugin_main_card {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
gap: 0px 41px;
|
|
margin-top: 28px;
|
|
}
|
|
|
|
.our_plugin_card_one {
|
|
width: 50%;
|
|
position: relative;
|
|
z-index: 100;
|
|
background-color: white;
|
|
padding: 38px 31px 37px 39px;
|
|
box-shadow: 0px 1.178px 9.427px 0px rgba(110, 110, 110, 0.1);
|
|
border-radius: 18.85px;
|
|
-webkit-border-radius: 18.85px;
|
|
-moz-border-radius: 18.85px;
|
|
-ms-border-radius: 18.85px;
|
|
-o-border-radius: 18.85px;
|
|
}
|
|
.our_plugin_card_one .our_plugin_card_one_top {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
.our_plugin_card_one .our_plugin_card_one_top .our_plugin_card_one_top_image {
|
|
padding: 15px 16px;
|
|
background-color: #EFEFEF;
|
|
border-radius: 8.25px;
|
|
-webkit-border-radius: 8.25px;
|
|
-moz-border-radius: 8.25px;
|
|
-ms-border-radius: 8.25px;
|
|
-o-border-radius: 8.25px;
|
|
}
|
|
.our_plugin_card_one .our_plugin_card_one_top .our_plugin_card_one_top_review {
|
|
text-align: end;
|
|
}
|
|
.our_plugin_card_one .our_plugin_card_one_top .our_plugin_card_one_top_review h3 {
|
|
color: #424242;
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
letter-spacing: -0.589px;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.our_plugin_card_one .our_plugin_card_one_top .our_plugin_card_one_top_review h3 a {
|
|
color: #0779F5;
|
|
text-decoration: none;
|
|
}
|
|
.our_plugin_card_one .our_plugin_card_one_top .our_plugin_card_one_top_review h3 a:focus {
|
|
box-shadow: 0 0 0 2px transparent;
|
|
}
|
|
.our_plugin_card_one .our_plugin_card_one_top .our_plugin_card_one_top_review span {
|
|
color: #FBC02D;
|
|
}
|
|
.our_plugin_card_one .our_plugin_card_one_top .our_plugin_card_one_top_review .rating_section {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-top: -10px;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.our_plugin_card_one .our_plugin_card_one_top .our_plugin_card_one_top_review .rating {
|
|
color: #0779F5;
|
|
font-size: 16px;
|
|
}
|
|
.our_plugin_card_one .our_plugin_card_one_middle {
|
|
margin-top: 33px;
|
|
}
|
|
.our_plugin_card_one .our_plugin_card_one_middle h3 {
|
|
color: #424242;
|
|
font-size: 26px;
|
|
font-weight: 700;
|
|
line-height: 35px;
|
|
}
|
|
.our_plugin_card_one .our_plugin_card_one_middle h3 span {
|
|
color: #59C1E8;
|
|
}
|
|
.our_plugin_card_one .our_plugin_card_one_middle p {
|
|
margin-top: 24px;
|
|
color: #424242;
|
|
font-size: 17px;
|
|
font-weight: 400;
|
|
line-height: 24.157px;
|
|
}
|
|
.our_plugin_card_one .our_plugin_card_one_bottom {
|
|
margin-top: 36px;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.our_plugin_card_one .our_plugin_card_one_bottom .read_doc {
|
|
font-weight: 500;
|
|
font-size: 17px;
|
|
color: #28B5E1;
|
|
padding: 20px;
|
|
}
|
|
.our_plugin_card_one .our_plugin_card_one_bottom .read_doc:focus {
|
|
box-shadow: 0 0 0 2px transparent;
|
|
}
|
|
|
|
.install_now {
|
|
cursor: pointer;
|
|
border: transparent;
|
|
color: #FFF;
|
|
text-align: center;
|
|
font-size: 16.497px;
|
|
font-weight: 600;
|
|
line-height: 23.568px;
|
|
padding: 6.85px 14px;
|
|
border-radius: 9.427px;
|
|
background: linear-gradient(0deg, #0496FF 0%, #28B5E0 100%);
|
|
}
|
|
|
|
.installed {
|
|
cursor: default;
|
|
border: transparent;
|
|
color: #FFF;
|
|
text-align: center;
|
|
font-size: 16.497px;
|
|
font-weight: 600;
|
|
line-height: 23.568px;
|
|
padding: 6.85px 14px;
|
|
border-radius: 9.427px;
|
|
background: linear-gradient(0deg, #0496FF 0%, #28B5E0 100%);
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.our_plugin_card_two {
|
|
position: relative;
|
|
z-index: 100;
|
|
width: 50%;
|
|
background-color: white;
|
|
padding: 38px 31px 30px 39px;
|
|
box-shadow: 0px 1.178px 9.427px 0px rgba(110, 110, 110, 0.1);
|
|
border-radius: 18.85px;
|
|
-webkit-border-radius: 18.85px;
|
|
-moz-border-radius: 18.85px;
|
|
-ms-border-radius: 18.85px;
|
|
-o-border-radius: 18.85px;
|
|
}
|
|
.our_plugin_card_two .our_plugin_kon_icon {
|
|
position: absolute;
|
|
right: -40px;
|
|
bottom: 149px;
|
|
opacity: 0.5;
|
|
}
|
|
.our_plugin_card_two .our_plugin_card_two_top {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
.our_plugin_card_two .our_plugin_card_two_top .our_plugin_card_two_top_image {
|
|
padding: 15px 16px;
|
|
background-color: #EFEFEF;
|
|
border-radius: 8.25px;
|
|
-webkit-border-radius: 8.25px;
|
|
-moz-border-radius: 8.25px;
|
|
-ms-border-radius: 8.25px;
|
|
-o-border-radius: 8.25px;
|
|
}
|
|
.our_plugin_card_two .our_plugin_card_two_top .our_plugin_card_two_top_review {
|
|
text-align: end;
|
|
}
|
|
.our_plugin_card_two .our_plugin_card_two_top .our_plugin_card_two_top_review h3 {
|
|
color: #424242;
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
letter-spacing: -0.589px;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.our_plugin_card_two .our_plugin_card_two_top .our_plugin_card_two_top_review h3 a {
|
|
color: #0779F5;
|
|
text-decoration: none;
|
|
}
|
|
.our_plugin_card_two .our_plugin_card_two_top .our_plugin_card_two_top_review h3 a:focus {
|
|
box-shadow: 0 0 0 2px transparent;
|
|
}
|
|
.our_plugin_card_two .our_plugin_card_two_top .our_plugin_card_two_top_review span {
|
|
color: #FBC02D;
|
|
}
|
|
.our_plugin_card_two .our_plugin_card_two_top .our_plugin_card_two_top_review .rating_section_two {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-top: -10px;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.our_plugin_card_two .our_plugin_card_two_top .our_plugin_card_two_top_review .rating {
|
|
color: #0779F5;
|
|
font-size: 16px;
|
|
}
|
|
.our_plugin_card_two .our_plugin_card_two_middle {
|
|
margin-top: 33px;
|
|
}
|
|
.our_plugin_card_two .our_plugin_card_two_middle h3 {
|
|
color: #424242;
|
|
font-size: 26px;
|
|
font-weight: 700;
|
|
line-height: 35px;
|
|
}
|
|
.our_plugin_card_two .our_plugin_card_two_middle h3 span {
|
|
color: #0BC88A;
|
|
}
|
|
.our_plugin_card_two .our_plugin_card_two_middle p {
|
|
margin-top: 24px;
|
|
color: #424242;
|
|
font-size: 17px;
|
|
font-weight: 400;
|
|
line-height: 24.157px;
|
|
}
|
|
.our_plugin_card_two .our_plugin_card_two_bottom {
|
|
margin-top: 36px;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.our_plugin_card_two .our_plugin_card_two_bottom .read_doc {
|
|
font-weight: 500;
|
|
font-size: 17px;
|
|
color: #28B5E1;
|
|
padding: 20px;
|
|
}
|
|
.our_plugin_card_two .our_plugin_card_two_bottom .read_doc:focus {
|
|
box-shadow: 0 0 0 2px transparent;
|
|
}
|
|
|
|
.about_us_images {
|
|
position: relative;
|
|
}
|
|
.about_us_images .our_plugin_circle_3 {
|
|
position: absolute;
|
|
top: -42px;
|
|
left: 0;
|
|
opacity: 0.5;
|
|
z-index: 50;
|
|
}
|
|
.about_us_images .our_plugin_multiplication {
|
|
position: absolute;
|
|
right: 513px;
|
|
top: -20px;
|
|
opacity: 0.5;
|
|
z-index: 50;
|
|
}
|
|
.about_us_images .our_plugin_dottet {
|
|
position: absolute;
|
|
top: 23px;
|
|
right: -85px;
|
|
opacity: 0.5;
|
|
z-index: 50;
|
|
}
|
|
.about_us_images .our_plugin_kon_2 {
|
|
position: absolute;
|
|
bottom: 194px;
|
|
left: -12px;
|
|
opacity: 0.5;
|
|
z-index: 50;
|
|
}
|
|
|
|
.about_us {
|
|
margin-top: 28px;
|
|
background-color: white;
|
|
padding: 31px 42px 58px 38px;
|
|
box-shadow: 0px 1.178px 9.427px 0px rgba(110, 110, 110, 0.1);
|
|
border-radius: 18.85px;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
gap: 0px 54px;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
position: relative;
|
|
z-index: 100;
|
|
}
|
|
|
|
.about_us_text h3 {
|
|
font-weight: 700;
|
|
font-size: 30px;
|
|
color: #000000;
|
|
}
|
|
.about_us_text .about_us_text_1 {
|
|
font-weight: 400;
|
|
font-size: 20px;
|
|
line-height: 28px;
|
|
color: #424242;
|
|
}
|
|
.about_us_text .about_us_text_1 span {
|
|
font-weight: bold;
|
|
}
|
|
.about_us_text .about_us_text_2 {
|
|
margin-top: 20px;
|
|
font-weight: 400;
|
|
font-size: 20px;
|
|
line-height: 28px;
|
|
color: #424242;
|
|
}
|
|
.about_us_text .about_us_text_2 span {
|
|
font-weight: bold;
|
|
}
|
|
.about_us_text .about_us_text_3 {
|
|
margin-top: 20px;
|
|
font-weight: 400;
|
|
font-size: 20px;
|
|
line-height: 28px;
|
|
color: #424242;
|
|
}
|
|
.about_us_text .about_us_text_3 a {
|
|
font-weight: bold;
|
|
color: #006BDE;
|
|
text-decoration: none;
|
|
}
|
|
.about_us_text .about_us_text_3 a:focus {
|
|
box-shadow: 0 0 0 2px transparent;
|
|
}
|
|
.about_us_text .about_us_img {
|
|
width: 100%;
|
|
}
|
|
|
|
/* 1024px and below */
|
|
@media (max-width: 1024px) {
|
|
.our_plugin_main_container {
|
|
padding-top: 25px;
|
|
padding-right: 0px;
|
|
padding-bottom: 30px;
|
|
padding-left: 18px;
|
|
}
|
|
.our_plugin_container {
|
|
margin: 0px;
|
|
position: relative;
|
|
}
|
|
.our_plugin_container .our_plugin_plus_1 {
|
|
top: 26px;
|
|
}
|
|
.our_plugin_container .our_plugin_plus_2 {
|
|
top: 164px;
|
|
}
|
|
.our_plugin_container .our_plugin_circle_1 {
|
|
top: 202px;
|
|
right: 34px;
|
|
}
|
|
.our_plugin_container .our_plugin_circle_2 {
|
|
top: 200px;
|
|
left: 174px;
|
|
}
|
|
.our_plugin_main_card {
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
gap: 20px;
|
|
}
|
|
.our_plugin_card_one,
|
|
.our_plugin_card_two {
|
|
width: 100%;
|
|
}
|
|
.about_us {
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
gap: 20px;
|
|
}
|
|
}
|
|
/* 992px and below */
|
|
@media (max-width: 992px) {
|
|
.our_plugin_container {
|
|
margin: 0px 30px 0 10px;
|
|
}
|
|
.about_us {
|
|
margin: 25px 10px 0 -10px;
|
|
padding: 30px 20px 50px;
|
|
}
|
|
.our_plugin_title {
|
|
font-size: 28px;
|
|
line-height: 32px;
|
|
}
|
|
.our_plugin_description {
|
|
font-size: 20px;
|
|
line-height: 30px;
|
|
}
|
|
.our_plugin_card_one,
|
|
.our_plugin_card_two {
|
|
padding: 20px;
|
|
}
|
|
.our_plugin_card_one_middle h3,
|
|
.our_plugin_card_two_middle h3 {
|
|
font-size: 24px;
|
|
}
|
|
.our_plugin_card_one_middle p,
|
|
.our_plugin_card_two_middle p {
|
|
font-size: 18px;
|
|
}
|
|
.install_now {
|
|
font-size: 16px;
|
|
padding: 8px 15px;
|
|
}
|
|
.about_us_text h3 {
|
|
font-size: 28px;
|
|
}
|
|
.about_us_text_1,
|
|
.about_us_text_2,
|
|
.about_us_text_3 {
|
|
font-size: 20px;
|
|
line-height: 28px;
|
|
}
|
|
}
|
|
/* 768px and below */
|
|
@media (max-width: 768px) {
|
|
.our_plugin_container {
|
|
margin: 0px 35px 0 25px;
|
|
}
|
|
.about_us {
|
|
margin: 28px 10px 0 0;
|
|
padding: 31px 24px 58px;
|
|
}
|
|
.our_plugin_title {
|
|
font-size: 26px;
|
|
line-height: 30px;
|
|
}
|
|
.our_plugin_description {
|
|
font-size: 18px;
|
|
line-height: 28px;
|
|
}
|
|
.our_plugin_card_one,
|
|
.our_plugin_card_two {
|
|
padding: 25px;
|
|
}
|
|
.our_plugin_card_one_middle h3,
|
|
.our_plugin_card_two_middle h3 {
|
|
font-size: 22px;
|
|
}
|
|
.our_plugin_card_one_middle p,
|
|
.our_plugin_card_two_middle p {
|
|
font-size: 16px;
|
|
}
|
|
.install_now {
|
|
font-size: 14px;
|
|
padding: 6px 12px;
|
|
}
|
|
.about_us_text h3 {
|
|
font-size: 26px;
|
|
}
|
|
.about_us_text_1,
|
|
.about_us_text_2,
|
|
.about_us_text_3 {
|
|
font-size: 18px;
|
|
line-height: 26px;
|
|
}
|
|
}
|
|
/* 480px and below */
|
|
@media (max-width: 480px) {
|
|
.our_plugin_title {
|
|
font-size: 22px;
|
|
}
|
|
.our_plugin_description {
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
}
|
|
.our_plugin_card_one,
|
|
.our_plugin_card_two {
|
|
padding: 20px;
|
|
}
|
|
.our_plugin_card_one_middle h3,
|
|
.our_plugin_card_two_middle h3 {
|
|
font-size: 20px;
|
|
}
|
|
.our_plugin_card_one_middle p,
|
|
.our_plugin_card_two_middle p {
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
}
|
|
.install_now {
|
|
font-size: 12px;
|
|
padding: 5px 10px;
|
|
}
|
|
.about_us_text h3 {
|
|
font-size: 22px;
|
|
}
|
|
.about_us_text_1,
|
|
.about_us_text_2,
|
|
.about_us_text_3 {
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
}
|
|
}
|
|
/* iPad Mini & iPad Air (Portrait & Landscape) */
|
|
@media (min-width: 768px) and (max-width: 834px) {
|
|
.our_plugin_container {
|
|
margin: 0 42px 0 31px;
|
|
}
|
|
.about_us {
|
|
margin: 30px 10px 0 0;
|
|
padding: 35px 25px 60px;
|
|
}
|
|
.our_plugin_title {
|
|
font-size: 28px;
|
|
line-height: 32px;
|
|
}
|
|
.our_plugin_description {
|
|
font-size: 20px;
|
|
line-height: 30px;
|
|
}
|
|
.our_plugin_card_one,
|
|
.our_plugin_card_two {
|
|
padding: 30px;
|
|
}
|
|
.our_plugin_card_one_middle h3,
|
|
.our_plugin_card_two_middle h3 {
|
|
font-size: 26px;
|
|
}
|
|
.our_plugin_card_one_middle p,
|
|
.our_plugin_card_two_middle p {
|
|
font-size: 18px;
|
|
line-height: 28px;
|
|
}
|
|
.install_now {
|
|
font-size: 16px;
|
|
padding: 10px 20px;
|
|
}
|
|
.about_us_text h3 {
|
|
font-size: 28px;
|
|
}
|
|
.about_us_text_1,
|
|
.about_us_text_2,
|
|
.about_us_text_3 {
|
|
font-size: 20px;
|
|
line-height: 28px;
|
|
}
|
|
}
|
|
/* iPad Pro 11-inch (Portrait & Landscape) */
|
|
@media (min-width: 835px) and (max-width: 1023px) {
|
|
.our_plugin_main_card {
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
gap: 25px;
|
|
}
|
|
.our_plugin_card_one,
|
|
.our_plugin_card_two {
|
|
width: 48%;
|
|
}
|
|
.our_plugin_container {
|
|
margin: 0px 50px;
|
|
}
|
|
.about_us {
|
|
margin: 35px 20px;
|
|
padding: 40px 30px 70px;
|
|
}
|
|
.our_plugin_title {
|
|
font-size: 30px;
|
|
line-height: 34px;
|
|
}
|
|
.our_plugin_description {
|
|
font-size: 22px;
|
|
line-height: 32px;
|
|
}
|
|
.our_plugin_card_one_middle h3,
|
|
.our_plugin_card_two_middle h3 {
|
|
font-size: 28px;
|
|
}
|
|
.our_plugin_card_one_middle p,
|
|
.our_plugin_card_two_middle p {
|
|
font-size: 20px;
|
|
}
|
|
.install_now {
|
|
font-size: 18px;
|
|
padding: 12px 22px;
|
|
}
|
|
.about_us_text h3 {
|
|
font-size: 30px;
|
|
}
|
|
.about_us_text_1,
|
|
.about_us_text_2,
|
|
.about_us_text_3 {
|
|
font-size: 22px;
|
|
line-height: 30px;
|
|
}
|
|
}
|
|
/* iPad Pro 12.9-inch (Landscape) */
|
|
@media (min-width: 1024px) and (max-width: 1366px) {
|
|
.our_plugin_main_card {
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
gap: 30px;
|
|
}
|
|
.our_plugin_card_two {
|
|
padding: 50px 31px 43px 39px;
|
|
}
|
|
.our_plugin_container {
|
|
margin: 0px 15px 0px 0px;
|
|
}
|
|
.about_us {
|
|
margin: 40px 15px 40px 0px;
|
|
padding: 45px 35px 80px;
|
|
}
|
|
.our_plugin_title {
|
|
font-size: 32px;
|
|
line-height: 36px;
|
|
}
|
|
.our_plugin_description {
|
|
font-size: 24px;
|
|
line-height: 34px;
|
|
}
|
|
.our_plugin_card_one_middle h3,
|
|
.our_plugin_card_two_middle h3 {
|
|
font-size: 30px;
|
|
}
|
|
.our_plugin_card_one_middle p,
|
|
.our_plugin_card_two_middle p {
|
|
font-size: 22px;
|
|
}
|
|
.install_now {
|
|
font-size: 20px;
|
|
padding: 14px 24px;
|
|
}
|
|
.about_us_text h3 {
|
|
font-size: 32px;
|
|
}
|
|
.about_us_text_1,
|
|
.about_us_text_2,
|
|
.about_us_text_3 {
|
|
font-size: 24px;
|
|
line-height: 32px;
|
|
}
|
|
}
|
|
/* Basic styling for the div */
|
|
.woo-feed-widget-banner-disco {
|
|
background-image: url("../images/disco/disco_720.png");
|
|
aspect-ratio: 720/250;
|
|
height: auto;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
color: white;
|
|
text-align: center;
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
/* Media query for laptop devices */
|
|
@media (min-width: 1024px) {
|
|
.woo-feed-widget-banner-disco {
|
|
background-image: url("../images/disco/disco_360.png");
|
|
aspect-ratio: 360/250;
|
|
}
|
|
}
|
|
/* Media query for large laptop devices */
|
|
@media (min-width: 1440px) {
|
|
.woo-feed-widget-banner-disco {
|
|
background-image: url("../images/disco/disco_580.png");
|
|
aspect-ratio: 580/270;
|
|
}
|
|
}
|
|
/* Basic styling for the div */
|
|
.woo-feed-widget-banner-disco-free {
|
|
background-image: url("../images/disco/disco_720.png");
|
|
aspect-ratio: 720/250;
|
|
height: auto;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
color: white;
|
|
text-align: center;
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
/* Media query for laptop devices */
|
|
@media (min-width: 1024px) {
|
|
.woo-feed-widget-banner-disco-free {
|
|
background-image: url("../images/disco/disco_360.png");
|
|
aspect-ratio: 360/250;
|
|
}
|
|
}
|
|
/* Media query for large laptop devices */
|
|
@media (min-width: 1440px) {
|
|
.woo-feed-widget-banner-disco-free {
|
|
background-image: url("../images/disco/disco_580.png");
|
|
aspect-ratio: 580/270;
|
|
}
|
|
} |