21 lines
319 B
SCSS
21 lines
319 B
SCSS
//
|
|
// coming-soon.scss
|
|
//
|
|
|
|
.counter-number {
|
|
font-size: 32px;
|
|
font-weight: $font-weight-semibold;
|
|
text-align: center;
|
|
display: flex;
|
|
span {
|
|
font-size: 16px;
|
|
font-weight: $font-weight-normal;
|
|
display: block;
|
|
padding-top: 5px;
|
|
}
|
|
}
|
|
|
|
.coming-box {
|
|
width: 25%;
|
|
}
|