Scaffold chat click

This commit is contained in:
Alex Gleason
2020-08-25 11:33:51 -05:00
parent 8823743605
commit 7693fb87cc
5 changed files with 53 additions and 4 deletions

View File

@ -327,9 +327,10 @@
.account {
padding: 10px;
position: relative;
&:not(:last-of-type) {
border-bottom: 1px solid var(--brand-color--med);
border-bottom: 1px solid var(--brand-color--med);
}
&.compact {

View File

@ -228,4 +228,8 @@ noscript {
left: 0;
position: absolute;
z-index: 9999;
background: transparent;
border: 0;
margin: 0;
padding: 0;
}

View File

@ -16,7 +16,6 @@
&__content {
background: var(--foreground-color);
padding: 10px;
}
&__actions {