ScheduleFlightBody share-btn: hover uses $blue-icon (Angular share-button parity)

This commit is contained in:
2026-04-20 15:48:13 +03:00
parent aecf06c829
commit d063281b09
@@ -173,6 +173,9 @@
flex: 1;
}
// Mirrors Angular `share-button.component.scss`: transparent bg, hover
// fills with $blue-icon (#e3f0fd), matching the share action buttons
// across the Angular site.
&__share-btn {
display: inline-flex;
align-items: center;
@@ -188,7 +191,7 @@
img { width: 20px; height: 20px; }
&:hover { background-color: rgba(46, 87, 255, 0.08); }
&:hover { background-color: colors.$blue-icon; }
}
&__buy-btn {