This commit is contained in:
Beatrice Olivera
2018-09-06 14:17:24 +01:00
parent 1327e86d03
commit 84a155571a
3 changed files with 50 additions and 14 deletions

View File

@@ -101,3 +101,24 @@ select:not([multiple]) {
box-shadow: none;
}
}
.chat-information {
display:flex;
justify-content: space-between;
align-items: center;
}
.input-group{
width: 100%;
}
.form-inline{
width: 100%;
}
.guyisbadass{
width: 85%;
}
#chat-input {
}