Sha256: 42fd2c1f432f25d5d3d93a9031f067fa177d5291d660aeafc53d0fab4832c7aa
Contents?: true
Size: 518 Bytes
Versions: 2
Compression:
Stored size: 518 Bytes
Contents
.chatbox { height: 100%; .chats { height: 85%; padding: 0px; list-style: none; margin: 0; overflow-x: scroll; .chat { padding: 5px 25px; p { margin: 0px; } img.person-avatar { width: 25px; height: 25px; } } // .chat } // .chats .chat-input { height: 15%; padding: 7px; form { height: 100%; width: 100%; } #chat-input-text { width: 100%; height: 100%; } // #chat-input-text } // .chat-input } // .chatbox
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
veritrans-2.3.0 | example/rails/cable/app/assets/stylesheets/chatbox.scss |
veritrans-2.2.0 | example/rails/cable/app/assets/stylesheets/chatbox.scss |