- UI Revisions

This commit is contained in:
2018-05-29 00:30:49 -04:00
parent a7833a9314
commit 8f5ec53ac4
33 changed files with 487 additions and 447 deletions

View File

@@ -12,40 +12,17 @@ page-chat {
.message-bubble {
background-color: #fdb315;
border-radius: 0.5rem;
font-family: 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, sans-serif;
line-height: 1.5;
margin: 1rem 1rem 2.5rem auto;
max-width: 75%;
overflow: visible;
padding: 0.75rem;
position: relative;
&::after {
border: 0.625em solid transparent;
border-bottom: 0;
border-right: 0;
border-top-color: #fdb315;
bottom: 0;
content: '';
height: 0;
right: 2rem;
margin-bottom: -0.6em;
margin-left: -0.312em;
position: absolute;
width: 0;
}
&.is-user {
background-color: #6fbedf;
margin: 1rem auto 2.5rem 1rem;
&::after {
border: 0.625em solid transparent;
border-bottom: 0;
border-left: 0;
border-top-color: #6fbedf;
right: auto;
margin-right: -0.312em;
left: 2rem;
}
}
.item-inner {