From 34749e377f250a7e49b7880881659cd2194fc451 Mon Sep 17 00:00:00 2001 From: Gabriel Hernandez Date: Tue, 9 Aug 2022 15:13:31 +0100 Subject: [PATCH] fix sandbox expiration styling on host details (#7110) --- .../issue-7106-fix-sandbox-banner-styling-on-host-details | 1 + frontend/pages/hosts/details/HostDetailsPage/_styles.scss | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) create mode 100644 changes/issue-7106-fix-sandbox-banner-styling-on-host-details 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;