25 lines
353 B
Plaintext
25 lines
353 B
Plaintext
@import '@/styles/common.less';
|
|
@import '@/styles/variables.less';
|
|
|
|
.page-start {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
.flex-column();
|
|
|
|
&__app {
|
|
margin-top: 50%;
|
|
}
|
|
|
|
&__icon {
|
|
width: 312px;
|
|
height: 152px;
|
|
}
|
|
|
|
&__text {
|
|
font-size: 30px;
|
|
line-height: 32px;
|
|
font-weight: 400;
|
|
color: @blColorG2;
|
|
margin-top: 32px;
|
|
}
|
|
} |