mirror of https://github.com/abpframework/abp.git
84 changed files with 3299 additions and 1731 deletions
@ -0,0 +1,56 @@ |
|||||
|
@keyframes spin { |
||||
|
0% { |
||||
|
transform: translateZ(0) rotate(0deg); |
||||
|
} |
||||
|
|
||||
|
100% { |
||||
|
transform: translateZ(0) rotate(360deg); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.abp-block-area { |
||||
|
position: fixed; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
z-index: 999999999; |
||||
|
background-color: #fff; |
||||
|
opacity: .8; |
||||
|
transition: opacity .25s; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-disappearing { |
||||
|
opacity: 0; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:after { |
||||
|
content: attr(data-text); |
||||
|
display: block; |
||||
|
max-width: 125px; |
||||
|
position: absolute; |
||||
|
top: 50%; |
||||
|
left: 50%; |
||||
|
transform: translate(-50%, -50%); |
||||
|
font-size: 20px; |
||||
|
font-family: sans-serif; |
||||
|
color: #343a40; |
||||
|
text-align: center; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:before { |
||||
|
content: ""; |
||||
|
display: block; |
||||
|
width: 150px; |
||||
|
height: 150px; |
||||
|
border-radius: 50%; |
||||
|
border-width: 2px; |
||||
|
border-style: solid; |
||||
|
border-color: transparent #228ae6 #228ae6 #228ae6; |
||||
|
position: absolute; |
||||
|
top: calc(50% - 75px); |
||||
|
left: calc(50% - 75px); |
||||
|
will-change: transform; |
||||
|
animation: spin .75s infinite ease-in-out; |
||||
|
} |
||||
@ -1 +0,0 @@ |
|||||
@keyframes spin{0%{transform:translateZ(0) rotate(0)}100%{transform:translateZ(0) rotate(360deg)}}.freeze-ui{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999999;background-color:#fff;opacity:.8;transition:opacity .25s}.freeze-ui.is-unfreezing{opacity:0}.freeze-ui:after{content:attr(data-text);display:block;max-width:125px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;font-family:sans-serif;color:#343a40;text-align:center;text-transform:uppercase}.freeze-ui:before{content:"";display:block;width:150px;height:150px;border-radius:50%;border-width:2px;border-style:solid;border-color:transparent #228ae6 #228ae6;position:absolute;top:calc(50% - 75px);left:calc(50% - 75px);will-change:transform;animation:spin .75s infinite ease-in-out} |
|
||||
@ -1 +0,0 @@ |
|||||
(()=>{let a=document.createElement('div');a.classList.add('freeze-ui'),window.FreezeUI=(b={})=>{let c=document.querySelector(b.selector)||document.body;a.setAttribute('data-text',b.text||'Loading'),document.querySelector(b.selector)&&(a.style.position='absolute'),c.appendChild(a)},window.UnFreezeUI=()=>{let b=document.querySelector('.freeze-ui');b&&(b.classList.add('is-unfreezing'),setTimeout(()=>{b&&(b.classList.remove('is-unfreezing'),b.parentElement.removeChild(b))},250))}})(); |
|
||||
@ -0,0 +1,56 @@ |
|||||
|
@keyframes spin { |
||||
|
0% { |
||||
|
transform: translateZ(0) rotate(0deg); |
||||
|
} |
||||
|
|
||||
|
100% { |
||||
|
transform: translateZ(0) rotate(360deg); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.abp-block-area { |
||||
|
position: fixed; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
z-index: 999999999; |
||||
|
background-color: #fff; |
||||
|
opacity: .8; |
||||
|
transition: opacity .25s; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-disappearing { |
||||
|
opacity: 0; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:after { |
||||
|
content: attr(data-text); |
||||
|
display: block; |
||||
|
max-width: 125px; |
||||
|
position: absolute; |
||||
|
top: 50%; |
||||
|
left: 50%; |
||||
|
transform: translate(-50%, -50%); |
||||
|
font-size: 20px; |
||||
|
font-family: sans-serif; |
||||
|
color: #343a40; |
||||
|
text-align: center; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:before { |
||||
|
content: ""; |
||||
|
display: block; |
||||
|
width: 150px; |
||||
|
height: 150px; |
||||
|
border-radius: 50%; |
||||
|
border-width: 2px; |
||||
|
border-style: solid; |
||||
|
border-color: transparent #228ae6 #228ae6 #228ae6; |
||||
|
position: absolute; |
||||
|
top: calc(50% - 75px); |
||||
|
left: calc(50% - 75px); |
||||
|
will-change: transform; |
||||
|
animation: spin .75s infinite ease-in-out; |
||||
|
} |
||||
@ -1 +0,0 @@ |
|||||
@keyframes spin{0%{transform:translateZ(0) rotate(0)}100%{transform:translateZ(0) rotate(360deg)}}.freeze-ui{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999999;background-color:#fff;opacity:.8;transition:opacity .25s}.freeze-ui.is-unfreezing{opacity:0}.freeze-ui:after{content:attr(data-text);display:block;max-width:125px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;font-family:sans-serif;color:#343a40;text-align:center;text-transform:uppercase}.freeze-ui:before{content:"";display:block;width:150px;height:150px;border-radius:50%;border-width:2px;border-style:solid;border-color:transparent #228ae6 #228ae6;position:absolute;top:calc(50% - 75px);left:calc(50% - 75px);will-change:transform;animation:spin .75s infinite ease-in-out} |
|
||||
@ -1 +0,0 @@ |
|||||
(()=>{let a=document.createElement('div');a.classList.add('freeze-ui'),window.FreezeUI=(b={})=>{let c=document.querySelector(b.selector)||document.body;a.setAttribute('data-text',b.text||'Loading'),document.querySelector(b.selector)&&(a.style.position='absolute'),c.appendChild(a)},window.UnFreezeUI=()=>{let b=document.querySelector('.freeze-ui');b&&(b.classList.add('is-unfreezing'),setTimeout(()=>{b&&(b.classList.remove('is-unfreezing'),b.parentElement.removeChild(b))},250))}})(); |
|
||||
@ -0,0 +1,56 @@ |
|||||
|
@keyframes spin { |
||||
|
0% { |
||||
|
transform: translateZ(0) rotate(0deg); |
||||
|
} |
||||
|
|
||||
|
100% { |
||||
|
transform: translateZ(0) rotate(360deg); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.abp-block-area { |
||||
|
position: fixed; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
z-index: 999999999; |
||||
|
background-color: #fff; |
||||
|
opacity: .8; |
||||
|
transition: opacity .25s; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-disappearing { |
||||
|
opacity: 0; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:after { |
||||
|
content: attr(data-text); |
||||
|
display: block; |
||||
|
max-width: 125px; |
||||
|
position: absolute; |
||||
|
top: 50%; |
||||
|
left: 50%; |
||||
|
transform: translate(-50%, -50%); |
||||
|
font-size: 20px; |
||||
|
font-family: sans-serif; |
||||
|
color: #343a40; |
||||
|
text-align: center; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:before { |
||||
|
content: ""; |
||||
|
display: block; |
||||
|
width: 150px; |
||||
|
height: 150px; |
||||
|
border-radius: 50%; |
||||
|
border-width: 2px; |
||||
|
border-style: solid; |
||||
|
border-color: transparent #228ae6 #228ae6 #228ae6; |
||||
|
position: absolute; |
||||
|
top: calc(50% - 75px); |
||||
|
left: calc(50% - 75px); |
||||
|
will-change: transform; |
||||
|
animation: spin .75s infinite ease-in-out; |
||||
|
} |
||||
@ -1 +0,0 @@ |
|||||
@keyframes spin{0%{transform:translateZ(0) rotate(0)}100%{transform:translateZ(0) rotate(360deg)}}.freeze-ui{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999999;background-color:#fff;opacity:.8;transition:opacity .25s}.freeze-ui.is-unfreezing{opacity:0}.freeze-ui:after{content:attr(data-text);display:block;max-width:125px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;font-family:sans-serif;color:#343a40;text-align:center;text-transform:uppercase}.freeze-ui:before{content:"";display:block;width:150px;height:150px;border-radius:50%;border-width:2px;border-style:solid;border-color:transparent #228ae6 #228ae6;position:absolute;top:calc(50% - 75px);left:calc(50% - 75px);will-change:transform;animation:spin .75s infinite ease-in-out} |
|
||||
@ -1 +0,0 @@ |
|||||
(()=>{let a=document.createElement('div');a.classList.add('freeze-ui'),window.FreezeUI=(b={})=>{let c=document.querySelector(b.selector)||document.body;a.setAttribute('data-text',b.text||'Loading'),document.querySelector(b.selector)&&(a.style.position='absolute'),c.appendChild(a)},window.UnFreezeUI=()=>{let b=document.querySelector('.freeze-ui');b&&(b.classList.add('is-unfreezing'),setTimeout(()=>{b&&(b.classList.remove('is-unfreezing'),b.parentElement.removeChild(b))},250))}})(); |
|
||||
@ -0,0 +1,56 @@ |
|||||
|
@keyframes spin { |
||||
|
0% { |
||||
|
transform: translateZ(0) rotate(0deg); |
||||
|
} |
||||
|
|
||||
|
100% { |
||||
|
transform: translateZ(0) rotate(360deg); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.abp-block-area { |
||||
|
position: fixed; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
z-index: 999999999; |
||||
|
background-color: #fff; |
||||
|
opacity: .8; |
||||
|
transition: opacity .25s; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-disappearing { |
||||
|
opacity: 0; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:after { |
||||
|
content: attr(data-text); |
||||
|
display: block; |
||||
|
max-width: 125px; |
||||
|
position: absolute; |
||||
|
top: 50%; |
||||
|
left: 50%; |
||||
|
transform: translate(-50%, -50%); |
||||
|
font-size: 20px; |
||||
|
font-family: sans-serif; |
||||
|
color: #343a40; |
||||
|
text-align: center; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:before { |
||||
|
content: ""; |
||||
|
display: block; |
||||
|
width: 150px; |
||||
|
height: 150px; |
||||
|
border-radius: 50%; |
||||
|
border-width: 2px; |
||||
|
border-style: solid; |
||||
|
border-color: transparent #228ae6 #228ae6 #228ae6; |
||||
|
position: absolute; |
||||
|
top: calc(50% - 75px); |
||||
|
left: calc(50% - 75px); |
||||
|
will-change: transform; |
||||
|
animation: spin .75s infinite ease-in-out; |
||||
|
} |
||||
@ -1 +0,0 @@ |
|||||
@keyframes spin{0%{transform:translateZ(0) rotate(0)}100%{transform:translateZ(0) rotate(360deg)}}.freeze-ui{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999999;background-color:#fff;opacity:.8;transition:opacity .25s}.freeze-ui.is-unfreezing{opacity:0}.freeze-ui:after{content:attr(data-text);display:block;max-width:125px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;font-family:sans-serif;color:#343a40;text-align:center;text-transform:uppercase}.freeze-ui:before{content:"";display:block;width:150px;height:150px;border-radius:50%;border-width:2px;border-style:solid;border-color:transparent #228ae6 #228ae6;position:absolute;top:calc(50% - 75px);left:calc(50% - 75px);will-change:transform;animation:spin .75s infinite ease-in-out} |
|
||||
@ -1 +0,0 @@ |
|||||
(()=>{let a=document.createElement('div');a.classList.add('freeze-ui'),window.FreezeUI=(b={})=>{let c=document.querySelector(b.selector)||document.body;a.setAttribute('data-text',b.text||'Loading'),document.querySelector(b.selector)&&(a.style.position='absolute'),c.appendChild(a)},window.UnFreezeUI=()=>{let b=document.querySelector('.freeze-ui');b&&(b.classList.add('is-unfreezing'),setTimeout(()=>{b&&(b.classList.remove('is-unfreezing'),b.parentElement.removeChild(b))},250))}})(); |
|
||||
@ -0,0 +1,56 @@ |
|||||
|
@keyframes spin { |
||||
|
0% { |
||||
|
transform: translateZ(0) rotate(0deg); |
||||
|
} |
||||
|
|
||||
|
100% { |
||||
|
transform: translateZ(0) rotate(360deg); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.abp-block-area { |
||||
|
position: fixed; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
z-index: 999999999; |
||||
|
background-color: #fff; |
||||
|
opacity: .8; |
||||
|
transition: opacity .25s; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-disappearing { |
||||
|
opacity: 0; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:after { |
||||
|
content: attr(data-text); |
||||
|
display: block; |
||||
|
max-width: 125px; |
||||
|
position: absolute; |
||||
|
top: 50%; |
||||
|
left: 50%; |
||||
|
transform: translate(-50%, -50%); |
||||
|
font-size: 20px; |
||||
|
font-family: sans-serif; |
||||
|
color: #343a40; |
||||
|
text-align: center; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:before { |
||||
|
content: ""; |
||||
|
display: block; |
||||
|
width: 150px; |
||||
|
height: 150px; |
||||
|
border-radius: 50%; |
||||
|
border-width: 2px; |
||||
|
border-style: solid; |
||||
|
border-color: transparent #228ae6 #228ae6 #228ae6; |
||||
|
position: absolute; |
||||
|
top: calc(50% - 75px); |
||||
|
left: calc(50% - 75px); |
||||
|
will-change: transform; |
||||
|
animation: spin .75s infinite ease-in-out; |
||||
|
} |
||||
@ -1 +0,0 @@ |
|||||
@keyframes spin{0%{transform:translateZ(0) rotate(0)}100%{transform:translateZ(0) rotate(360deg)}}.freeze-ui{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999999;background-color:#fff;opacity:.8;transition:opacity .25s}.freeze-ui.is-unfreezing{opacity:0}.freeze-ui:after{content:attr(data-text);display:block;max-width:125px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;font-family:sans-serif;color:#343a40;text-align:center;text-transform:uppercase}.freeze-ui:before{content:"";display:block;width:150px;height:150px;border-radius:50%;border-width:2px;border-style:solid;border-color:transparent #228ae6 #228ae6;position:absolute;top:calc(50% - 75px);left:calc(50% - 75px);will-change:transform;animation:spin .75s infinite ease-in-out} |
|
||||
@ -1 +0,0 @@ |
|||||
(()=>{let a=document.createElement('div');a.classList.add('freeze-ui'),window.FreezeUI=(b={})=>{let c=document.querySelector(b.selector)||document.body;a.setAttribute('data-text',b.text||'Loading'),document.querySelector(b.selector)&&(a.style.position='absolute'),c.appendChild(a)},window.UnFreezeUI=()=>{let b=document.querySelector('.freeze-ui');b&&(b.classList.add('is-unfreezing'),setTimeout(()=>{b&&(b.classList.remove('is-unfreezing'),b.parentElement.removeChild(b))},250))}})(); |
|
||||
@ -0,0 +1,56 @@ |
|||||
|
@keyframes spin { |
||||
|
0% { |
||||
|
transform: translateZ(0) rotate(0deg); |
||||
|
} |
||||
|
|
||||
|
100% { |
||||
|
transform: translateZ(0) rotate(360deg); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.abp-block-area { |
||||
|
position: fixed; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
z-index: 999999999; |
||||
|
background-color: #fff; |
||||
|
opacity: .8; |
||||
|
transition: opacity .25s; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-disappearing { |
||||
|
opacity: 0; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:after { |
||||
|
content: attr(data-text); |
||||
|
display: block; |
||||
|
max-width: 125px; |
||||
|
position: absolute; |
||||
|
top: 50%; |
||||
|
left: 50%; |
||||
|
transform: translate(-50%, -50%); |
||||
|
font-size: 20px; |
||||
|
font-family: sans-serif; |
||||
|
color: #343a40; |
||||
|
text-align: center; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:before { |
||||
|
content: ""; |
||||
|
display: block; |
||||
|
width: 150px; |
||||
|
height: 150px; |
||||
|
border-radius: 50%; |
||||
|
border-width: 2px; |
||||
|
border-style: solid; |
||||
|
border-color: transparent #228ae6 #228ae6 #228ae6; |
||||
|
position: absolute; |
||||
|
top: calc(50% - 75px); |
||||
|
left: calc(50% - 75px); |
||||
|
will-change: transform; |
||||
|
animation: spin .75s infinite ease-in-out; |
||||
|
} |
||||
@ -1 +0,0 @@ |
|||||
@keyframes spin{0%{transform:translateZ(0) rotate(0)}100%{transform:translateZ(0) rotate(360deg)}}.freeze-ui{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999999;background-color:#fff;opacity:.8;transition:opacity .25s}.freeze-ui.is-unfreezing{opacity:0}.freeze-ui:after{content:attr(data-text);display:block;max-width:125px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;font-family:sans-serif;color:#343a40;text-align:center;text-transform:uppercase}.freeze-ui:before{content:"";display:block;width:150px;height:150px;border-radius:50%;border-width:2px;border-style:solid;border-color:transparent #228ae6 #228ae6;position:absolute;top:calc(50% - 75px);left:calc(50% - 75px);will-change:transform;animation:spin .75s infinite ease-in-out} |
|
||||
@ -1 +0,0 @@ |
|||||
(()=>{let a=document.createElement('div');a.classList.add('freeze-ui'),window.FreezeUI=(b={})=>{let c=document.querySelector(b.selector)||document.body;a.setAttribute('data-text',b.text||'Loading'),document.querySelector(b.selector)&&(a.style.position='absolute'),c.appendChild(a)},window.UnFreezeUI=()=>{let b=document.querySelector('.freeze-ui');b&&(b.classList.add('is-unfreezing'),setTimeout(()=>{b&&(b.classList.remove('is-unfreezing'),b.parentElement.removeChild(b))},250))}})(); |
|
||||
@ -0,0 +1,56 @@ |
|||||
|
@keyframes spin { |
||||
|
0% { |
||||
|
transform: translateZ(0) rotate(0deg); |
||||
|
} |
||||
|
|
||||
|
100% { |
||||
|
transform: translateZ(0) rotate(360deg); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.abp-block-area { |
||||
|
position: fixed; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
z-index: 999999999; |
||||
|
background-color: #fff; |
||||
|
opacity: .8; |
||||
|
transition: opacity .25s; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-disappearing { |
||||
|
opacity: 0; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:after { |
||||
|
content: attr(data-text); |
||||
|
display: block; |
||||
|
max-width: 125px; |
||||
|
position: absolute; |
||||
|
top: 50%; |
||||
|
left: 50%; |
||||
|
transform: translate(-50%, -50%); |
||||
|
font-size: 20px; |
||||
|
font-family: sans-serif; |
||||
|
color: #343a40; |
||||
|
text-align: center; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:before { |
||||
|
content: ""; |
||||
|
display: block; |
||||
|
width: 150px; |
||||
|
height: 150px; |
||||
|
border-radius: 50%; |
||||
|
border-width: 2px; |
||||
|
border-style: solid; |
||||
|
border-color: transparent #228ae6 #228ae6 #228ae6; |
||||
|
position: absolute; |
||||
|
top: calc(50% - 75px); |
||||
|
left: calc(50% - 75px); |
||||
|
will-change: transform; |
||||
|
animation: spin .75s infinite ease-in-out; |
||||
|
} |
||||
@ -1 +0,0 @@ |
|||||
@keyframes spin{0%{transform:translateZ(0) rotate(0)}100%{transform:translateZ(0) rotate(360deg)}}.freeze-ui{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999999;background-color:#fff;opacity:.8;transition:opacity .25s}.freeze-ui.is-unfreezing{opacity:0}.freeze-ui:after{content:attr(data-text);display:block;max-width:125px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;font-family:sans-serif;color:#343a40;text-align:center;text-transform:uppercase}.freeze-ui:before{content:"";display:block;width:150px;height:150px;border-radius:50%;border-width:2px;border-style:solid;border-color:transparent #228ae6 #228ae6;position:absolute;top:calc(50% - 75px);left:calc(50% - 75px);will-change:transform;animation:spin .75s infinite ease-in-out} |
|
||||
@ -1 +0,0 @@ |
|||||
(()=>{let a=document.createElement('div');a.classList.add('freeze-ui'),window.FreezeUI=(b={})=>{let c=document.querySelector(b.selector)||document.body;a.setAttribute('data-text',b.text||'Loading'),document.querySelector(b.selector)&&(a.style.position='absolute'),c.appendChild(a)},window.UnFreezeUI=()=>{let b=document.querySelector('.freeze-ui');b&&(b.classList.add('is-unfreezing'),setTimeout(()=>{b&&(b.classList.remove('is-unfreezing'),b.parentElement.removeChild(b))},250))}})(); |
|
||||
@ -0,0 +1,56 @@ |
|||||
|
@keyframes spin { |
||||
|
0% { |
||||
|
transform: translateZ(0) rotate(0deg); |
||||
|
} |
||||
|
|
||||
|
100% { |
||||
|
transform: translateZ(0) rotate(360deg); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.abp-block-area { |
||||
|
position: fixed; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
z-index: 999999999; |
||||
|
background-color: #fff; |
||||
|
opacity: .8; |
||||
|
transition: opacity .25s; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-disappearing { |
||||
|
opacity: 0; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:after { |
||||
|
content: attr(data-text); |
||||
|
display: block; |
||||
|
max-width: 125px; |
||||
|
position: absolute; |
||||
|
top: 50%; |
||||
|
left: 50%; |
||||
|
transform: translate(-50%, -50%); |
||||
|
font-size: 20px; |
||||
|
font-family: sans-serif; |
||||
|
color: #343a40; |
||||
|
text-align: center; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:before { |
||||
|
content: ""; |
||||
|
display: block; |
||||
|
width: 150px; |
||||
|
height: 150px; |
||||
|
border-radius: 50%; |
||||
|
border-width: 2px; |
||||
|
border-style: solid; |
||||
|
border-color: transparent #228ae6 #228ae6 #228ae6; |
||||
|
position: absolute; |
||||
|
top: calc(50% - 75px); |
||||
|
left: calc(50% - 75px); |
||||
|
will-change: transform; |
||||
|
animation: spin .75s infinite ease-in-out; |
||||
|
} |
||||
@ -1 +0,0 @@ |
|||||
@keyframes spin{0%{transform:translateZ(0) rotate(0)}100%{transform:translateZ(0) rotate(360deg)}}.freeze-ui{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999999;background-color:#fff;opacity:.8;transition:opacity .25s}.freeze-ui.is-unfreezing{opacity:0}.freeze-ui:after{content:attr(data-text);display:block;max-width:125px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;font-family:sans-serif;color:#343a40;text-align:center;text-transform:uppercase}.freeze-ui:before{content:"";display:block;width:150px;height:150px;border-radius:50%;border-width:2px;border-style:solid;border-color:transparent #228ae6 #228ae6;position:absolute;top:calc(50% - 75px);left:calc(50% - 75px);will-change:transform;animation:spin .75s infinite ease-in-out} |
|
||||
@ -1 +0,0 @@ |
|||||
(()=>{let a=document.createElement('div');a.classList.add('freeze-ui'),window.FreezeUI=(b={})=>{let c=document.querySelector(b.selector)||document.body;a.setAttribute('data-text',b.text||'Loading'),document.querySelector(b.selector)&&(a.style.position='absolute'),c.appendChild(a)},window.UnFreezeUI=()=>{let b=document.querySelector('.freeze-ui');b&&(b.classList.add('is-unfreezing'),setTimeout(()=>{b&&(b.classList.remove('is-unfreezing'),b.parentElement.removeChild(b))},250))}})(); |
|
||||
@ -0,0 +1,56 @@ |
|||||
|
@keyframes spin { |
||||
|
0% { |
||||
|
transform: translateZ(0) rotate(0deg); |
||||
|
} |
||||
|
|
||||
|
100% { |
||||
|
transform: translateZ(0) rotate(360deg); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.abp-block-area { |
||||
|
position: fixed; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
z-index: 999999999; |
||||
|
background-color: #fff; |
||||
|
opacity: .8; |
||||
|
transition: opacity .25s; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-disappearing { |
||||
|
opacity: 0; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:after { |
||||
|
content: attr(data-text); |
||||
|
display: block; |
||||
|
max-width: 125px; |
||||
|
position: absolute; |
||||
|
top: 50%; |
||||
|
left: 50%; |
||||
|
transform: translate(-50%, -50%); |
||||
|
font-size: 20px; |
||||
|
font-family: sans-serif; |
||||
|
color: #343a40; |
||||
|
text-align: center; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:before { |
||||
|
content: ""; |
||||
|
display: block; |
||||
|
width: 150px; |
||||
|
height: 150px; |
||||
|
border-radius: 50%; |
||||
|
border-width: 2px; |
||||
|
border-style: solid; |
||||
|
border-color: transparent #228ae6 #228ae6 #228ae6; |
||||
|
position: absolute; |
||||
|
top: calc(50% - 75px); |
||||
|
left: calc(50% - 75px); |
||||
|
will-change: transform; |
||||
|
animation: spin .75s infinite ease-in-out; |
||||
|
} |
||||
@ -1 +0,0 @@ |
|||||
@keyframes spin{0%{transform:translateZ(0) rotate(0)}100%{transform:translateZ(0) rotate(360deg)}}.freeze-ui{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999999;background-color:#fff;opacity:.8;transition:opacity .25s}.freeze-ui.is-unfreezing{opacity:0}.freeze-ui:after{content:attr(data-text);display:block;max-width:125px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;font-family:sans-serif;color:#343a40;text-align:center;text-transform:uppercase}.freeze-ui:before{content:"";display:block;width:150px;height:150px;border-radius:50%;border-width:2px;border-style:solid;border-color:transparent #228ae6 #228ae6;position:absolute;top:calc(50% - 75px);left:calc(50% - 75px);will-change:transform;animation:spin .75s infinite ease-in-out} |
|
||||
@ -1 +0,0 @@ |
|||||
(()=>{let a=document.createElement('div');a.classList.add('freeze-ui'),window.FreezeUI=(b={})=>{let c=document.querySelector(b.selector)||document.body;a.setAttribute('data-text',b.text||'Loading'),document.querySelector(b.selector)&&(a.style.position='absolute'),c.appendChild(a)},window.UnFreezeUI=()=>{let b=document.querySelector('.freeze-ui');b&&(b.classList.add('is-unfreezing'),setTimeout(()=>{b&&(b.classList.remove('is-unfreezing'),b.parentElement.removeChild(b))},250))}})(); |
|
||||
@ -0,0 +1,56 @@ |
|||||
|
@keyframes spin { |
||||
|
0% { |
||||
|
transform: translateZ(0) rotate(0deg); |
||||
|
} |
||||
|
|
||||
|
100% { |
||||
|
transform: translateZ(0) rotate(360deg); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.abp-block-area { |
||||
|
position: fixed; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
z-index: 999999999; |
||||
|
background-color: #fff; |
||||
|
opacity: .8; |
||||
|
transition: opacity .25s; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-disappearing { |
||||
|
opacity: 0; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:after { |
||||
|
content: attr(data-text); |
||||
|
display: block; |
||||
|
max-width: 125px; |
||||
|
position: absolute; |
||||
|
top: 50%; |
||||
|
left: 50%; |
||||
|
transform: translate(-50%, -50%); |
||||
|
font-size: 20px; |
||||
|
font-family: sans-serif; |
||||
|
color: #343a40; |
||||
|
text-align: center; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:before { |
||||
|
content: ""; |
||||
|
display: block; |
||||
|
width: 150px; |
||||
|
height: 150px; |
||||
|
border-radius: 50%; |
||||
|
border-width: 2px; |
||||
|
border-style: solid; |
||||
|
border-color: transparent #228ae6 #228ae6 #228ae6; |
||||
|
position: absolute; |
||||
|
top: calc(50% - 75px); |
||||
|
left: calc(50% - 75px); |
||||
|
will-change: transform; |
||||
|
animation: spin .75s infinite ease-in-out; |
||||
|
} |
||||
@ -1 +0,0 @@ |
|||||
@keyframes spin{0%{transform:translateZ(0) rotate(0)}100%{transform:translateZ(0) rotate(360deg)}}.freeze-ui{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999999;background-color:#fff;opacity:.8;transition:opacity .25s}.freeze-ui.is-unfreezing{opacity:0}.freeze-ui:after{content:attr(data-text);display:block;max-width:125px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;font-family:sans-serif;color:#343a40;text-align:center;text-transform:uppercase}.freeze-ui:before{content:"";display:block;width:150px;height:150px;border-radius:50%;border-width:2px;border-style:solid;border-color:transparent #228ae6 #228ae6;position:absolute;top:calc(50% - 75px);left:calc(50% - 75px);will-change:transform;animation:spin .75s infinite ease-in-out} |
|
||||
@ -1 +0,0 @@ |
|||||
(()=>{let a=document.createElement('div');a.classList.add('freeze-ui'),window.FreezeUI=(b={})=>{let c=document.querySelector(b.selector)||document.body;a.setAttribute('data-text',b.text||'Loading'),document.querySelector(b.selector)&&(a.style.position='absolute'),c.appendChild(a)},window.UnFreezeUI=()=>{let b=document.querySelector('.freeze-ui');b&&(b.classList.add('is-unfreezing'),setTimeout(()=>{b&&(b.classList.remove('is-unfreezing'),b.parentElement.removeChild(b))},250))}})(); |
|
||||
@ -0,0 +1,56 @@ |
|||||
|
@keyframes spin { |
||||
|
0% { |
||||
|
transform: translateZ(0) rotate(0deg); |
||||
|
} |
||||
|
|
||||
|
100% { |
||||
|
transform: translateZ(0) rotate(360deg); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.abp-block-area { |
||||
|
position: fixed; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
z-index: 999999999; |
||||
|
background-color: #fff; |
||||
|
opacity: .8; |
||||
|
transition: opacity .25s; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-disappearing { |
||||
|
opacity: 0; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:after { |
||||
|
content: attr(data-text); |
||||
|
display: block; |
||||
|
max-width: 125px; |
||||
|
position: absolute; |
||||
|
top: 50%; |
||||
|
left: 50%; |
||||
|
transform: translate(-50%, -50%); |
||||
|
font-size: 20px; |
||||
|
font-family: sans-serif; |
||||
|
color: #343a40; |
||||
|
text-align: center; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:before { |
||||
|
content: ""; |
||||
|
display: block; |
||||
|
width: 150px; |
||||
|
height: 150px; |
||||
|
border-radius: 50%; |
||||
|
border-width: 2px; |
||||
|
border-style: solid; |
||||
|
border-color: transparent #228ae6 #228ae6 #228ae6; |
||||
|
position: absolute; |
||||
|
top: calc(50% - 75px); |
||||
|
left: calc(50% - 75px); |
||||
|
will-change: transform; |
||||
|
animation: spin .75s infinite ease-in-out; |
||||
|
} |
||||
@ -1 +0,0 @@ |
|||||
@keyframes spin{0%{transform:translateZ(0) rotate(0)}100%{transform:translateZ(0) rotate(360deg)}}.freeze-ui{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999999;background-color:#fff;opacity:.8;transition:opacity .25s}.freeze-ui.is-unfreezing{opacity:0}.freeze-ui:after{content:attr(data-text);display:block;max-width:125px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;font-family:sans-serif;color:#343a40;text-align:center;text-transform:uppercase}.freeze-ui:before{content:"";display:block;width:150px;height:150px;border-radius:50%;border-width:2px;border-style:solid;border-color:transparent #228ae6 #228ae6;position:absolute;top:calc(50% - 75px);left:calc(50% - 75px);will-change:transform;animation:spin .75s infinite ease-in-out} |
|
||||
@ -1 +0,0 @@ |
|||||
(()=>{let a=document.createElement('div');a.classList.add('freeze-ui'),window.FreezeUI=(b={})=>{let c=document.querySelector(b.selector)||document.body;a.setAttribute('data-text',b.text||'Loading'),document.querySelector(b.selector)&&(a.style.position='absolute'),c.appendChild(a)},window.UnFreezeUI=()=>{let b=document.querySelector('.freeze-ui');b&&(b.classList.add('is-unfreezing'),setTimeout(()=>{b&&(b.classList.remove('is-unfreezing'),b.parentElement.removeChild(b))},250))}})(); |
|
||||
@ -0,0 +1,56 @@ |
|||||
|
@keyframes spin { |
||||
|
0% { |
||||
|
transform: translateZ(0) rotate(0deg); |
||||
|
} |
||||
|
|
||||
|
100% { |
||||
|
transform: translateZ(0) rotate(360deg); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.abp-block-area { |
||||
|
position: fixed; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
z-index: 999999999; |
||||
|
background-color: #fff; |
||||
|
opacity: .8; |
||||
|
transition: opacity .25s; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-disappearing { |
||||
|
opacity: 0; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:after { |
||||
|
content: attr(data-text); |
||||
|
display: block; |
||||
|
max-width: 125px; |
||||
|
position: absolute; |
||||
|
top: 50%; |
||||
|
left: 50%; |
||||
|
transform: translate(-50%, -50%); |
||||
|
font-size: 20px; |
||||
|
font-family: sans-serif; |
||||
|
color: #343a40; |
||||
|
text-align: center; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:before { |
||||
|
content: ""; |
||||
|
display: block; |
||||
|
width: 150px; |
||||
|
height: 150px; |
||||
|
border-radius: 50%; |
||||
|
border-width: 2px; |
||||
|
border-style: solid; |
||||
|
border-color: transparent #228ae6 #228ae6 #228ae6; |
||||
|
position: absolute; |
||||
|
top: calc(50% - 75px); |
||||
|
left: calc(50% - 75px); |
||||
|
will-change: transform; |
||||
|
animation: spin .75s infinite ease-in-out; |
||||
|
} |
||||
@ -1 +0,0 @@ |
|||||
@keyframes spin{0%{transform:translateZ(0) rotate(0)}100%{transform:translateZ(0) rotate(360deg)}}.freeze-ui{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999999;background-color:#fff;opacity:.8;transition:opacity .25s}.freeze-ui.is-unfreezing{opacity:0}.freeze-ui:after{content:attr(data-text);display:block;max-width:125px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;font-family:sans-serif;color:#343a40;text-align:center;text-transform:uppercase}.freeze-ui:before{content:"";display:block;width:150px;height:150px;border-radius:50%;border-width:2px;border-style:solid;border-color:transparent #228ae6 #228ae6;position:absolute;top:calc(50% - 75px);left:calc(50% - 75px);will-change:transform;animation:spin .75s infinite ease-in-out} |
|
||||
@ -1 +0,0 @@ |
|||||
(()=>{let a=document.createElement('div');a.classList.add('freeze-ui'),window.FreezeUI=(b={})=>{let c=document.querySelector(b.selector)||document.body;a.setAttribute('data-text',b.text||'Loading'),document.querySelector(b.selector)&&(a.style.position='absolute'),c.appendChild(a)},window.UnFreezeUI=()=>{let b=document.querySelector('.freeze-ui');b&&(b.classList.add('is-unfreezing'),setTimeout(()=>{b&&(b.classList.remove('is-unfreezing'),b.parentElement.removeChild(b))},250))}})(); |
|
||||
@ -0,0 +1,56 @@ |
|||||
|
@keyframes spin { |
||||
|
0% { |
||||
|
transform: translateZ(0) rotate(0deg); |
||||
|
} |
||||
|
|
||||
|
100% { |
||||
|
transform: translateZ(0) rotate(360deg); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.abp-block-area { |
||||
|
position: fixed; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
z-index: 999999999; |
||||
|
background-color: #fff; |
||||
|
opacity: .8; |
||||
|
transition: opacity .25s; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-disappearing { |
||||
|
opacity: 0; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:after { |
||||
|
content: attr(data-text); |
||||
|
display: block; |
||||
|
max-width: 125px; |
||||
|
position: absolute; |
||||
|
top: 50%; |
||||
|
left: 50%; |
||||
|
transform: translate(-50%, -50%); |
||||
|
font-size: 20px; |
||||
|
font-family: sans-serif; |
||||
|
color: #343a40; |
||||
|
text-align: center; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:before { |
||||
|
content: ""; |
||||
|
display: block; |
||||
|
width: 150px; |
||||
|
height: 150px; |
||||
|
border-radius: 50%; |
||||
|
border-width: 2px; |
||||
|
border-style: solid; |
||||
|
border-color: transparent #228ae6 #228ae6 #228ae6; |
||||
|
position: absolute; |
||||
|
top: calc(50% - 75px); |
||||
|
left: calc(50% - 75px); |
||||
|
will-change: transform; |
||||
|
animation: spin .75s infinite ease-in-out; |
||||
|
} |
||||
@ -1 +0,0 @@ |
|||||
@keyframes spin{0%{transform:translateZ(0) rotate(0)}100%{transform:translateZ(0) rotate(360deg)}}.freeze-ui{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999999;background-color:#fff;opacity:.8;transition:opacity .25s}.freeze-ui.is-unfreezing{opacity:0}.freeze-ui:after{content:attr(data-text);display:block;max-width:125px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;font-family:sans-serif;color:#343a40;text-align:center;text-transform:uppercase}.freeze-ui:before{content:"";display:block;width:150px;height:150px;border-radius:50%;border-width:2px;border-style:solid;border-color:transparent #228ae6 #228ae6;position:absolute;top:calc(50% - 75px);left:calc(50% - 75px);will-change:transform;animation:spin .75s infinite ease-in-out} |
|
||||
@ -1 +0,0 @@ |
|||||
(()=>{let a=document.createElement('div');a.classList.add('freeze-ui'),window.FreezeUI=(b={})=>{let c=document.querySelector(b.selector)||document.body;a.setAttribute('data-text',b.text||'Loading'),document.querySelector(b.selector)&&(a.style.position='absolute'),c.appendChild(a)},window.UnFreezeUI=()=>{let b=document.querySelector('.freeze-ui');b&&(b.classList.add('is-unfreezing'),setTimeout(()=>{b&&(b.classList.remove('is-unfreezing'),b.parentElement.removeChild(b))},250))}})(); |
|
||||
@ -0,0 +1,56 @@ |
|||||
|
@keyframes spin { |
||||
|
0% { |
||||
|
transform: translateZ(0) rotate(0deg); |
||||
|
} |
||||
|
|
||||
|
100% { |
||||
|
transform: translateZ(0) rotate(360deg); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.abp-block-area { |
||||
|
position: fixed; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
z-index: 999999999; |
||||
|
background-color: #fff; |
||||
|
opacity: .8; |
||||
|
transition: opacity .25s; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-disappearing { |
||||
|
opacity: 0; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:after { |
||||
|
content: attr(data-text); |
||||
|
display: block; |
||||
|
max-width: 125px; |
||||
|
position: absolute; |
||||
|
top: 50%; |
||||
|
left: 50%; |
||||
|
transform: translate(-50%, -50%); |
||||
|
font-size: 20px; |
||||
|
font-family: sans-serif; |
||||
|
color: #343a40; |
||||
|
text-align: center; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
|
||||
|
.abp-block-area.abp-block-area-busy:before { |
||||
|
content: ""; |
||||
|
display: block; |
||||
|
width: 150px; |
||||
|
height: 150px; |
||||
|
border-radius: 50%; |
||||
|
border-width: 2px; |
||||
|
border-style: solid; |
||||
|
border-color: transparent #228ae6 #228ae6 #228ae6; |
||||
|
position: absolute; |
||||
|
top: calc(50% - 75px); |
||||
|
left: calc(50% - 75px); |
||||
|
will-change: transform; |
||||
|
animation: spin .75s infinite ease-in-out; |
||||
|
} |
||||
@ -1 +0,0 @@ |
|||||
@keyframes spin{0%{transform:translateZ(0) rotate(0)}100%{transform:translateZ(0) rotate(360deg)}}.freeze-ui{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999999;background-color:#fff;opacity:.8;transition:opacity .25s}.freeze-ui.is-unfreezing{opacity:0}.freeze-ui:after{content:attr(data-text);display:block;max-width:125px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;font-family:sans-serif;color:#343a40;text-align:center;text-transform:uppercase}.freeze-ui:before{content:"";display:block;width:150px;height:150px;border-radius:50%;border-width:2px;border-style:solid;border-color:transparent #228ae6 #228ae6;position:absolute;top:calc(50% - 75px);left:calc(50% - 75px);will-change:transform;animation:spin .75s infinite ease-in-out} |
|
||||
@ -1 +0,0 @@ |
|||||
(()=>{let a=document.createElement('div');a.classList.add('freeze-ui'),window.FreezeUI=(b={})=>{let c=document.querySelector(b.selector)||document.body;a.setAttribute('data-text',b.text||'Loading'),document.querySelector(b.selector)&&(a.style.position='absolute'),c.appendChild(a)},window.UnFreezeUI=()=>{let b=document.querySelector('.freeze-ui');b&&(b.classList.add('is-unfreezing'),setTimeout(()=>{b&&(b.classList.remove('is-unfreezing'),b.parentElement.removeChild(b))},250))}})(); |
|
||||
Loading…
Reference in new issue