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.
36 lines
739 B
SCSS
36 lines
739 B
SCSS
@import '../common/abstracts/variable';
|
|
@import '../common/abstracts/mixin';
|
|
.wot-theme-dark {
|
|
@include b(loadmore) {
|
|
color: $-dark-color;
|
|
}
|
|
}
|
|
|
|
@include b(loadmore) {
|
|
width: 100%;
|
|
height: $-loadmore-height;
|
|
line-height: $-loadmore-height;
|
|
text-align: center;
|
|
color: $-loadmore-color;
|
|
|
|
@include edeep(loading) {
|
|
display: inline-block;
|
|
margin-right: 8px;
|
|
vertical-align: middle;
|
|
}
|
|
@include e(text) {
|
|
display: inline-block;
|
|
font-size: $-loadmore-fs;
|
|
vertical-align: middle;
|
|
|
|
@include when(light) {
|
|
margin: 0 6px;
|
|
color: $-loadmore-error-color;
|
|
}
|
|
}
|
|
@include edeep(refresh) {
|
|
display: inline-block;
|
|
color: $-loadmore-error-color;
|
|
vertical-align: middle;
|
|
}
|
|
} |