( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
.brandeditor-loader-inner {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 999999999999!important;
display: flex;
align-items: center;
justify-content: center
}
.brandeditor-loader-wrap.hide {
display: none !important;
}
.brandeditor-loader {
box-sizing: border-box;
width: 60px;
height: 60px;
border-radius: 100%;
-webkit-animation: brandeditorSpin 1s infinite linear;
animation: brandeditorSpin 1s infinite linear
}
@-webkit-keyframes brandeditorSpin {
100% {
transform: rotate(360deg)
}
}
@keyframes brandeditorSpin {
100% {
transform: rotate(360deg)
}
}
/* ================= GENERAL STYLES ================== */
*,
*::after,
*::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.brandeditorX-btn {
padding:13px;
margin: 0;
line-height: 1.2;
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
}
.brandeditorX-btn .material-icons {
font-size: 1.2rem;
margin-left: 0px;
margin-top: 2px;
margin-left: 5px;
margin-right: 5px;
}
/*
* {
scrollbar-width: thin;
}
*::-webkit-scrollbar {
width: 2px;
}
*::-webkit-scrollbar-thumb {
border-radius: 4px;
}
*/
html,
body {
padding: 0;
margin: 0;
}
html {
font-size: 12px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
font-size: 12px;
line-height: 1.6;
overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 15px 0;
line-height: 1.2;
}
h1 {
font-size: 2rem
}
h2 {
font-size: 1.85rem
}
h3 {
font-size: 1.7rem
}
h4 {
font-size: 1.55rem
}
h5 {
font-size: 1.4rem
}
h6 {
font-size: 1.25rem
}
p {
/*font-size: 1rem;*/
line-height: 1.6;
margin: 0 0 15px 0;
}
select:disabled,
input:disabled,
button:disabled {
pointer-events: none !important;
}
.input-hidden {
position: absolute;
left: -9999px;
}
#brandeditor-icon-panel hr {
display: block;
border: none;
margin: 25px 0;
}
.d-none {
display: none !important;
}
.d-block {
display: block !important;
}
#brandeditor-custom-element-options,
#brandeditor-noframes,
#brandeditor-noelements,
#brandeditor-noicons,
#brandeditor-text-settings,
#brandeditor-image-settings,
#brandeditor-shape-settings,
#shape-gradient-settings,
#text-gradient-settings,
#element-gradient-settings,
#brandeditor-custom-shape,
#brandeditor-brush-pattern-width,
#brandeditor-brush-pattern-distance,
#shape-custom-width-wrap,
#brandeditor-overlay-wrap {
display: none;
}
#brandeditor-overlay-preview {
width:100%;
height:auto;
vertical-align:bottom;
}
#brandeditor-noicons {
margin-top: 0;
}
#brandeditor-custom-shape {
margin-top: 20px;
}
.notice {
display: block;
padding: 12px 15px;
border-radius: 4px;
margin: 15px 0;
}
.notice h6 {
margin-bottom: 0.5rem;
}
.brandeditor-img-wrap {
position: relative;
min-height: 120px;
width: 100%;
}
.brandeditor-frame .brandeditor-img-wrap {
min-height: 60px;
}
.brandeditor-img-loader {
box-sizing: border-box;
width: 30px;
height: 30px;
border-radius: 100%;
-webkit-animation: brandeditorSpin 1s infinite linear;
animation: brandeditorSpin 1s infinite linear;
z-index: 1;
position: absolute;
left: 50%;
top: 50%;
content: '';
margin: -15px 0 0 -15px;
}
textarea {
max-width: 100%;
}
/* ================= PAGE STRUCTURE ================== */
#brandeditor-body {
position: relative;
height: 100vh;
margin: 0;
padding: 0px 0px 50px 0;
}
body.panel-closed #brandeditor-body {
padding-left: 0px;
}
body.layers-closed #brandeditor-body {
padding-right: 0;
}
.brandeditor-wrap {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}
.brandeditor-inner-wrap {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
height: 100%;
position: relative;
z-index: 1;
}
#brandeditor-toggle-left,
#brandeditor-toggle-right {
position: fixed;
height: 60px;
top: 150px;
transform: translateY(-30px);
z-index:40;
width: 22px;
cursor: pointer;
text-align: center;
}
#brandeditor-toggle-left {
left: 414px;
border-left: none !important;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
#brandeditor-toggle-right {
right: 180px;
border-right: none !important;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
z-index:40;
}
#brandeditor-toggle-left.closed {
display: none !important;
}
#brandeditor-toggle-right.closed {
right: 0;
}
#brandeditor-toggle-left .material-icons,
#brandeditor-toggle-right .material-icons {
font-size: 22px;
line-height: 60px;
text-align: center;
transition: color 0.2s ease-in-out;
}
/* ================= TOP BAR ================== */
#brandeditor-top-bar {
display: flex;
width: 100%;
height: 60px;
position: fixed;
left: 0;
top: 60px;
padding: 0;
align-items: center;
z-index: 99;
}
.brandeditor-top-bar-menu {
margin-left: auto;
padding: 0 15px;
display: flex;
align-items: center;
}
.brandeditor-top-bar-menu>div {
margin-left: 10px;
}
.brandeditor-logo {
padding: 15px;
height: 60px;
}
.brandeditor-logo img {
height: 100%;
width: auto;
}
.brandeditor-logo img.logo-desktop {
display: block;
}
.brandeditor-logo img.logo-mobile {
display: none;
}
/* ================= DROPDOWN ================== */
#brandeditor-user-menu {
display: flex;
align-items: center;
}
#brandeditor-user-menu img {
width: 32px;
height: auto;
vertical-align: bottom;
border-radius: 100%;
}
.brandeditor-dropdown-wrap {
position: relative;
cursor: pointer;
}
ul.brandeditor-dropdown {
position: absolute;
top: 42px;
right: 0;
width: 200px;
margin: 0;
padding: 0;
list-style: none;
z-index: 9;
border-radius: 4px;
display: none;
}
ul.brandeditor-dropdown li {
padding: 10px;
}
ul.brandeditor-dropdown li:last-child {
border: none !important;
}
ul.brandeditor-dropdown li a {
display: block;
text-decoration: none;
display: flex;
align-items: center;
transition: color 0.2s ease-in-out;
}
ul.brandeditor-dropdown li a .material-icons {
font-size: 15px;
width: 22px;
}
.brandeditor-dropdown-wrap>.material-icons {
transition: transform 0.2s linear;
transform: rotate(0);
}
.brandeditor-dropdown-wrap.opened>.material-icons {
transform: rotate(180deg);
}
/* ================= CONTENT BAR ================== */
.brandeditor-content-bar {
position: fixed;
display: flex;
bottom: 30px;
right: 10px;
padding: 0 10px;
border-radius: 100px;
align-items: center;
overflow: hidden;
z-index: 10;
visibility: hidden;
font-size: 10px;
}
body.layers-closed .brandeditor-content-bar {
right: 20px;
}
.brandeditor-content-bar .brandeditor-img-size {
line-height: 25px;
padding-right: 15px;
display: flex;
align-items: center;
}
.brandeditor-img-size .material-icons {
font-size: 10px;
}
.brandeditor-content-bar .brandeditor-counter {
align-items: center;
margin-left: 0;
max-width: 105px;
padding: 0 20px 0 10px;
position: relative;
height: 40px;
}
.brandeditor-content-bar .brandeditor-counter .brandeditor-btn,
.brandeditor-content-bar .brandeditor-counter .brandeditor-btn:hover,
.brandeditor-content-bar .brandeditor-counter .brandeditor-btn:focus {
min-width: 15px;
}
.brandeditor-content-bar .brandeditor-counter .brandeditor-btn .material-icons {
font-size: 13px;
}
.brandeditor-counter .brandeditor-btn:disabled {
opacity: 1;
}
.brandeditor-content-bar .brandeditor-counter .brandeditor-form-field {
border: none !important;
background: transparent !important;
border: 1px solid #bcbcbc;
}
.brandeditor-content-bar .brandeditor-counter:after {
font-family: 'Material Icons';
content: 'percent';
position: absolute;
right: -25px;
line-height: 40px;
top: 0;
bottom: 0;
padding: 0 10px;
font-size: 12px;
}
#brandeditor-img-drag {
padding: 0 10px;
align-self: stretch;
border-radius: 0;
}
#brandeditor-img-drag .material-icons {
margin: 0;
font-size: 13px;
}
/* ================= ICON MENU ================== */
#brandeditor-icon-menu {
position: fixed;
top: 0;
left: 0;
width: 75px;
display: flex;
flex-direction: column;
padding: 60px 0 0 0;
overflow-y: auto;
overflow-x: hidden;
z-index: 11;
height: 100%;
}
button.brandeditor-icon-menu-btn {
position: relative;
display: flex;
justify-content: center;
padding: 12px 0;
cursor: pointer;
height: auto;
margin: 0;
border: none;
outline: none;
box-shadow: none;
border-radius: 0;
transition: color 0.2s ease-in-out;
flex-direction: column;
align-items: center;
justify-content: center;
}
.brandeditor-icon-menu-title {
font-size: 0.9rem;
padding-top: 6px;
text-transform: uppercase;
}
button.brandeditor-icon-menu-btn.stick-to-bottom {
margin-top: auto;
}
button.brandeditor-icon-menu-btn .material-icons {
font-size: 22px;
}
#brandeditor-icon-panel {
/*position: fixed;
top: 0;
left: 0;
width: 415px;
padding: 5px;
overflow: hidden;
z-index: 10;
height: 100%;*/
}
#brandeditor-icon-panel-inner {
/* display: block;
overflow: auto;
height: 100%;
padding: 0px;*/
}
.brandeditor-icon-panel-content.panel-hide {
display: none !important;
}
.brandeditor-panel-inner {
/* display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;*/
}
/* ================= CONTENT ================== */
/*app here*/
#brandeditor-content {
width: 100%;
position: relative;
z-index: 1;
overflow: hidden;
display: flex;
align-items: start;
align-items: center;
justify-content: center;
}
#brandeditor .canvas-container {
z-index: 1;
}
.brandeditor-panel-subtitle {
font-size: 1.25rem;
text-transform: uppercase;
margin-bottom: 20px
}
#brandeditor-canvas-img-wrap {
display: none;
}
#brandeditor-canvas-img {
position: absolute;
top: 0;
left: 0;
display: none;
}
#brandeditor-canvas-wrap {
position: relative;
z-index: 9;
visibility: hidden;
}
#brandeditor-canvas-overlay {
position: absolute!important;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
display: none;
z-index: 15!important;
cursor: grab;
}
#brandeditor-canvas-loader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 98;
display: none;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
}
#brandeditor-canvas-loader .brandeditor-loader {
width: 40px;
height: 40px;
border-width: 3px;
}
/* ================= LAYERS ================== */
#brandeditor-right-col {
margin-right: 1px;
/* position: fixed;
top: 0;
right: 0;
width: 200px;
overflow: auto;
z-index: 7;
height: 100%;
padding:35px 0 0 0;
display: flex;
flex-direction: column;*/
}
.brandeditor-layers-title {
padding: 10px 10px;
margin: 0;
text-transform: uppercase;
display: flex;
align-items: center;
}
.brandeditor-layers-title .material-icons {
margin-right: 5px;
}
#brandeditor-layers {
position: relative;
margin: 0;
padding: 0;
list-style: none;
display: block;
}
#brandeditor-layers li {
position: relative;
align-items: center;
margin: 0;
padding: 0;
display: flex;
line-height: 10px;
height: 40px;
font-size: 1rem;
justify-content: space-between;
overflow: hidden;
transition: color 0.1s linear;
touch-action: auto;
width: 180px;
}
#brandeditor-layers li .layer-icons {
position: absolute;
left: 0;
top: 0;
height: 100%;
padding: 0 10px;
z-index: 9;
width: 70%;
display: none
}
#brandeditor-layers li .layer-icons a {
cursor: pointer;
height: 100%;
min-width: 0;
text-align: center;
width: 25%;
}
#brandeditor-layers li .layer-icons .material-icons {
font-size: 12px;
line-height: 46px;
cursor: pointer;
text-decoration: none;
outline: none;
opacity: 1;
transition: opacity 0.1s linear;
touch-action: auto;
}
#brandeditor-layers li .layer-icons .material-icons:hover {
opacity: 0.8;
}
#brandeditor-layers li .layer-name {
width: 80%;
padding: 0px;
background: transparent !important;
border: none !important;
outline: none !important;
box-shadow: none !important;
font-size: 10px;
text-transform: lowercase;
line-height: 10px;
overflow: hidden;
}
#brandeditor-layers>li>.material-icons {
min-width: 30px;
text-align: center;
font-size: 13px;
}
#brandeditor-layers>li>.material-icons.layer-settings {
font-size: 16px;
width: 20%;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
transition: color 0.1s linear;
}
#brandeditor-no-layer {
padding: 20px;
font-style: italic;
font-size: 0.9rem;
}
#brandeditor-no-layer a {
display: block;
text-align: right;
margin-top: 10px;
text-decoration: none;
font-style: normal;
font-size: 1rem;
}
#brandeditor-no-layer a:hover {
text-decoration: underline;
}
#brandeditor-layer-delete-wrap {
margin-top: auto;
padding: 20px;
display: flex;
align-items: center;
visibility: hidden;
}
#brandeditor-layer-delete-wrap .brandeditor-btn {
margin-left: 5px;
height: 34px;
padding: 0 10px;
}
#brandeditor-layer-delete-wrap .brandeditor-btn .material-icons {
margin: 0;
font-size: 16px
}
/* ================= GRID ================== */
.brandeditor-grid {
position: relative;
display: grid;
align-items: center;
grid-template-columns: repeat(auto-fill, minmax(min(80px, 100%), 1fr));
column-gap: 10px;
row-gap: 10px;
}
.brandeditor-grid.two-column {
grid-template-columns: repeat(auto-fill, minmax(min(100px, 100%), 1fr));
}
.brandeditor-grid.three-column {
grid-template-columns: repeat(auto-fill, minmax(min(60px, 100%), 1fr));
}
.brandeditor-grid.four-column {
grid-template-columns: repeat(auto-fill, minmax(min(50px, 100%), 1fr));
}
.brandeditor-grid.five-column {
grid-template-columns: repeat(auto-fill, minmax(min(50px, 100%), 1fr));
column-gap: 5px;
row-gap: 5px;
}
.brandeditor-grid.template-grid {
grid-template-columns: repeat(auto-fill, minmax(min(120px, 100%), 1fr));
min-height: 80px;
}
.brandeditor-frames-grid .grid-item,
.brandeditor-grid .grid-item {
position: relative;
cursor: pointer;
}
.brandeditor-frames-grid img,
.brandeditor-grid img {
vertical-align: bottom;
width: 100%;
height: auto;
}
.brandeditor-grid.svg-library-grid,
.brandeditor-grid.media-library-grid {
grid-template-columns: repeat(auto-fill, minmax(min(100px, 100%), 1fr));
}
.brandeditor-grid .brandeditor-masonry-item-inner {
margin-bottom: 0;
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between
}
.brandeditor-grid .brandeditor-masonry-item {
height: 100%;
}
.brandeditor-grid .notice {
position: absolute;
top: 0;
left: 0;
width: 100%;
margin: 0;
}
.brandeditor-frame,
.brandeditor-element {
position: relative;
height: 100%;
padding: 5px;
display: flex;
flex-direction: column;
align-items: center;
cursor: pointer;
justify-content: center;
}
.type-customSVG>a:before {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
line-height: 1;
text-transform: none;
content: 'color_lens';
margin-right: 5px;
font-size: 1.1rem;
}
.template-favorite,
.brandeditor-frame .frame-favorite,
.brandeditor-element .element-favorite {
position: absolute;
right: -1px;
top: -1px;
width: 20px;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
visibility: hidden;
opacity: 0;
z-index: 2;
}
.grid-item:hover .template-favorite,
.brandeditor-frame:hover .frame-favorite,
.brandeditor-element:hover .element-favorite {
visibility: visible;
opacity: 1;
}
.template-favorite {
right: 0px;
top: 0px;
width: 25px;
height: 25px;
}
.template-favorite>.brandeditor-btn-simple>.material-icons,
.brandeditor-frame>.frame-favorite>.brandeditor-btn-simple>.material-icons,
.brandeditor-element>.element-favorite>.brandeditor-btn-simple>.material-icons {
font-size: 18px;
}
.brandeditor-frames-grid .brandeditor-frame {
margin-top: 10px;
padding: 0;
}
.brandeditor-frames-grid {
margin-top: -10px;
}
#brandeditor-frame-favorites .brandeditor-frames-grid {
margin-top: 0;
}
.grid-icon-item {
text-decoration: none;
display: block;
border-radius: 4px;
transition: all 0.2s ease-in-out;
}
.grid-icon-item div {
width: 100%;
text-align: center;
}
.grid-icon-item .material-icons {
font-size: 36px;
padding: 10px 0;
}
.grid-icon-label {
display: block;
font-size: 0.9rem;
padding: 5px 0;
}
/* ================= ELEMENTS ================== */
#brandeditor-filters.brandeditor-grid img {
border: 3px solid transparent;
border-radius: 0;
cursor: pointer;
}
#brandeditor-filters.brandeditor-grid .brandeditor-element,
#brandeditor-filters.brandeditor-grid .brandeditor-element:hover {
border: none;
}
#brandeditor-filters.brandeditor-grid div label span {
display: block;
text-align: center;
padding: 5px 7px;
font-size: 0.9rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
position: absolute;
bottom: 0px;
right: 0px;
line-height: 1;
border-top-left-radius: 4px;
}
.brandeditor-element>.material-icons {
font-size: 26px;
line-height: 1.4;
}
/* ================= BUTTONS ================== */
.brandeditor-btn-simple {
border: none !important;
background: none !important;
outline: none !important;
display: flex;
align-items: center;
padding: 0;
margin: 0;
cursor: pointer;
font-size: 1rem;
}
.brandeditor-btn {
padding: 8px 12px;
margin: 0;
line-height: 1.2;
/* text-transform: uppercase;*/
font-size: 0.9rem;
border: none;
border-radius:var(--border-radius-round);
cursor: pointer;
transition: background 0.2s ease-in-out;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--color-foreground-10);
box-shadow: inset 0 0 0 1px var(--color-foreground-5);
color: var(--color-primary-text);
background-color: var(--color-primary)
}
.brandeditor-btn.btn-full {
width: 100%;
}
.brandeditor-btn:disabled {
opacity: 0.7;
}
.brandeditor-btn .material-icons {
font-size: 0.9rem;
margin-right: 4px;
}
.btn-full {
width: 100%;
}
.brandeditor-btn.brandeditor-lg-btn {
padding: 12px;
}
#text-flip-y .material-icons,
#brandeditor-flip-vertical .material-icons,
#img-flip-vertical .material-icons {
transform: rotate(90deg);
}
#brandeditor-crop-btns.disabled {
pointer-events: none !important;
opacity: 0.5;
}
/* ================= BLOCKS ================== */
.brandeditor-btn-group {
display: flex;
}
.icon-group .brandeditor-btn {
padding: 8px 0;
flex: 1;
border-radius: 0;
}
.icon-group .brandeditor-btn:last-child {
border: none !important;
}
.icon-group .brandeditor-btn .material-icons {
font-size: 16px;
margin: 0;
}
.brandeditor-aspect-ratio {
display: flex;
align-items: center;
}
.brandeditor-resize-wrap {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.brandeditor-aspect-ratio>.material-icons,
.brandeditor-resize-wrap>.material-icons {
font-size: 12px;
min-width: 20px;
text-align: center;
}
.brandeditor-aspect-ratio .brandeditor-btn,
.brandeditor-resize-wrap .brandeditor-btn {
margin-left: 10px;
padding: 0;
height: 34px;
min-width: 34px;
}
.brandeditor-aspect-ratio .brandeditor-btn .material-icons,
.brandeditor-resize-wrap .brandeditor-btn .material-icons {
font-size: 1rem;
margin: 0;
}
.brandeditor-btn-set {
display: flex;
align-items: center;
}
.brandeditor-btn-set .brandeditor-btn:first-child {
width: 100%
}
.brandeditor-btn-set .brandeditor-btn:last-child .material-icons {
margin: 0;
font-size: 16px;
}
.brandeditor-btn-set .brandeditor-btn:last-child {
margin-left: 5px;
min-width: 40px;
}
.brandeditor-select-btn-set {
display: flex;
align-items: stretch;
}
.brandeditor-select-btn-set .brandeditor-btn {
margin-left: 10px;
padding-top: 0;
padding-bottom: 0;
}
.brandeditor-select-btn-set .brandeditor-btn .material-icons {
margin: 0;
font-size: 16px;
}
.brandeditor-block-50 {
display: flex;
align-items: flex-end;
margin-bottom: 20px
}
.brandeditor-block-50:last-child {
margin: 0
}
.brandeditor-block-50>* {
width: 50%;
}
.brandeditor-block-50>*:first-child {
margin-right: 5px;
}
.brandeditor-block-50>*:last-child {
margin-left: 5px;
}
.brandeditor-block-50 .brandeditor-btn {
height: 34px;
}
.brandeditor-block-33 {
display: flex;
align-items: flex-end;
}
.brandeditor-block-33>div {
flex: 1
}
.brandeditor-block-33>div:first-child {
margin-right: 10px;
}
.brandeditor-block-33>div:last-child {
margin-left: 10px;
}
.brandeditor-block-50 label,
.brandeditor-block-33 label {
margin: 0 0 5px 0 !important;
display: block;
}
/* ================= TOOLTIP ================== */
.tooltip {
position: relative;
}
.tooltip:after {
content: attr(data-title);
font-size: 0.9rem;
position: absolute;
padding: 7px 10px;
bottom: -10px;
left: 50%;
white-space: nowrap;
opacity: 0;
z-index: 99999;
visibility: hidden;
transform: translateX(-50%) translateY(100%);
text-transform: none;
border-radius: 2px;
line-height: 1.2;
}
.tooltip:before {
border: solid;
border-width: 0 6px 6px 6px;
bottom: -10px;
content: "";
left: 50%;
position: absolute;
z-index: 99999;
visibility: hidden;
transform: translateX(-50%);
}
.tooltip:hover:after,
.tooltip:hover:before {
opacity: 1;
transition: all 0.1s ease 0.5s;
visibility: visible;
}
.tooltip.tooltip-top:after {
top: -10px;
bottom: auto;
transform: translateX(-50%) translateY(-100%);
}
.tooltip.tooltip-top:before {
border-width: 6px 6px 0 6px;
top: -10px;
bottom: auto;
}
/* ================= PAGINATION ================== */
.brandeditor-pagination ul {
list-style: none;
margin: 30px 0 0 0;
padding: 0;
display: flex;
align-items: center;
justify-content: flex-end;
}
.brandeditor-pagination ul li {
display: flex;
align-items: center;
justify-content: center;
margin: 0 3px;
padding: 0;
font-size: 1rem;
line-height: 30px;
min-width: 30px;
border-radius: 4px;
}
.brandeditor-pagination ul li.disabled {
opacity: 0.7;
pointer-events: none;
}
.brandeditor-pagination ul li .material-icons {
font-size: 1rem;
line-height: 30px;
margin: 0;
padding: 0;
display: block;
}
.brandeditor-pagination ul li a {
text-decoration: none;
display: block;
width: 100%;
text-align: center
}
.brandeditor-accordion .brandeditor-pagination ul {
margin: 20px 0 0 0;
justify-content: center;
}
.brandeditor-accordion .brandeditor-pagination ul li {
margin: 0;
padding: 0;
font-size: 0.9rem;
line-height: 1;
min-width: 0;
border: none;
border-radius: 0;
}
.brandeditor-accordion .brandeditor-pagination ul li .material-icons {
font-size: 0.9rem;
line-height: 1;
}
.brandeditor-accordion .brandeditor-pagination ul li a,
.brandeditor-accordion .brandeditor-pagination ul li>span {
padding: 7px;
}
/* ================= ACCORDION ================== */
ul.brandeditor-accordion {
margin: 0 0 25px 0;
padding: 0;
list-style: none;
border-bottom: none;
}
ul.brandeditor-accordion>li {
margin: 0 0 10px 0;
padding: 0;
border-radius: 4px;
}
ul.brandeditor-accordion>li>div {
padding: 20px;
display: none;
}
ul.brandeditor-accordion>li.opened>div {
display: block;
}
ul.brandeditor-accordion>li>a {
text-decoration: none;
font-size: 1.1rem;
transition: color 0.2s ease-in-out;
display: flex;
align-items: center;
text-transform: uppercase;
padding: 8px 5px 8px 10px;
cursor: pointer;
}
ul.brandeditor-accordion>li>a>.arrow {
transform: rotate(0deg);
font-size: 20px;
}
ul.brandeditor-accordion>li.opened>a>.arrow {
transform: rotate(180deg);
}
ul.brandeditor-accordion>li>a>.arrow {
margin-left: auto;
}
.material-icons.accordion-icon {
font-size: 1.1rem;
margin-right: 5px;
}
ul.brandeditor-accordion>li>a>.data-count {
line-height: 1.1;
font-size: 0.8rem;
padding: 2px 4px;
border-radius: 4px;
margin-left: auto;
margin-right: 5px;
}
#brandeditor-frames ul.brandeditor-accordion>li>a>.arrow,
#brandeditor-elements ul.brandeditor-accordion>li>a>.arrow {
margin-left: 0;
}
/* ================= RANGESLIDER ================== */
/*
.brandeditor-slider {
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 3px;
outline: none;
opacity: 1;
}
.brandeditor-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 14px;
height: 14px;
cursor: pointer;
border: none;
box-shadow: none;
border-radius: 100%;
}
.brandeditor-slider::-moz-range-thumb {
width: 14px;
height: 14px;
cursor: pointer;
border: none;
box-shadow: none;
border-radius: 100%;
}*/
/* ================= COUNTER ================== */
.brandeditor-counter {
display: flex;
align-items: stretch;
max-width: 120px;
margin-left: auto;
}
.brandeditor-counter .brandeditor-btn,
.brandeditor-counter .brandeditor-btn:hover,
.brandeditor-counter .brandeditor-btn:focus {
padding: 0;
border-radius: 0;
min-width: 30px;
}
.brandeditor-counter .brandeditor-btn .material-icons {
margin: 0;
}
.brandeditor-counter .brandeditor-form-field {
text-align: center;
}
.brandeditor-control-wrap.label-block .brandeditor-counter {
max-width: 100%;
}
/* ================= CONTROLS ================== */
.brandeditor-control-wrap {
display: flex;
flex-wrap: nowrap;
width: 100%;
align-items: center;
}
.brandeditor-control-wrap.hidden {
display: none;
}
.brandeditor-accordion .conditional-settings .brandeditor-control-wrap,
.brandeditor-accordion .conditional-settings .brandeditor-control-wrap:first-child,
.brandeditor-control-wrap {
margin-top: 15px;
}
#brandeditor-qrcode-settings .brandeditor-control-wrap:first-child,
#brandeditor-settings .brandeditor-control-wrap:first-child,
.brandeditor-accordion .brandeditor-control-wrap:first-child {
margin-top: 0;
}
.brandeditor-control-wrap.nomargin {
margin-bottom: 0;
}
.brandeditor-control-wrap.label-block {
flex-direction: column;
}
.brandeditor-control-label,
.brandeditor-control {
width: 50%;
min-width: 50%;
}
.brandeditor-control-label {
padding: 0 10px 0 0;
font-size: 1rem;
display: flex;
align-items: center;
}
.brandeditor-control-wrap.label-block .brandeditor-control-label {
padding: 0;
}
.brandeditor-control-label span {
margin-left: auto;
line-height: 1;
padding: 4px;
border-radius: 4px;
font-size: 0.9rem;
}
.brandeditor-control-wrap.label-block .brandeditor-control-label,
.brandeditor-control-wrap.label-block .brandeditor-control {
width: 100%;
min-width: 100%;
}
.brandeditor-control-wrap.label-block .brandeditor-control-label {
margin-bottom: 5px;
}
.brandeditor-control-wrap.label-block .brandeditor-control-label.slider-label {
margin-bottom: 0;
}
.brandeditor-control-desc {
font-size: 0.9rem;
font-style: italic;
padding-top: 5px;
}
#brandeditor-draw-settings,
#eraser-width-wrap {
display: none;
}
.brandeditor-form-field {
width: 100%;
padding: 7px;
outline: none;
box-shadow: none;
font-size: 1rem;
line-height: 1.3;
}
.brandeditor-form-fieldX {
width: 100%;
padding: 7px;
outline: none;
box-shadow: none;
font-size: 1rem;
line-height: 1.3;
border-radius: 15px !important;
box-shadow: inset 0 0 0 1px var(--color-foreground-5) !important;
margin-right:10px !important;
padding-right:8px !important;
height: 20px !important;
width:130px !important;
}
.brandeditor-form-fieldZ {
width: 100%;
border-radius: 15px !important;
height: 20px !important;
width:150px !important;
}
.brandeditor-form-field:disabled {
opacity: 0.7;
}
.brandeditor-hidden-file {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.brandeditor-hidden-file+label * {
pointer-events: none;
}
.brandeditor-search-box {
display: flex;
}
.brandeditor-search-box button {
margin-left: 5px;
}
.brandeditor-search-box button .material-icons {
margin: 0;
font-size: 16px;
}
.brandeditor-search-wrap {
position: relative;
display: flex;
margin-bottom: 25px;
}
.brandeditor-search-wrap .material-icons {
position: absolute;
top: 12px;
right: 10px;
line-height: 1;
font-size: 18px;
z-index: 9;
}
.brandeditor-search-wrap .brandeditor-form-field {
padding: 11px 40px 11px 11px;
border-radius: 10px;
}
#brandeditor-element-search-icon.cancel,
#brandeditor-icon-search-icon.cancel {
cursor: pointer;
}
.brandeditor-sub-settings {
margin-top: 25px;
padding-top: 10px;
}
.brandeditor-accordion .brandeditor-sub-settings {
margin-top: 20px;
padding-top: 20px;
}
.brandeditor-sub-settings.nomargin {
margin-top: 0px;
padding-top: 0px;
border: none;
}
.sp-colorize-container {
width: 15px !important;
height: 15px;
border-radius: 15px;
}
.brandeditor-submit-btns {
display: flex;
}
.brandeditor-submit-btns .brandeditor-btn {
width: 50%;
}
.brandeditor-submit-btns .brandeditor-btn:first-child {
margin-right: 5px;
}
.brandeditor-submit-btns .brandeditor-btn:last-child {
margin-left: 5px;
}
.brandeditor-control-group {
display: flex;
align-items: flex-end;
}
.brandeditor-control-group>div {
width: 25%;
margin-right: 15px;
display: flex;
flex-direction: column;
}
.brandeditor-control-group>div:last-child {
margin-right: 0;
}
.brandeditor-control-group .brandeditor-btn {
height: 34px;
width: 100%;
}
.brandeditor-control-group label {
padding: 0 0 5px 0;
}
#brandeditor-preferences {
margin-bottom: 20px;
}
#qrcode-preview svg {
max-width:100% !important;
width:100% !important;
height:auto !important;
vertical-align: bottom;
}
/* ================= COLORPICKER ================== */
.sp-original-input-container {
display: flex;
margin-left: auto !important;
height: 15px;
border-radius: 15px;
}
.brandeditor-colorpicker,
.brandeditor-colorpicker:focus,
.brandeditor-form-field {
width: 100%;
padding: 7px;
outline: none;
box-shadow: none;
color: #666666;
font-size: 10px;
border: 1px solid #bcbcbc;
}
.sp-clear-display {
background-image: none;
}
.sp-clear-enabled .sp-clear {
top: 0;
}
.sp-clear-display:before {
font-family: 'Material Icons';
content: 'block';
line-height: 14px;
font-size: 14px;
}
/* ================= SELECT ================== */
.brandeditor-select {
border-radius: 10px;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
padding: 5px 30px 5px 5px;
outline: none;
font-size: 1rem;
white-space: nowrap;
text-overflow: ellipsis;
}
.brandeditor-select:disabled {
opacity: 0.7;
}
.brandeditor-select:focus {
/* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(50, 151, 211, 0.5);*/
}
.select2-container {
z-index: 99999;
}
.select2-container--dark {
max-width: 100%;
}
.select2-container--dark .select2-selection--single {
border: 0px;
height: 34px;
}
.select2-container--dark .select2-selection--single .select2-selection__rendered {
line-height: 25px;
}
.select2-container--dark .select2-selection--single .select2-selection__arrow {
height: 28px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
}
.select2-container--dark .select2-selection--single .select2-selection__arrow b {
top: 60%;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
width: 0;
}
.select2-container--dark .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
}
.select2-container--dark .select2-selection--single {
border-radius: 15px;
}
.select2-container--dark.select2-container--open .select2-selection__arrow b {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
}
.select2-container--dark span.select2-search input {
height: 25px !important;
}
.select2-drop {
margin-top: -2px;
border-top: 0;
border-radius: 0px !important;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.select2-drop.select2-drop-above {
margin-top: 0px;
border-bottom: 0;
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.select2-container--dark .select2-search {
margin-top: 3px;
}
.select2-container--dark .select2-search input {
height: 26px;
outline: none;
}
.select2-container--dark .select2-search--dropdown {
padding: 5px;
}
.select2-container--dark .select2-results__group {
display: block;
padding: 10px 5px 5px 5px;
text-transform: uppercase;
font-size: 0.8rem;
}
.select2-container--dark .select2-results__option {
padding: 5px;
line-height: 1.2;
border-radius: 2px;
}
.select2-container--dark .select2-item {
display: flex;
align-items: center;
vertical-align: top;
}
.select2-container--dark .material-icons {
font-size: 1rem;
margin-right: 5px;
}
.select2-results>.select2-results__options {
max-height: 250px;
overflow: auto;
}
/* ================= TABS ================== */
.brand-tabs {
position: relative;
}
.brand-tabs .brand-tab {
display: none;
}
.brand-tabs .brand-tab.active {
display: block;
}
.brand-tabs-menu {
margin: 0 0 20px 0px;
padding: 10px;
list-style: none;
display: flex;
}
.brand-tabs-menu li {
display: flex;
align-items: center;
font-weight: 700;
font-size: 1.2rem;
margin: 0;
padding: 5px 10px;
line-height: 1.2;
border-radius: 5px;
cursor: pointer;
margin-bottom: 20px;
}
.brand-tabs-menu li .material-icons {
font-size: 1.1rem;
margin-right: 5px;
}
/* ================= TOGGLE ================== */
.brandeditor-toggle {
cursor: pointer;
display: inline-block;
}
.brandeditor-toggle-switch {
display: inline-block;
border-radius: 20px;
width: 40px;
height: 20px;
position: relative;
vertical-align: middle;
transition: background 0.25s;
}
.brandeditor-toggle-switch:before,
.brandeditor-toggle-switch:after {
content: "";
}
.brandeditor-toggle-switch:before {
display: block;
border-radius: 50%;
width: 14px;
height: 14px;
position: absolute;
top: 3px;
left: 3px;
transition: left 0.25s;
}
.brandeditor-toggle-checkbox:checked+.brandeditor-toggle-switch:before {
left: 22px;
}
.brandeditor-toggle-checkbox {
position: absolute;
visibility: hidden;
}
/* ================= CHECKBOX ================== */
.brandeditor-checkbox {
display: block;
position: relative;
margin-bottom: 20px;
cursor: pointer;
font-size: 1rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.brandeditor-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.brandeditor-checkmark {
position: absolute;
top: 0;
right: 0;
height: 20px;
width: 20px;
border-radius: 4px;
}
.brandeditor-checkmark:after {
content: "";
position: absolute;
display: none;
}
.brandeditor-checkbox input:checked~.brandeditor-checkmark:after {
display: block;
}
.brandeditor-checkbox .brandeditor-checkmark:after {
left: 7px;
top: 3px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.brandeditor-checkbox-control,
.brandeditor-toggle-control {
display: flex;
justify-content: flex-end;
}
.brandeditor-checkbox-control {
padding-right: 20px
}
/* ================= CUSTOM CURSOR ================== */
.tm-cursor-none,
.tm-cursor-none * {
cursor: none !important;
}
.tm-cursor {
pointer-events: none;
position: fixed;
z-index: 9999999999;
top: 0;
left: 0;
display: block;
opacity: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: opacity 300ms linear, transform 300ms linear, background-color 300ms linear, border 300ms linear, border-radius 300ms linear;
visibility: hidden;
}
.tm-cursor.moving {
opacity: 1;
}
.tm-cursor:before {
pointer-events: none;
content: ' ';
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 9999999999;
transition: opacity 300ms linear, transform 300ms linear, background-color 300ms linear, border 300ms linear, border-radius 300ms linear;
}
.tm-pointer-simple.tm-cursor {
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0 0 12px rgba(16, 39, 112, 0.2);
}
/* ================= MODAL ================== */
.brandeditor-modal {
position: fixed;
top: 10px;
left: 0;
right: 0;
bottom: 5px;
width: 100%;
height: 100%;
z-index: 99999999999;
display: none;
}
.brandeditor-modal-wrap {
display: flex;
justify-content: center;
align-items: flex-start;
height: 100%;
padding: 4%;
overflow: auto
}
.brandeditor-modal-inner {
display: flex;
flex-direction: column;
width: 100%;
border-radius: 4px;
max-width: 800px;
}
.brandeditor-modal-inner.large {
max-width: 1000px;
}
.brandeditor-modal-inner>.brandeditor-tabs>.brandeditor-tabs-menu {
display: flex;
flex-wrap: wrap;
margin: 0;
border-bottom: none;
padding: 0px;
overflow: hidden;
}
.brandeditor-modal-inner>.brandeditor-tabs>.brandeditor-tabs-menu>li {
padding: 15px;
/* padding-top: 11px;
padding-bottom: 7px;*/
border-radius: 0;
margin: 0 4px 0 0;
margin-top: 10px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
line-height: 1;
}
.brandeditor-modal-inner>.brandeditor-tabs>.brandeditor-tab,
.brandeditor-modal-bg {
padding: 10px;
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.brandeditor-modal-inner label {
margin: 0 5px 0 0;
color: #666666;
}
.brandeditor-modal-close {
position: fixed;
top: 20px;
right: 20px;
cursor: pointer;
line-height: 36px;
height: 36px;
width: 36px;
border-radius: 100%;
text-align: center;
z-index: 999999999;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.brandeditor-modal-close .material-icons {
font-size: 20px;
line-height: 36px;
}
#modal-select-img .brandeditor-btn-set button,
#modal-select-img .brandeditor-btn-set .brandeditor-file-field {
width: 50%;
}
#modal-select-img .brandeditor-btn-set .material-icons {
margin-right: 5px;
}
#modal-select-img label {
margin: 0;
}
#modal-empty-canvas .brandeditor-resize-wrap .brandeditor-btn {
min-width: 120px;
}
#modal-empty-canvas .brandeditor-resize-wrap {
margin: 0;
}
.brandeditor-keep {
display: flex;
padding: 20px 0 0 20px;
font-style: italic;
align-items: flex-start;
}
.brandeditor-keep>div {
margin-left: 5px;
}
#brandeditor-download-as-json,
#brandeditor-save-as-json {
margin-top: 30px;
padding-top: 30px;
border-top: 1px dashed #303030;
}
.brandeditor-select-btn-block {
display: flex;
}
.brandeditor-select-btn-block>div:first-child {
width: 75%;
padding-right: 20px;
margin-right: 20px;
border-right: 1px dashed #303030
}
.brandeditor-select-btn-block>div:last-child {
width: 25%;
}
.brandeditor-select-btn-block .brandeditor-btn-set .brandeditor-btn:last-child .material-icons {
font-size: 0.9rem
}
/* ================= TEMPLATE LIBRARY ================== */
.brandeditor-templates-menu-wrap {
display: flex;
margin-bottom: 30px;
align-items: stretch;
margin-top: -10px;
max-width: 450px;
margin-left: auto;
z-index: 2;
}
.brandeditor-templates-menu-wrap>* {
margin-right: 10px;
}
.brandeditor-templates-menu-wrap>*:last-child {
margin-right: 0;
}
.brandeditor-templates-menu-wrap button .material-icons {
margin: 0;
font-size: 16px;
}
.brandeditor-template-list {
list-style: none;
margin: 0;
padding: 0;
border-bottom: none;
}
.brandeditor-template-list li {
display: flex;
align-items: center;
padding: 12px;
}
.brandeditor-template-list li.active {
pointer-events: none;
}
.brandeditor-template-list li.active button {
opacity: 0.5;
}
.brandeditor-template-list li:last-child {
border: none !important;
}
.brandeditor-template-list li div {
flex: 1;
}
.brandeditor-template-list li div:first-child {
font-size: 1rem
}
.brandeditor-template-list li div:last-child {
margin-left: auto;
display: flex;
align-items: center;
justify-content: flex-end;
}
.brandeditor-template-list li div:last-child button {
margin-left: 10px;
font-size: 0.8rem;
padding: 6px 10px;
}
#brandeditor-history-list li .info {
display: flex;
align-items: center;
}
#brandeditor-history-list li .info .material-icons {
min-width: 30px;
text-align: center;
font-size: 18px;
}
#brandeditor-history-list li .info span.time {
font-size: 0.9rem;
line-height: 1;
padding: 4px;
margin: 0 10px;
border-radius: 2px;
}
.brandeditor-history-title {
display: flex;
justify-content: space-between;
}
.brandeditor-history-title .brandeditor-btn {
font-size: 0.8rem;
padding: 6px 10px;
}
.brandeditor-history-count {
margin: 10px 0 0 0;
font-style: italic;
display: block;
text-align: right;
}
/* ================= MEDIA LIBRARY ================== */
#brandeditor-library-all-menu,
#brandeditor-library-my-menu,
#brandeditor-my-templates-menu {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
align-items: center;
}
#brandeditor-library-all-menu>div,
#brandeditor-library-my-menu>div,
#brandeditor-my-templates-menu>div {
display: flex;
}
#brandeditor-my-templates-menu {
margin-top: -50px;
justify-content: flex-end;
z-index: 2;
}
#brandeditor-all-templates-noimg,
#brandeditor-library-all-noimg,
#brandeditor-library-my-noimg {
margin: 0;
}
#brandeditor-img-media-library,
#brandeditor-overlay-img-media-library,
#brandeditor-overlay-delete {
margin-top: 10px;
}
.media-library-grid .brandeditor-img-wrap {
min-height: 60px;
}
/* ================= SVG LIBRARY ================== */
#brandeditor-svg-library-all-menu,
#brandeditor-svg-library-my-menu {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
align-items: center;
}
#brandeditor-svg-library-all-menu>div,
#brandeditor-svg-library-my-menu>div {
display: flex;
}
#brandeditor-svg-library-all-noimg,
#brandeditor-svg-library-my-noimg {
margin: 0;
}
#brandeditor-svg-media-library {
margin-top: 10px;
}
#brandeditor-svg-library-all .brandeditor-img-wrap,
#brandeditor-svg-library-my .brandeditor-img-wrap {
padding: 5px
}
/* ================= MASONRY ================== */
.brandeditor-masonry {
column-gap: 15px;
line-height: 0;
margin: 0;
padding: 0;
}
.brandeditor-masonry.six-column {
column-count: 6;
}
.brandeditor-masonry.five-column {
column-count: 5;
}
.brandeditor-masonry.four-column {
column-count: 4;
}
.brandeditor-masonry.three-column {
column-count: 3;
}
.brandeditor-masonry.two-column {
column-count: 2;
}
.brandeditor-masonry.one-column {
column-count: 1;
}
.brandeditor-masonry-item {
position: relative;
break-inside: avoid;
margin: 0;
cursor: pointer;
}
.brandeditor-masonry-item img {
max-width: 100%;
width: 100%;
}
.brandeditor-masonry-item .favorite {
position: absolute;
top: 0;
right: 0;
display: none;
padding: 0 0 4px 4px;
}
.brandeditor-masonry-item:hover .favorite {
display: block;
}
.brandeditor-masonry-item .favorite .material-icons {
font-size: 18px
}
.brandeditor-masonry-item-inner {
position: relative;
margin-bottom: 15px;
display: inline-block;
width: 100%;
}
.grid-item:hover .brandeditor-masonry-item-inner,
.brandeditor-masonry-item-inner:hover {
border-color: #fff;
}
.brandeditor-masonry-item-desc {
width: 100%;
display: none;
line-height: 1.1;
padding: 8px 4px 4px 4px;
text-align: center;
font-size: 0.9rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
position: absolute;
bottom: 0;
}
.brandeditor-masonry-item-inner:hover .brandeditor-masonry-item-desc {
display: block;
}
.brandeditor-svg-library-delete,
.brandeditor-library-delete {
position: absolute;
top: 7px;
right: 7px;
z-index: 9;
cursor: pointer;
line-height: 20px;
width: 20px;
height: 20px;
border-radius: 100%;
text-align: center;
}
.brandeditor-svg-library-delete .material-icons,
.brandeditor-library-delete .material-icons {
font-size: 18px;
line-height: 20px;
}
/* ================= FRONT-END EDITOR ================== */
#brandeditor.frontend #modal-select-img .brandeditor-btn-set .brandeditor-file-field {
width: 100%;
}
#brandeditor.frontend .frame-favorite,
#brandeditor.frontend .element-favorite,
#brandeditor.frontend .template-favorite {
display: none !important;
}
/* ================= MEDIA QUERIES ================== */
@media only screen and (max-width: 1200px) {
#brandeditor-body {
padding: 0px !important;
}
.brandeditor-content-bar,
body.layers-closed .brandeditor-content-bar {
right: 20px;
}
}
@media only screen and (max-width: 800px) {
.brandeditor-templates-menu {
width: 100%;
}
.brandeditor-templates-menu-wrap {
margin-top: 0;
max-width: 100%;
}
.brandeditor-select-btn-block {
flex-direction: column;
}
.brandeditor-select-btn-block>div,
.brandeditor-select-btn-block>div:first-child,
.brandeditor-select-btn-block>div:last-child {
width: 100% !important;
padding: 0;
margin: 0;
border: none
}
.brandeditor-select-btn-block>div:last-child {
margin-top: 10px;
}
}
@media only screen and (max-width: 575px) {
html {
font-size: 10px;
}
#brandeditor-body {
padding: 0px !important;
}
.brandeditor-logo img.logo-desktop {
display: none;
}
.brandeditor-logo img.logo-mobile {
display: block;
}
#brandeditor-icon-menu {
width: 54px
}
.brandeditor-icon-menu-title {
display: none;
}
button.brandeditor-icon-menu-btn {
padding: 15px 0
}
#brandeditor-icon-panel {
/* width: 315px;
max-width: 100%;
padding: 60px 0 0 54px;*/
}
#brandeditor-icon-panel-inner {
padding: 15px;
}
#brandeditor-crop-btns {
flex-direction: row;
}
.brandeditor-control-wrap {
flex-direction: column;
align-items: flex-start;
}
.brandeditor-control-wrap .brandeditor-control,
.brandeditor-control-wrap .brandeditor-control-label {
width: 100%;
min-width: 100%;
}
.brandeditor-control-wrap .brandeditor-control-label {
margin-bottom: 5px;
}
.brandeditor-checkbox-control,
.brandeditor-toggle-control {
justify-content: flex-start;
}
#brandeditor-toggle-left {
left: 314px;
}
.brandeditor-grid.two-column {
grid-template-columns: repeat(auto-fill, minmax(min(60px, 100%), 1fr));
}
.brandeditor-btn.brandeditor-lg-btn {
padding: 14px 0px;
}
.brandeditor-modal-inner>.brandeditor-tabs>.brandeditor-tabs-menu {
flex-wrap: nowrap;
}
.brandeditor-modal-inner>.brandeditor-tabs>.brandeditor-tabs-menu>li {
padding: 15px 10px;
font-size: 1rem
}
.brandeditor-modal-inner>.brandeditor-tabs>.brandeditor-tabs-menu>li>.material-icons {
display: none;
}
.brandeditor-modal-inner>.brandeditor-tabs>.brandeditor-tab,
.brandeditor-modal-bg {
padding: 20px
}
#brandeditor-library-all-menu,
#brandeditor-library-my-menu,
#brandeditor-my-templates-menu {
flex-direction: column;
align-items: flex-start;
}
#brandeditor-library-all-menu>div.brandeditor-search-box,
#brandeditor-library-my-menu>div.brandeditor-search-box,
#brandeditor-my-templates-menu>div.brandeditor-search-box {
width: 100%;
margin-top: 15px;
}
#modal-blank-canvas .brandeditor-control-group {
flex-direction: column;
align-items: flex-start;
}
.brandeditor-control-group>div {
width: 100%;
margin-right: 0;
margin-bottom: 20px
}
.brandeditor-control-group>div:last-child {
margin-bottom: 0
}
#modal-blank-canvas .sp-original-input-container {
width: 100%;
}
#brandeditor-canvas-create {
padding: 12px 0;
height: auto
}
.brandeditor-modal-close {
top: 10px;
right: 10px;
}
#modal-select-img .brandeditor-btn-set {
flex-wrap: wrap;
}
#modal-select-img .brandeditor-btn-set label,
#modal-select-img .brandeditor-btn-set button,
#modal-select-img .brandeditor-btn-set .brandeditor-file-field {
width: 100%;
margin: 0;
}
#modal-select-img .brandeditor-btn-set label {
margin-bottom: 10px
}
.brandeditor-template-list li {
align-items: flex-start;
flex-direction: column;
}
.brandeditor-template-list li div {
width: 100%;
}
.brandeditor-template-list li div:last-child {
margin-top: 10px;
}
#brandeditor-top-bar .brandeditor-btn .brandeditor-btn-text {
display: none;
}
#brandeditor-top-bar .brandeditor-btn .material-icons {
margin: 0;
font-size: 18px;
}
.tooltip:after,
.tooltip:before {
display: none;
}
.brandeditor-top-bar-menu {
padding: 0 5px;
}
.brandeditor-content-bar,
body.layers-closed .brandeditor-content-bar {
right: 0px;
bottom:0px;
border-radius: 0;
padding-left:15px;
border-right: none !important;
border-bottom:none !important;
}
.sp-palette-container {
display: none !important;
}
}