Files
sogo/UI/WebServerResources/scss/views/PreferencesUI.scss
2024-02-27 14:29:59 +01:00

21 lines
389 B
SCSS

/// PreferencesUI.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
[ui-view="signature"] {
.text-preview {
white-space: pre-wrap;
word-wrap: break-word;
}
.sub-information {
margin-bottom: 14px;
text-align: left;
font-size: 12px;
line-height: 14px;
font-weight: 600;
}
// CKEditor
.ck-editor__editable {
min-height: 70px;
}
}