????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.144.108.175 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/customizer/ |
Upload File : |
@import '../buttons'; $background: #23282d; .sf-guided-tour { display: block; background-color: $background; background-color: rgba(35,40,45,.95); border-radius: 5px; box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.145); color: #A4A4A4; font-size: 1.1em; z-index: 999999998; text-align: left; box-sizing: border-box; position: fixed; left: 5px; width: 360px; transition-duration: 250ms; transition-property: opacity; transition-timing-function: ease-in-out; opacity: 0; &:before { content: ''; position: absolute; top: 30px; left: -14px; width: 0; height: 0; border-style: solid; border-width: 14px 14px 14px 0; border-color: transparent $background transparent transparent; } .sf-guided-tour-step { padding: 30px; overflow: hidden; p { font-size: 1em; line-height: 1.7; } h2 { margin-top: 0; font-size: 1.1em; font-weight: 500; color: #fff; } .sf-guided-tour-skip { margin-left: 10px; color: #00AADC; &:hover { opacity: .75; } } } &:not(.sf-first-step) { .sf-guided-tour-step { a.sf-nux-button { display: none; } .sf-guided-tour-skip { display: block; float: right; } } } &.sf-inside-section { .sf-guided-tour-step { a.sf-nux-button { display: inline-block; } .sf-guided-tour-skip { display: none; } } } &.sf-last-step { .sf-guided-tour-step { a.sf-nux-button { display: inline-block; } } } } a.sf-nux-button { vertical-align: middle; &:active { vertical-align: middle; } } .sf-loaded { opacity: 1; } .sf-moving { transition-duration: 250ms; transition-property: transform; transition-timing-function: cubic-bezier(.84,.45,.68,1.44); } .sf-entering, .sf-exiting { .sf-guided-tour { animation-duration: .30s; animation-timing-function: ease-in-out; -webkit-animation-duration: .30s; -webkit-animation-timing-function: ease-in-out; } } .sf-entering { .sf-guided-tour { animation-name: bounceInLeft; -webkit-animation-name: bounceInLeft; } } .sf-exiting { .sf-guided-tour { animation-name: bounceOutRight; -webkit-animation-name: bounceOutRight; } } @-webkit-keyframes bounceInLeft { from { opacity: 0; -webkit-transform: translateX(100%); } to { opacity: 1; -webkit-transform: translateX(0); } } @keyframes bounceInLeft { from { opacity: 0; transform: translateX(100%); } to { opacity: 1; transform: translateX(0); } } @-webkit-keyframes bounceOutRight { to { opacity: 0; -webkit-transform: translateX(100%); } } @keyframes bounceOutRight { to { opacity: 0; transform: translateX(100%); } }