Sha256: 18c1b0f904573833cb41fbfed4565858d1e913b479a6d7c49e405df198cbd405
Contents?: true
Size: 803 Bytes
Versions: 8
Compression:
Stored size: 803 Bytes
Contents
.new-message-modal { width: 0; pre { max-height: 300px; overflow: auto; } .modal-content { width: 400px; } .modal-dialog { position: fixed; right: 10px; bottom: -30px; } .mu-modal-header { @include display-flex(row nowrap, space-between); height: 40px; background-color: $info; padding: 0 15px 0 15px; .mu-modal-header-text { padding-left: 7px; color: white; } .mu-modal-close-button { background-color: transparent; color: white; -moz-appearance: none; -webkit-appearance: none; border: none; padding: 0; } } .mu-message-textarea { &:focus { outline: -webkit-focus-ring-color none 0; } resize: none; border: none; height: 250px; width: 100%; } }
Version data entries
8 entries across 8 versions & 1 rubygems