Merge pull request #74 from beatriceo/chat-css-fixes

chat css
This commit is contained in:
Beatrice Olivera
2018-09-06 14:18:38 +01:00
committed by GitHub
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 {
}