125 lines
No EOL
2.9 KiB
CSS
125 lines
No EOL
2.9 KiB
CSS
@keyframes wpc-spinner {
|
|
to {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes wpc-spinner {
|
|
to {
|
|
-webkit-transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
.wpclever_essential_kit_wrapper.wpclever_essential_kit_loading {
|
|
min-height: 120px;
|
|
position: relative;
|
|
}
|
|
|
|
.wpclever_essential_kit_loading:before {
|
|
content: '';
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
z-index: 10;
|
|
display: block;
|
|
width: 30px;
|
|
height: 30px;
|
|
margin-top: -15px;
|
|
margin-left: -15px;
|
|
border-width: 4px;
|
|
border-style: solid;
|
|
border-radius: 100%;
|
|
border-top-color: rgba(0, 0, 0, .5);
|
|
border-left-color: rgba(0, 0, 0, .1);
|
|
border-bottom-color: rgba(0, 0, 0, .1);
|
|
border-right-color: rgba(0, 0, 0, .1);
|
|
animation: wpc-spinner 1s linear infinite;
|
|
-webkit-animation: wpc-spinner 1s linear infinite;
|
|
}
|
|
|
|
.wpclever_essential_kit_page .plugin-card-bottom.premium {
|
|
color: #999;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.wpclever_essential_kit_page .plugin-card-bottom.premium strong {
|
|
color: #b05d93;
|
|
}
|
|
|
|
.wpclever_essential_kit_page .plugin-card-bottom.premium a.activate-now,
|
|
.wpclever_essential_kit_page .plugin-card-bottom.premium a.deactivate-now {
|
|
border-color: #b05d93;
|
|
}
|
|
|
|
.wpclever_essential_kit_page .plugin-card-bottom.premium a.deactivate-now {
|
|
background-color: #b05d93;
|
|
color: #b05d93;
|
|
}
|
|
|
|
.wpclever_essential_kit_page a.activate-now,
|
|
.wpclever_essential_kit_page a.deactivate-now {
|
|
position: relative;
|
|
display: inline-block;
|
|
border-radius: 12px;
|
|
box-sizing: border-box;
|
|
padding: 2px;
|
|
width: 40px;
|
|
height: 24px;
|
|
min-height: 24px;
|
|
background: #ddd;
|
|
vertical-align: middle;
|
|
outline: 0;
|
|
cursor: pointer !important;
|
|
transition: all .4s ease;
|
|
box-shadow: none;
|
|
color: #ddd;
|
|
font-size: 12px;
|
|
text-align: right;
|
|
margin-left: 5px;
|
|
text-indent: 100px;
|
|
overflow: hidden;
|
|
border-color: transparent !important;
|
|
}
|
|
|
|
.wpclever_essential_kit_page a.activate-now:focus,
|
|
.wpclever_essential_kit_page a.deactivate-now:focus {
|
|
outline: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.wpclever_essential_kit_page a.deactivate-now {
|
|
background-color: #0073aa;
|
|
color: #0073aa;
|
|
}
|
|
|
|
.wpclever_essential_kit_page a.activate-now:before, .wpclever_essential_kit_page a.activate-now:after,
|
|
.wpclever_essential_kit_page a.deactivate-now:before, .wpclever_essential_kit_page a.deactivate-now:after {
|
|
position: absolute;
|
|
display: block;
|
|
content: "";
|
|
width: 20px;
|
|
height: 20px;
|
|
top: 1px;
|
|
transition: all .4s ease;
|
|
}
|
|
|
|
.wpclever_essential_kit_page a.deactivate-now:after {
|
|
right: 1px;
|
|
left: auto;
|
|
border-radius: 50%;
|
|
background: #fff;
|
|
transition: all .2s ease
|
|
}
|
|
|
|
.wpclever_essential_kit_page a.activate-now:after {
|
|
left: 1px;
|
|
border-radius: 50%;
|
|
background: #fff;
|
|
transition: all .2s ease;
|
|
}
|
|
|
|
.install-now.updating-message {
|
|
pointer-events: none;
|
|
} |