7 lines
146 B
SCSS
7 lines
146 B
SCSS
@mixin notification_container($height) {
|
|
@include single-line-block($height);
|
|
cursor: pointer;
|
|
color: $medium-gray;
|
|
position: relative;
|
|
}
|