soapbox/app/styles/chats.scss

25 wiersze
389 B
SCSS
Czysty Zwykły widok Historia

2020-08-25 02:26:42 +00:00
.chat-list {
position: fixed;
bottom: 0;
right: 20px;
width: 265px;
2020-08-25 02:32:39 +00:00
z-index: 99999;
2020-08-25 02:26:42 +00:00
&__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);
}
}