You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
775 B
SCSS
38 lines
775 B
SCSS
@import '../common/abstracts/variable';
|
|
@import '../common/abstracts/mixin';
|
|
|
|
.wot-theme-dark {
|
|
background-color: $-dark-background2;
|
|
@include b(status-tip) {
|
|
@include e(text) {
|
|
color: $-dark-color3;
|
|
}
|
|
}
|
|
}
|
|
|
|
@include b(status-tip) {
|
|
padding: $-statustip-padding;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
color: $-statustip-color;
|
|
font-size: $-statustip-fs;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
@include e(image) {
|
|
margin: 0 auto;
|
|
display: block;
|
|
width: 160px;
|
|
height: 160px;
|
|
}
|
|
@include e(text) {
|
|
margin: 20px auto 0;
|
|
font-size: $-statustip-fs;
|
|
line-height: $-statustip-line-height;
|
|
color: $-statustip-color;
|
|
text-align: center;
|
|
word-break: break-all;
|
|
}
|
|
} |