You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soapbox/app/styles/chats.scss

25 lines
384 B

.pane {
position: fixed;
bottom: 0;
right: 20px;
width: 265px;
z-index: 99999;
&__header {
background: var(--brand-color);
color: #fff;
padding: 6px 10px;
font-size: 18px;
font-weight: bold;
border-radius: 6px 6px 0 0;
}
&__content {
background: var(--foreground-color);
}
&__actions {
background: var(--foreground-color);
}
}