mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
19 lines
466 B
SCSS
19 lines
466 B
SCSS
/* Note: only CSS1 is supported here (see the limitations of emogrifier: https://github.com/jjriv/emogrifier/) */
|
|
.caselog_header {
|
|
padding: 3px;
|
|
border-top: 1px solid #fff;
|
|
background-color: #ddd;
|
|
padding-left: 16px;
|
|
width: 100%;
|
|
}
|
|
.caselog_header_date {
|
|
}
|
|
.caselog_header_user {
|
|
}
|
|
|
|
/* N°7611 - Ensure to embed HTML fields styles */
|
|
@import "../node_modules/ckeditor5-itop-build/build/styles/compiled-theme";
|
|
.email-is-html-content {
|
|
@extend .ck-content;
|
|
}
|