Last active
October 18, 2018 17:40
-
-
Save kevinkace/c74f49785e1e87948991f92c52aa8ab4 to your computer and use it in GitHub Desktop.
flowdock styles
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
| html, | |
| button, | |
| input, | |
| select, | |
| textarea { | |
| /* font-family: monospace; */ | |
| letter-spacing: 0.02em; | |
| } | |
| .avatar-container { | |
| opacity: 0.4; | |
| } | |
| .thread-comment-avatar { | |
| width: 1.018rem; | |
| height: 1.018rem; | |
| } | |
| .chat-message-list .chat-message, | |
| .chat-message-list .inbox-message, | |
| .chat-message-list .error-message, | |
| .chat-message-list .single-message, | |
| .chat-message-list .thread-activity-message, | |
| .chat-message-list .thread-discussion-message { | |
| padding-left: 54px; | |
| } | |
| .chat-message-list .thread-comment-avatar { | |
| margin-top: 10px; | |
| } | |
| .minimized .tab-avatar { | |
| height: 1.1837rem; | |
| line-height: 1.1837rem; | |
| margin-bottom: 1px; | |
| font-weight: bolder; | |
| font-family: monospace; | |
| } | |
| .private-tab .tab-avatar { | |
| height: 2.375rem; | |
| line-height: 2.375rem; | |
| margin-bottom: 0.848rem; | |
| } | |
| #chat li[class*=message] .message-author { | |
| text-transform: uppercase; | |
| font-family: monospace; | |
| } | |
| #chat li[class*=message] { | |
| padding-bottom: 0; | |
| } | |
| .chat-message-list.emphasize-me .me .message-author { | |
| opacity: 1 !important; | |
| } | |
| #chat li[class*=message] .message-author:hover { | |
| opacity: 1; | |
| } | |
| .tab-list-shadow.top, | |
| .tab-list-shadow.bottom { | |
| display: none; | |
| } | |
| .last-read-message-text { | |
| opacity: 0.6; | |
| margin-bottom: -1em; | |
| } | |
| .privates-list ol.org-flows { | |
| display: flex; | |
| flex-wrap: wrap; | |
| padding-left: 0.2em; | |
| } | |
| .privates-list ol.org-flows::before { | |
| content: ""; | |
| position: absolute; | |
| top: -10px; | |
| right: 0; | |
| left: 0; | |
| height: 1px; | |
| background: #666; | |
| } | |
| .privates-list ol.org-flows .tab-avatar { | |
| margin: 0 0.1em 0.4em; | |
| height: 1.975rem; | |
| width: 1.975rem; | |
| } | |
| .minimized .private-tab:first-child .tab-avatar::before { | |
| content: none; | |
| } | |
| .minimized .tab-link .activity-indicator, | |
| .minimized .new-flow .activity-indicator { | |
| left: 1.189rem; | |
| z-index: 1; | |
| animation: infinite 0.5s pulse; | |
| } | |
| @keyframes pulse { | |
| 50% { | |
| background: #47f; | |
| } | |
| } | |
| /* Kevin I */ | |
| [href$="185708"] .tab-avatar { | |
| border: solid 1px red; | |
| } | |
| tab-bar.minimized .close-tab { | |
| right: -0.321rem; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment