Files
iTop/css/email.scss
2024-07-24 14:20:18 +02:00

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;
}