Newer
Older
@import '../../css/vars.scss';
.loading {
display: flex;
justify-content: center;
}
.linkRes {
position: sticky;
z-index: 2;
bottom: 10px;
margin-left: 10px;
margin-top: 10px;
}
.main-info {
width:100%;
}
.sub-info {
width: 100%;
display: block;
}
.sub-info-data {
white-space: pre;
overflow: hidden;
text-overflow: ellipsis;
padding-left: 5px;
padding-right: 5px;
}
.watermark {
position: absolute;
left: 50%;
transform: translateX(-50%) rotate(-20deg);
color: red;
font-weight: bold;
opacity: 0.6;
}
.senders {
cursor: pointer;
&:hover {
color: $primary
}