geno/wp-content/plugins/astra-sites/inc/assets/css/import-status.css
2024-02-01 11:54:18 +00:00

97 lines
No EOL
2.3 KiB
CSS

#wpadminbar #astra-sites-import-status-admin-bar {
padding-left: 10px;
border-left: 1px solid #3d4349;
color: #fff;
}
.astra-sites-import-screen.failed .import-step:before {
content: "\f335";
color: #F44336;
}
.astra-sites-import-screen .dashicons-external {
font-size: inherit;
vertical-align: middle;
}
#astra-sites-import-status-admin-bar .dashicons {
font-family: 'dashicons';
display: inline-block;
line-height: 1;
font-weight: 400;
font-style: normal;
speak: none;
text-decoration: inherit;
text-transform: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 20px;
vertical-align: text-top;
text-align: center;
transition: color 0.1s ease-in;
margin-right: 5px;
}
#astra-sites-import-status-admin-bar .loading::before {
color: #9ea3a8;
content: "\f463";
display: inline-block;
font: normal 20px/1 'dashicons';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
vertical-align: top;
animation: rotation 2s infinite linear;
margin: 5px 5px 0 -2px;
font-weight: revert;
}
.astra-sites-import-screen .import-steps {
padding: 1.5em 1em 1em 1.5em;
}
.astra-sites-import-screen .import-step.processing:before {
content: "\f463";
animation: rotation 2s infinite linear;
}
.astra-sites-import-screen .import-step:before {
color: #9ea3a8;
content: "\f139";
display: inline-block;
font: normal 20px/1 'dashicons';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
vertical-align: top;
font-weight: revert;
margin-right: 3px;
}
.astra-sites-import-screen .import-step.success::before {
content: "\f147";
color: #4CAF50;
}
.astra-sites-import-screen .import-step.fail::before {
color: #FF5722;
content: "\f335";
}
.astra-sites-import-screen .footer {
text-align: left;
padding: 10px 15px;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
.astra-sites-import-screen .content {
text-align: left;
padding: 2em 5em 4em 5em;
}
.astra-sites-import-screen .view-site-button .dashicons {
font-size: initial;
vertical-align: middle;
}