@import "~theme/globals"; :host { .core-notification-icon { width: 34px; height: 34px; margin: 10px !important; } .item core-format-text ::ng-deep { .forumpost { border: 1px solid var(--gray-light); width: 100%; margin: 0 0 1em 0; td { padding: 10px; } .header { background-color: var(--gray-lighter); .picture { width: 48px; text-align: center; @include padding-horizontal(4px, 0px); padding-top: 8px; img { width: 44px !important; } } } .subject { font-weight: 700; margin-bottom: 1rem; } } a { text-decoration: none; } .userpicture { border-radius: 50%; } .mdl-right { text-align: end; a { display: none; } font { font-size: 0.9em; } } .commands { display: none; } hr { margin-top: 1.5rem; margin-bottom: 1.5rem; background-color: var(--gray-light); } } }