diff --git a/changes/issue-7106-fix-sandbox-banner-styling-on-host-details b/changes/issue-7106-fix-sandbox-banner-styling-on-host-details new file mode 100644 index 0000000000..71e620ec3f --- /dev/null +++ b/changes/issue-7106-fix-sandbox-banner-styling-on-host-details @@ -0,0 +1 @@ +- fix the banner styling for the sandbox expiry on host details page diff --git a/frontend/pages/hosts/details/HostDetailsPage/_styles.scss b/frontend/pages/hosts/details/HostDetailsPage/_styles.scss index 613a60af73..2e48bcd5c3 100644 --- a/frontend/pages/hosts/details/HostDetailsPage/_styles.scss +++ b/frontend/pages/hosts/details/HostDetailsPage/_styles.scss @@ -6,13 +6,6 @@ gap: 1rem; } - a { - font-size: $x-small; - color: $core-vibrant-blue; - font-weight: $bold; - text-decoration: none; - } - .header { flex: 100%; display: flex;