Current File : /home/inlingua/www/dev/wp-content/plugins/blockskit/import/base-install/assets/base-install.css |
.base-install-notice-inner {
-webkit-animation: base-show .3s;
animation: base-show .3s;
}
.base-install-notice-outer,
.base-install-notice-inner {
display: flex;
flex-wrap: nowrap;
flex-direction: column;
align-items: center;
justify-content: center;
}
.base-install-notice-outer {
position: fixed;
background-color: rgba(0, 0, 0, 0.45);
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 9999;
font-size: 1rem;
}
.base-install-notice-inner {
background-color: #FFFFFF;
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
width: 630px;
padding: 50px;
text-align: center;
border-radius: 6px;
min-height: 400px;
}
.base-install-content {
font-size: 15px;
margin-bottom: 25px;
}
.base-install-content .base-install-title {
margin: 0 0 1em;
color: #595959;
font-size: 1.875em;
font-weight: 600;
}
.base-install-content p {
color: #545454;
font-size: 1.125em;
font-weight: 300;
margin-bottom: 2em;
}
.swal2-content ol li,
.swal2-content ol label {
font-size: 16px;
}
.swal2-content ol #installBase {
margin-top: 3px;
}
.base-install-notice-inner .base-install-success{
display: none;
}
.base-install-btn .button {
background-color: #3085d6;
border: 0;
border-radius: .25em;
color: #fff;
font-size: 1.0625em;
margin: .3125em;
padding: .625em 2em;
box-shadow: none;
font-weight: 500;
line-height: 1.4em;
}
.base-install-btn .close-base-button {
background-color: rgb(221, 51, 51);
}
.base-install-btn .close-base-button:hover {
background-color: #C72E2E;
color: #fff;
}
@media screen and (min-width: 992px) {
.base-install-notice-inner {
padding: 50px 200px;
}
}
@keyframes base-show {
0% {
-webkit-transform: scale(.7);
transform: scale(.7);
}
45% {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
80% {
-webkit-transform: scale(.95);
transform: scale(.95);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}