@import "~@/vendor/styles/_appwork/functions";
|
|
@mixin vue-notification-theme($background, $color: null) {
|
$color: if($color, $color, yiq($background));
|
|
.notification.vue-notification {
|
// margin-top: 100px;
|
// background: $background;
|
// color: $color;
|
}
|
}
|