# hostinger/3.0.43/src/css/components/coming-soon.scss

Hostinger Tools, version 3.0.43. 56 lines.

- Page: https://pluginprobe.com/plugins/hostinger/3.0.43/code/src/css/components/coming-soon.scss
- Raw: https://pluginprobe.com/plugins/hostinger/3.0.43/raw/src/css/components/coming-soon.scss
- Modified: 2025-03-03T08:32:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/hostinger/3.0.43/code/src/css/components/coming-soon.scss#L10-L20`.

```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%;
    }
}

```
