File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
pgml-dashboard/src/components/notifications/product/product_banner Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,11 @@ div[data-controller="notifications-product-product-banner"] {
39
39
40
40
.close {
41
41
color : #{$gray-100 } ;
42
+ font-size : 24px ;
43
+
44
+ & :hover {
45
+ color : #{$gray-200 } ;
46
+ }
42
47
}
43
48
44
49
.more-info {
Original file line number Diff line number Diff line change 76
76
%>
77
77
78
78
< %+ Modal::new(format!(r#"
79
- < div class ="d-flex flex-column gap-4 align-items-center ">
80
- < a class ="btn btn-tertiary " data-action ="click->notifications-product-product-banner#hideModal "> < span class ="material-symbols-outlined close position-absolute top-0 end-0 m-2 "> close</ span > </ a >
79
+ < div class ="d-flex flex-column gap-4 align-items-center text-center ">
80
+ < a class ="btn btn-tertiary position-absolute top-0 end-0 " data-action ="click->notifications-product-product-banner#hideModal "> < span class ="material-symbols-outlined close m-2 "> close</ span > </ a >
81
81
< span class ="material-symbols-outlined {display} preset-icon " style ="font-size: 44px "> {icon}</ span >
82
82
{title}
83
83
< p class ="m-0 " data-action ="click->notifications-product-product-banner#followModalLink "> {message}</ p >
You can’t perform that action at this time.
0 commit comments