2
0

CommentPreview.module.scss 281 B

123456789
  1. @use '~/styles/bootstrap/init' as bs;
  2. @use './comment-inheritance';
  3. @use '../PageEditor/page-editor-inheritance';
  4. .grw-comment-preview {
  5. min-height: page-editor-inheritance.$navbar-editor-height
  6. + comment-inheritance.$codemirror-default-height
  7. + bs.$line-height-base;
  8. }