messages styling, add conversation dropdown, show tooltip on filters
This commit is contained in:
parent
c3319a6e84
commit
0e9a0aa21e
39 changed files with 537 additions and 180 deletions
|
@ -1,5 +1,5 @@
|
|||
@use "sass:color";
|
||||
@use "variables";
|
||||
@use "./variables";
|
||||
|
||||
|
||||
// state colors
|
||||
|
@ -31,7 +31,6 @@
|
|||
background: variables.$success-color;
|
||||
color: variables.$neutral-white;
|
||||
border-color: color.adjust(variables.$success-color, $lightness: -50%);
|
||||
|
||||
}
|
||||
|
||||
.is-error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue