2019-12-03 18:59:11 +09:00
|
|
|
.ucap-message-write {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
.message-receiver-list {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message-title {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message-write-body {
|
|
|
|
overflow: auto;
|
|
|
|
height: 270px;
|
|
|
|
|
|
|
|
.ucap-message-write-editor {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
min-height: 270px;
|
|
|
|
}
|
2019-12-04 17:58:59 +09:00
|
|
|
|
|
|
|
[contenteditable] {
|
|
|
|
transition: padding 0.3s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
[contenteditable]:hover,
|
|
|
|
[contenteditable]:focus {
|
|
|
|
padding: 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
[contenteditable]:hover {
|
|
|
|
background: #fafafa;
|
|
|
|
}
|
|
|
|
|
|
|
|
[contenteditable]:focus {
|
|
|
|
background: #efefef;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
mat-card-actions {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.editor-tools {
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
.editor-actions-spacer {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
|
|
|
.editor-actions {
|
|
|
|
}
|
2019-12-03 18:59:11 +09:00
|
|
|
}
|
|
|
|
}
|