File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
import PixBannerAlert from ' @1024pix/pix-ui/components/pix-banner-alert' ;
2
+ import PixNotificationAlert from ' @1024pix/pix-ui/components/pix-notification-alert' ;
2
3
import { action } from ' @ember/object' ;
3
4
import { service } from ' @ember/service' ;
4
5
import Component from ' @glimmer/component' ;
@@ -36,9 +37,9 @@ export default class Banners extends Component {
36
37
37
38
<template >
38
39
{{#if this . shouldDisplaySCOInformationBanner }}
39
- <PixBannerAlert @ canCloseBanner = ' true ' class =' banners' >
40
+ <PixNotificationAlert @ type = ' information ' @ withIcon = {{ true }} class =' banners' >
40
41
{{t ' pages.sco.banner.information' htmlSafe =true }}
41
- </PixBannerAlert >
42
+ </PixNotificationAlert >
42
43
{{/if }}
43
44
44
45
{{#if this . shouldDisplayLocaleNotSupportedBanner }}
Original file line number Diff line number Diff line change 1
1
.banners {
2
2
margin-bottom : var (--pix-spacing-6x );
3
+
4
+ a {
5
+ text-decoration : underline ;
6
+ display : inline-flex ;
7
+ align-items : center ;
8
+
9
+ svg {
10
+ width : 1rem ;
11
+ height : 1rem ;
12
+ }
13
+ }
3
14
}
You can’t perform that action at this time.
0 commit comments