first commit

This commit is contained in:
2024-07-15 11:28:08 +02:00
commit f52d538ea5
21891 changed files with 6161164 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
// Editor colors
$editor-darkest:#495157;
$editor-darker: #556068;
$editor-dark: #6d7882;
$editor-light: #a4afb7;
$editor-lighter: #c2cbd2;
$editor-lightest: #d5dadf;
$editor-accent: #9b0a46;
$editor-background: #e6e9ec;
$editor-background-light: #f1f3f5;
$editor-orange: #fcb92c;
$editor-danger: #f00;
$editor-warning: #b01b1b;
$editor-success: #39b54a;
$editor-info: #71d7f7;
// Panel style
$panel-top-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
$panel-bottom-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
$ui_success_color: #3ba956;

View File

@@ -0,0 +1,354 @@
@import "variables";
$link-color: #298ffc;
$text-color: #23282d;
.jet-core-dashboard {
.cx-tab.cx-tab--vertical {
padding: 0;
> .cx-tab__body {
.cx-tab__button {
color: $text-color;
display: block;
box-sizing: border-box;
order: 0;
flex: 0 1 100%;
align-self: auto;
padding: 8px 15px;
border: 0;
background: none;
cursor: pointer;
position: relative;
text-align: left;
transition: all 150ms linear;
display: flex;
align-items: center;
outline: none;
border: none;
box-shadow: none;
&.active{
&:after {
display: none;
}
}
.cx-tab__title {
font-weight: 600;
font-size: 14px;
line-height: 19px;
margin: 0;
transition: all 150ms linear;
}
.cx-tab__icon {
transition: all 150ms linear;
margin: 0 10px 0 0;
color: #c4ccd7;
}
& + .cx-tab__button {
&:before {
display: none;
}
}
}
.cx-tab__button:hover,
.cx-tab__button.active {
background: #f6f7f9;
.cx-tab__icon,
.cx-tab__title {
color: $link-color;
}
}
> .cx-tab__tabs {
flex: 0 1 12%;
padding: 20px;
}
> .cx-tab__content {
flex: 0 1 88%;
padding: 20px;
.cx-component {
padding: 0;
}
}
}
}
.jet-core-license {
&__form {
display: flex;
align-items: center;
padding: 15px 0;
}
&__input {
min-width: 250px;
margin: 0 10px 0 0;
outline: none;
}
&__status {
font-weight: bold;
&.status-success {
color: $ui_success_color;
}
}
label {
padding: 10px 0 5px;
display: block;
font-weight: bold;
}
}
.cx-button {
outline: none;
}
.cx-button-success-style:hover,
.cx-button-primary-style:hover {
color: #fff;
}
.jet-plugins-actions {
padding: 0 0 25px;
.cx-button {
margin: 0 10px 0 0;
}
}
.jet-plugin {
display: flex;
align-items: flex-start;
padding: 25px 0;
border-top: 1px solid rgba( 0, 0, 0, 0.1 );
&:last-child {
padding-bottom: 10px;
}
&.jet-core {
border-top: none;
padding-top: 0;
}
&__thumb {
display: block;
margin-right: 20px;
}
&__title {
margin: 0 0 5px;
font-size: 16px;
color: $text-color;
font-weight: 500;
}
&__version {
color: $text-color;
b {
font-weight: normal;
}
}
&__actions {
padding: 5px 0 0 0;
a + a {
margin: 0 0 0 15px;
}
}
&__errors {
color: red;
}
}
.jet-theme {
padding: 0 0 25px;
border-bottom: 1px solid rgba( 0, 0, 0, .1 );
margin: 0 0 20px;
max-width: 600px;
&__content {
display: flex;
flex-wrap: wrap;
}
&__thumb {
width: 600px;
height: auto;
display: block;
border: 1px solid rgba( 0, 0, 0, .1 );
margin: 0 0 25px;
}
&__name {
font-size: 16px;
font-weight: 500;
margin: 0 0 15px;
flex: 0 0 100%;
max-width: 100%;
}
&__status {
margin: 0 8px 0 0;
}
&__version {
display: flex;
&-val {
margin: 0 8px 0 0;
}
}
}
.jet-child-theme {
padding: 0 0 25px;
border-bottom: 1px solid rgba( 0, 0, 0, .1 );
max-width: 600px;
&__name {
font-size: 16px;
font-weight: 500;
margin: 0 0 15px;
}
}
.cx-control {
padding: 25px 0 20px;
}
.tab-theme {
.cx-control {
max-width: 600px;
.cx-control__info {
flex: 0 1 70%;
}
.cx-control__content {
flex: 0 1 30%;
overflow: hidden;
.cx-ui-container {
float: right;
}
}
}
}
.jet_core_create_backup {
padding: 30px 0 0 0;
}
.jet-backups {
padding: 15px 0 0 0;
max-width: 600px;
table {
border-collapse: collapse;
tr {
padding: 0;
margin: 0;
}
thead {
th {
padding: 4px 10px;
font-weight: 500;
font-size: 13px;
line-height: 20px;
text-align: left;
}
}
tbody {
td {
padding: 4px 10px;
font-size: 13px;
line-height: 20px;
}
tr:nth-child(odd) {
background: #f6f7f9;
}
}
}
.jet-backups-file {
width: 190px;
}
.jet-backups-date {
width: 220px;
}
.jet-backups-actions {
width: 170px;
a + a {
margin: 0 0 0 10px;
}
}
}
.jet-skins-actions {
padding: 0 0 10px 0;
a + a {
margin: 0 0 0 10px;
}
}
.jet-skins {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
}
.jet-skin {
padding: 10px;
flex: 0 0 290px;
max-width: 290px;
&__wrap {
border: 1px solid rgba( 0, 0, 0, .1 );
padding: 20px;
}
&__thumb {
display: block;
&-img {
display: block;
width: 100%;
height: auto;
}
}
&__title {
margin: 10px 0 15px;
font-size: 16px;
font-weight: 500;
}
&__actions {
display: flex;
justify-content: space-between;
.cx-button {
width: 70px;
text-align: center;
}
}
}
.jet-guide-title {
font-size: 16px;
font-weight: 500;
margin: 0 0 15px;
}
.jet-guide-content {
margin: 0 0 30px;
}
.jet-guide-links {
&__item {
border-top: 1px solid rgba( 0, 0, 0, .1 );
padding: 12px 0;
display: flex;
align-items: center;
justify-content: space-between;
max-width: 600px;
&:first-child {
border-top: none;
}
&:last-child {
padding-bottom: 0;
}
&-link {
width: 160px;
text-align: center;
padding-left: 0;
padding-right: 0;
}
&-desc {
display: flex;
align-items: center;
.dashicons {
margin: 0 10px 0 0;
opacity: .2;
}
}
}
}
}
.jet-install-wizard {
&__content {
padding: 0 0 20px;
}
}

