Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ div[data-controller="notifications-product-product-banner"] {

.close {
color: #{$gray-100};
font-size: 24px;

&:hover {
color: #{$gray-200};
}
}

.more-info {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
%>

<%+ Modal::new(format!(r#"
<div class="d-flex flex-column gap-4 align-items-center">
<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>
<div class="d-flex flex-column gap-4 align-items-center text-center">
<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>
<span class="material-symbols-outlined {display} preset-icon" style="font-size: 44px">{icon}</span>
{title}
<p class="m-0" data-action="click->notifications-product-product-banner#followModalLink">{message}</p>
Expand Down