Skip to content

Instantly share code, notes, and snippets.

@petrosagg
Created June 1, 2017 03:58
Show Gist options
  • Select an option

  • Save petrosagg/2d3c53a9d0ba5dcd7887eaad635ad87d to your computer and use it in GitHub Desktop.

Select an option

Save petrosagg/2d3c53a9d0ba5dcd7887eaad635ad87d to your computer and use it in GitHub Desktop.
li.chat-message.message {
padding-left: 20px;
transition: background-color 0s ease;
}
.avatar-container {
display: none;
}
.bubble-container svg {
display: none;
}
.bubble-container .bubble {
border-left-width: 4px ;
border-left-style: solid ;
margin-left: 2px;
}
li.comment-group-hover {
background-color: #fafafa;
}
#thread .bubble-container {
display: none ;
}
.flow-tab .tab-avatar {
display: none;
}
.notification-container {
border-radius: 2px;
}
.message-form fieldset {
border-radius: 2px ;
}
.message-form.focused fieldset {
border-color: #666 ;
}
.message-form.focused textarea {
box-shadow: none ;
}
.thread-indicator {
display: none ;
}
li.selected-message {
background-color: #f8f8ff;
}
.input-button {
border-bottom-right-radius: 2px ;
}
.chat-message.message {
padding-left: 5rem;
border-top-width: 1px;
}
.thread-comment {
margin-left: 0;
}
#tab-bar {
width: 13rem;
}
.thread-content-wrap {
background-color: white;
}
.thread-content-wrap .chat-message {
background-color: white;
border-top: 1px solid #f3f3f3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment