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,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;
}