mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2026-01-18 20:42:12 +00:00
add friend
This commit is contained in:
@@ -8,16 +8,25 @@
|
||||
|
||||
.message {
|
||||
display: flex;
|
||||
justify-content: right;
|
||||
border: 1px solid lime;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.sendForm {
|
||||
.friendMessage {
|
||||
display: flex;
|
||||
border: 1px solid red;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.sendForm {
|
||||
display: flex;
|
||||
justify-content: right;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.textarea {
|
||||
margin: 0 10px;
|
||||
|
||||
}
|
||||
|
||||
.button {
|
||||
|
||||
Reference in New Issue
Block a user