Files
drmaterac.pl/iadmin/themes/new-theme/scss/mixins/_notification_container.scss
2025-01-06 20:47:25 +01:00

7 lines
146 B
SCSS

@mixin notification_container($height) {
@include single-line-block($height);
cursor: pointer;
color: $medium-gray;
position: relative;
}