@use 'iro-sass/src/props'; @use 'common'; @mixin styles { .messageGroupList .columnSubject > .statusDisplay { margin-block-start: -.1em; margin-block-end: -.2em; } .messageSidebar { background-color: props.get(common.$wcfContentBackground); a:hover { text-decoration: underline; } } }