Betelgeuse/src/_chat.scss

31 lines
575 B
SCSS

@use "_vars";
.username-h_Y3Us { /* Usernames in chat*/
padding-left: 0.5ch;
&::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
opacity: 10%;
border-radius: 5px;
padding: 0 0.5ch 0 0;
transform: translateX(-0.5ch);
background-color: currentColor;
}
}
.avatar-2e8lTP {
border-radius: vars.$avatar-roundness;
}
.embedFull-1HGV2S { /* Embeds */
border-top: 7px solid #fff;
border-left: none;
border-radius: 0;
}
.container-2sjPya { /* Attachments */
}