HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpicare/wp-content/updraft/plugins-old/hostinger/src/css/components/coming-soon.scss
@import 'global';
@import '../base/fonts';

.hsr-coming-soon-body {
    @include hostinger-fonts-style;
    display: flex;
    width: 650px;
    height: 564px;
    flex-direction: column;
    align-items: center;
}

.hsr-coming-soon-illustration {
    width: 650px;
    margin-bottom: 32px;
}

body.hostinger {
    background: #F4F5FF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

.hsr-logo {
    width: 150px;
    height: 30px;
    margin-bottom: 32px;
}

.hsr-coming-soon-body h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
}

.hsr-coming-soon-body p {
    color: $paragraph-color;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

@media only screen and (max-width: 768px) {
    .hsr-coming-soon-body {
        width: 80%;
    }

    .hsr-coming-soon-illustration {
        width: 100%;
    }
}