Standardize css
This commit is contained in:
parent
a74056f101
commit
32fbdb4530
8 changed files with 28 additions and 35 deletions
|
@ -1,3 +1,5 @@
|
|||
@import "vars";
|
||||
|
||||
.chat {
|
||||
background: white;
|
||||
}
|
||||
|
@ -179,7 +181,7 @@
|
|||
color: white;
|
||||
}
|
||||
.chat-input-icon {
|
||||
color: #045343;
|
||||
color: $theme_color;
|
||||
}
|
||||
.chat-input-icon:hover {
|
||||
background: lightgray;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue