Last active
January 27, 2019 14:04
-
-
Save timcole/65e8f932acbe1c2a58ab3bb51ecd2d63 to your computer and use it in GitHub Desktop.
This file contains 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
.chat-header { | |
padding: 16px 15px; | |
} | |
.chat-title { | |
font-size: 14px; | |
} | |
#chat-messages { | |
font-family: "Dank Mono"; | |
max-height: calc(100vh - 150px); | |
} | |
.chat-line-name, .chat-line-text { | |
font-size: 14px; | |
} | |
.chat-line:nth-child(even) { | |
background: #141518; | |
} | |
.chat-footer { | |
padding: 10px; | |
} | |
.chat-bottom { | |
margin-top: 3px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment