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

Hostinger Tools, version 2.1.1. 56 lines.

- Page: https://pluginprobe.com/plugins/hostinger/2.1.1/code/src/css/components/coming-soon.scss
- Raw: https://pluginprobe.com/plugins/hostinger/2.1.1/raw/src/css/components/coming-soon.scss
- Modified: 2024-03-06T14:16:54+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/2.1.1/code/src/css/components/coming-soon.scss#L10-L20`.

```scss
@import '../base/variables';
@import '../base/fonts';
@import '../base/base';

.hsr-coming-soon-body {
  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%;
  }
}

```
