Sha256: 198524e9ac90eca622a746e197e930a4a3b9ab2b8ca24959802671c7900d0665
Contents?: true
Size: 810 Bytes
Versions: 19
Compression:
Stored size: 810 Bytes
Contents
.new-message-modal { width: 0; pre { max-height: 300px; overflow: auto; } .modal-content { width: 400px; } .modal-dialog { position: fixed; right: -50px; bottom: -30px; } .mu-modal-header { @include display-flex(row nowrap, space-between); height: 40px; background-color: $brand-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
19 entries across 19 versions & 1 rubygems