dora-ui
Version:
A React.js Mobile UI Library
51 lines (44 loc) • 826 B
text/less
@import '../../style/vars.less';
@spin-prefix-cls: dora-spin;
.@{spin-prefix-cls} {
position: relative;
&-spinner-container {
position: absolute;
top: 0;
left: 0;
z-index: 4;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.35);
&__full {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: @toast-zindex;
}
}
&-text {
color: #fff;
&-sm {
padding-top: 4px;
font-size: 12px;
line-height: 12px;
}
&-md {
padding-top: 6px;
font-size: 14px;
line-height: 14px;
}
&-lg {
padding-top: 8px;
font-size: 16px;
line-height: 16px;
}
}
}