@lxlib/theme
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.
56 lines (49 loc) • 783 B
text/less
.point {
cursor: pointer;
}
.no {
&-resize {
min-width: 100%;
max-width: 100%;
resize: none;
}
&-data {
color: rgba(0, 0, 0, 0.25);
font-size: 16px;
line-height: 64px;
text-align: center;
i {
position: relative;
top: 3px;
margin-right: 16px;
font-size: 24px;
}
}
}
.block-center {
margin: 0 auto;
}
// Background image
.bg-center {
background-position: center center;
background-size: cover;
}
.page-loading {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10000;
padding-top: 200px;
text-align: center;
background: @background-color-base;
}
.color-weak {
display: block;
filter: invert(80%);
}
.disabled {
color: @disabled-color;
pointer-events: none;
}