/* Header notification list */ #header { .mod_navigation li.popup .mod_cur_notification_viewer { padding-bottom: 1em; } .mod_cur_notification_viewer { .notification { margin-top: .25em; margin-bottom: .5em; padding-bottom: .25em; border-bottom: 2px solid $border-invert; font-size: .875rem; h3 { margin-bottom: .2em; color: inherit; font-size: 1.25rem; } time { margin-right: .5em; } } a.view-all { display: block; text-align: center; } } } /* Notification list */ .mod_cur_notification_list, .mod_freshdesk_list { .notification { margin-bottom: 1.5em; border-bottom: 2px solid $border-primary; h3 { margin-bottom: .25em; } &.read h3 a { color: $text-neutral; } .button { font-size: 1.25rem; } } } /* Notification detail */ .mod_cur_notification_detail { .notification { margin-bottom: 1.5em; h2 { margin-bottom: .25em; } } }