2020-09-02 02:46:13 +08:00
|
|
|
@import "../../stylesheets/variables/breakpoints";
|
2020-06-23 21:38:59 +08:00
|
|
|
|
|
|
|
.muteWarning {
|
2021-08-17 11:18:49 +08:00
|
|
|
position: absolute !important;
|
2020-06-23 21:38:59 +08:00
|
|
|
color: var(--color-white);
|
|
|
|
background-color: var(--color-tip-bg);
|
|
|
|
text-align: center;
|
|
|
|
line-height: 1;
|
|
|
|
font-size: var(--font-size-xl);
|
|
|
|
padding: var(--md-padding-x);
|
|
|
|
border-radius: var(--border-radius);
|
2021-08-17 11:18:49 +08:00
|
|
|
top: -100%;
|
2020-06-23 21:38:59 +08:00
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
2021-08-17 11:18:49 +08:00
|
|
|
z-index: 100;
|
2021-04-29 20:55:01 +08:00
|
|
|
cursor: pointer;
|
2020-06-23 21:38:59 +08:00
|
|
|
|
|
|
|
> span {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
@include mq($small-only) {
|
|
|
|
font-size: var(--font-size-md);;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.alignForMod {
|
2021-08-17 11:18:49 +08:00
|
|
|
left: 72.25%;
|
2020-06-23 21:38:59 +08:00
|
|
|
}
|
2021-08-17 11:18:49 +08:00
|
|
|
|
|
|
|
.alignForViewer {
|
|
|
|
left: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alignForMod, .alignForViewer {
|
|
|
|
[dir="rtl"] & {
|
|
|
|
left: 20%;
|
|
|
|
}
|
|
|
|
@include mq($medium-only) {
|
2021-08-17 20:57:23 +08:00
|
|
|
font-size: var(--font-size-sm);
|
2021-08-17 11:18:49 +08:00
|
|
|
}
|
|
|
|
}
|