| Current Path : /var/www/homesaver/www/bitrix/components/bitrix/sender.sms.text.editor/templates/.default/ |
| Current File : /var/www/homesaver/www/bitrix/components/bitrix/sender.sms.text.editor/templates/.default/style.css |
.sender-sms-text-editor-wrap {
flex: 1;
border: 1px solid #C6CDD3;
border-radius: var(--ui-border-radius-2xs, 2px);
}
.sender-sms-text-editor-textarea {
display: block;
padding: 12px;
width: 100%;
min-height: 120px;
border: none;
border-radius: var(--ui-field-border-radius);
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom: 1px solid #C6CDD3;
font: 14px/19px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
resize: none;
outline: none;
-webkit-appearance: none;
box-sizing: border-box;
}
.sender-sms-text-editor-count {
display: flex;
align-items: center;
padding: 10px 13px;
min-height: 40px;
background: #F8FAFB;
border-radius: var(--ui-field-border-radius);
border-top-right-radius: 0;
border-top-left-radius: 0;
font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-weight: var(--ui-font-weight-regular, 400);
box-sizing: border-box;
}
.sender-sms-text-editor-count-inner {
margin: 0 0 0 auto;
}
.sender-sms-text-editor-count-name {
display: inline-block;
color: #B0B7BD;
}
.sender-sms-text-editor-count-number {
display: inline-block;
color: #89929E;
}
.sender-sms-text-editor-panel-tools-ai-text {
background: url(images/ai-text.svg) no-repeat center;
display: inline-block;
width: 24px;
height: 24px;
}
.sender-sms-text-editor-panel-tools-item {
cursor: pointer;
}