68 lines
1004 B
Plaintext
68 lines
1004 B
Plaintext
@import "../../style/CommonStyle.module.less";
|
|
@import "../../style/utils.module.less";
|
|
|
|
.panel {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 10000;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0px;
|
|
|
|
section {
|
|
padding: 0px !important;
|
|
}
|
|
}
|
|
|
|
.container {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
.flex(@direction: column);
|
|
&.launchingWrap {
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
|
|
.fullpageImage {
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
|
|
.baseFontLoading {
|
|
font-family: @baseFont;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
opacity: 0;
|
|
}
|
|
.arialFontLoading {
|
|
font-family: @arialFont;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
opacity: 0;
|
|
}
|
|
.arialFontBoldLoading {
|
|
font-family: @arialFontBold;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
opacity: 0;
|
|
}
|
|
.tahomaFontLoading {
|
|
font-family: @tahomaFont;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
opacity: 0;
|
|
}
|
|
.tahomaFontBoldLoading {
|
|
font-family: @tahomaFontBold;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
opacity: 0;
|
|
}
|