@use 'iro-sass/src/props'; @use 'common'; @mixin styles { .messageGroupList .columnSubject > .statusDisplay { margin-block-start: -.1em; margin-block-end: -.2em; } .messageSidebar { a:hover { text-decoration: underline; } .username { font-weight: bold; } } .messageContent { a:hover { text-decoration: underline; } } }