Betelgeuse/src/_chat.scss

56 lines
1.1 KiB
SCSS
Raw Permalink Normal View History

2022-02-10 13:12:43 -06:00
@use "_vars";
.chatContent-3KubbW {
.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;
2022-02-10 13:12:43 -06:00
}
.container-2sjPya { /* Attachments */
}
.form-3gdLxP {
display: flex;
flex-direction: column-reverse;
2022-02-10 13:12:43 -06:00
&:before {
background: none;
}
2022-02-10 13:12:43 -06:00
.base-3bcbY3 {
position: static;
bottom: auto;
}
2022-02-10 13:12:43 -06:00
.channelTextArea-1FufC0 {
margin-bottom: 8px;
2022-02-10 13:12:43 -06:00
.scrollableContainer-15eg7h {
border-radius: vars.$avatar-roundness;
}
}
}
2022-02-10 13:12:43 -06:00
}