Chats: improve input box CSS

This commit is contained in:
Alex Gleason 2020-08-25 19:19:55 -05:00
parent a2cd0b7630
commit 5518959531
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -78,6 +78,7 @@
&__actions { &__actions {
background: var(--foreground-color); background: var(--foreground-color);
margin-top: auto; margin-top: auto;
padding: 6px;
input { input {
width: 100%; width: 100%;
@ -85,8 +86,8 @@
box-sizing: border-box; box-sizing: border-box;
padding: 6px; padding: 6px;
background: var(--background-color); background: var(--background-color);
border: 6px solid var(--foreground-color); border: 0;
border-radius: 10px; border-radius: 6px;
color: var(--primary-text-color); color: var(--primary-text-color);
font-size: 16px; font-size: 16px;
} }