added style for component write, for chat

This commit is contained in:
Kostya
2023-11-19 14:53:34 +03:00
parent 99c9de82f6
commit 2a12f9b1cf
4 changed files with 59 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
.chat {
margin: 9px 12px 0px 0px;
}
.chat__content {
@@ -71,3 +72,40 @@
.content p {
margin-top: 5px;
}
.write {
position: absolute;
bottom: 0;
margin: 24px 87px 22px 16px;
user-select: none;
width: 50%;
}
.write__content {
display: flex;
align-items: center;
text-align: center;
}
.write__content input {
padding: 14px 35% 14px 12px;
border-radius: 13px;
background: #22252F;
color: #A9A99D;
border: none;
}
.write__content input::placeholder {
color: #A9A99D;
font-weight: 800;
font-family: Montserrat;
font-size: 12px;
}
.write__content button {
padding: 8px 9px;
margin-left: -20px;
border-radius: 6px;
background: #3D3F48;
border: none;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1017 B