View File

@@ -0,0 +1,4 @@
@import 'variables';
@import 'modules/templates-modal';
@import 'modules/templates-tabs';
@import 'modules/templates-filters';

View File

@@ -0,0 +1,203 @@
#jet-template-library-content {
display: flex;
height: calc( 100% - 20px );
.jet-filters-list {
width: 15%;
padding: 25px 10px 10px;
height: 100%;
overflow: auto;
}
.jet-templates-wrap {
width: 85%;
}
.jet-templates-list {
height: 100%;
overflow: auto;
}
.jet-keywords-list {
padding-left: 10px;
}
.jet-template-library-filter-label {
display: block;
position: relative;
text-align: left;
padding: 12px 0;
text-transform: uppercase;
input[type="radio"] {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: 0;
opacity: 0;
display: block;
width: 100%;
height: 100%;
}
&:hover span,
input:checked + span {
color: $editor-accent;
}
}
.jet-filter-item {
border-top: 1px solid #d5dadf;
&:first-child {
border-top: none;
}
}
&.library-tab-local {
.jet-filters-list {
display: none;
}
.jet-templates-wrap {
width: 100%;
}
.jet-template-library-template-insert {
padding: 5px 12px;
i {
margin-right: 2px;
}
span {
font-size: 11px;
}
}
.elementor-template-library-template-controls {
width: 120px;
}
.elementor-template-library-template-name {
width: 200px;
}
}
}
#jet-template-library-templates-container {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
.elementor-template-library-template {
position: relative;
}
.elementor-template-library-template-remote {
width: calc( 33.3333% - 30px );
margin: 15px;
}
#jet-template-library-content:not(.library-tab-local) & {
.elementor-template-library-template-controls {
position: absolute;
left: 0;
bottom: 0;
right: 0;
display: flex;
justify-content: space-between;
padding: 0 10px 9px 8px;
z-index: 10;
}
.jet-template-library-template-insert {
padding: 0;
margin: 0;
color: $editor-success;
background: none;
width: auto;
text-transform: none;
font-size: 12px;
&:hover {
box-shadow: none;
color: darken( $editor-success, 15% );
}
}
.elementor-template-library-template-name {
padding: 5px 0 0 0;
display: block !important;
}
.elementor-template-library-template-name-holder {
height: 23px;
}
.template-library-activate-license {
display: none;
color: $editor-orange;
font-size: 12px;
&:hover {
color: darken( $editor-orange, 15% );
}
}
.jet-clone-to-library {
background: none;
border: none;
padding: 0;
margin: 0;
color: $editor-accent;
cursor: pointer;
display: none;
font-size: 12px;
box-shadow: none;
outline: none;
font-weight: bold;
i {
margin: 0 2px 0 0;
font-size: 12px;
font-weight: normal;
}
&:hover {
color: darken( $editor-accent, 15% );
}
}
.elementor-template-library-template:hover {
.elementor-template-library-template-name {
opacity: 0;
}
}
}
.library-tab-jet_page & {
.elementor-template-library-template-remote {
width: calc( 25% - 20px );
margin: 10px;
&
.elementor-template-library-template-preview {
}
.elementor-template-library-template-action {
padding: 8px;
}
}
}
.jet-template-no-url {
.elementor-template-library-template-preview {
cursor: default !important;
opacity: 0 !important;
}
.fa-search-plus {
display: none !important;
}
}
.elementor-template-library-template:hover {
.jet-clone-to-library {
display: block !important;
}
.template-library-activate-license {
display: block !important;
}
}
}
.elementor-template-library-template-screenshot {
img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
}
}
#jet-template-library-preview {
img {
width: 100%;
max-width: 100%;
height: auto;
}
}

