Created
June 1, 2017 03:58
-
-
Save petrosagg/2d3c53a9d0ba5dcd7887eaad635ad87d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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