View File

@@ -0,0 +1,184 @@
#jet-template-library-modal {
.dialog-widget-content {
width: 90%;
max-width: 1200px;
background-color: $editor-background-light;
}
.dialog-widget-header,
.dialog-header {
padding: 0;
background-color: #fff;
box-shadow: $panel-bottom-shadow;
position: relative; // Show the shadow above the scrolled list
z-index: 1;
}
.dialog-buttons-wrapper {
display: none;
}
.dialog-message {
height: 630px;
max-height: 85vh;
overflow: auto;
padding: 15px;
}
a {
&,
&:hover {
color: inherit;
}
}
a.elementor-template-library-blank-footer-link {
transition: color .5s;
&:hover {
color: $editor-accent;
}
}
.elementor-button {
text-transform: uppercase;
}
::-webkit-scrollbar {
width: 6px;
height: 0;
border-radius: 3px;
}
::-webkit-scrollbar-button {
width: 0px;
height: 10px;
}
::-webkit-scrollbar-thumb {
background-color: #d5dadf;
border: 0px none #d5dadf;
border-radius: 0;
border-radius: 3px;
}
::-webkit-scrollbar-track {
border: 0px none #fff;
border-radius: 0;
}
::-webkit-scrollbar-corner {
background: transparent;
}
}
#jet-template-library-header {
display: flex;
justify-content: space-between;
.jet-template-library-back {
background: none;
border: none;
border-right: 1px solid $editor-background;
padding: 15px 20px 15px 15px;
line-height: 20px;
font-size: 13px;
font-weight: bold;
outline: none;
transition: all 200ms linear;
cursor: pointer;
color: $editor-dark;
&:not(:hover) {
color: $editor-light;
}
}
.elementor-button {
padding: 8px 10px;
margin: 9px 10px 0 0;
}
}
#jet-template-library-header-close-modal {
width: 45px;
border-left: 1px solid $editor-background;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 200ms linear;
i {
color: $editor-light;
font-size: 16px;
}
&:hover {
i {
color: $editor-dark;
}
}
}
#jet-template-library-header-actions {
.template-library-activate-license {
display: block;
margin: 17px 20px 0 0;
color: $editor-orange;
&:hover {
color: darken( $editor-orange, 15% );
}
}
}
#jet-template-library-modal {
.elementor-loader {
position: relative;
.elementor-loader-box:first-of-type {
left: 40px;
top: 40px;
width: 14px;
height: 70px;
}
.elementor-loader-box:not(:first-of-type) {
right: 40px;
height: 14px;
width: 42px;
}
.elementor-loader-box:nth-of-type(2) {
top: 40px;
}
.elementor-loader-box:nth-of-type(3) {
top: 68px;
}
.elementor-loader-box:nth-of-type(4) {
bottom: 40px;
}
}
.elementor-library-error {
margin: 18% 0 0 0;
&-message {
font-size: 18px;
padding: 0 0 20px;
}
&-link {
a {
display: inline-block;
color: #fff;
background-image: none;
background: $editor-orange;
font-size: 13px;
font-weight: normal;
font-style: normal;
text-transform: uppercase;
line-height: 1;
height: 40px;
line-height: 40px;
min-width: 170px;
padding: 0 20px;
border: none;
border-radius: 3px;
cursor: pointer;
-webkit-transition: all 0.5s;
transition: all 0.5s;
&:hover {
opacity: 0.85;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
}
}
}
}

View File

@@ -0,0 +1,41 @@
#jet-template-library-header {
min-height: 52px;
}
#jet-template-library-tabs-items {
.elementor-template-library-menu-item {
display: inline-block;
position: relative;
text-align: left;
padding: 0;
width: auto;
font-size: 13px;
color: $editor-dark;
input[type="radio"] {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: 0;
opacity: 0;
display: block;
width: 100%;
height: 100%;
}
span {
display: block;
padding: 20px 19px 16px 19px;
border-bottom: 3px solid transparent;
}
&:hover span,
input:checked + span {
background: #fafafa;
border-bottom: 3px solid $editor-accent;
}
}
}
#jet-template-library-header-tabs {
flex: 1 1 auto;
text-align: left;
}

View File

@@ -0,0 +1,76 @@
@import 'variables';
.jet-location-edit {
position: relative;
&__link {
position: absolute;
opacity: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
transition: opacity 200ms linear;
border: 4px solid $editor-info;
background: rgba( red( $editor-info ), green( $editor-info ), blue( $editor-info ), .2 );
color: #fff;
z-index: 99999;
cursor: pointer;
font-weight: 400;
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
&-content {
display: flex;
justify-content: center;
align-items: center;
background-image: linear-gradient(to bottom, darken($editor-info, 10%), $editor-info);
padding: 4px 15px 6px 10px;
}
.dashicons {
margin-right: 4px;
}
}
&:hover .jet-location-edit__link {
color: #fff;
opacity: 1;
text-decoration: none;
}
}
.elementor-add-new-section {
.add-jet-template {
color: #fff;
background-image: none;
background: #398ffc !important;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
text-transform: uppercase;
line-height: 1;
height: 40px;
min-width: 170px;
padding: 0 20px;
border: none;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
margin-right: 25px;
transition: all 0.5s;
display: inline-flex;
align-items: center;
vertical-align: bottom;
svg {
width: 17px;
margin: -2px 9px 0px -3px;
}
&:hover {
opacity: 0.85;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
}
}

View File

@@ -0,0 +1,80 @@
@import 'variables';
.jet-template-types-popup {
display: none;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
&.jet-template-types-popup-active {
display: flex;
}
&__overlay {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba( 0, 0, 0, .8 );
z-index: 1;
transition: opacity 200ms linear;
opacity: 0;
z-index: 1000;
.jet-template-types-popup-active & {
opacity: 1;
}
}
&__content {
background: #fff;
padding: 40px;
width: 500px;
position: relative;
z-index: 2;
transition: opacity 200ms linear;
opacity: 0;
z-index: 1001;
.jet-template-types-popup-active & {
opacity: 1;
}
}
&__heading {
margin: 0 0 20px;
}
&__form {
&-row {
padding: 0 0 20px;
label {
display: block;
padding: 0 0 4px;
}
input,
select {
width: 100%;
padding: 10px 20px;
line-height: 20px;
height: auto;
}
}
&-actions {
button {
width: 100%;
}
}
}
&__error {
border-color: #dc3232;
}
}
.jet-conditions {
display: flex;
align-items: center;
&-active {
margin-left: 10px;
color: $editor-success;
}
}