From 74c4cc309df2e150cdb612ffaf0a828d0f56baaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Mon, 16 Jun 2025 07:30:04 +0200 Subject: [PATCH] chore(notes): Remove "Beta" label from portal tile --- helmfile/files/theme/portal/stylesheet.css | 35 ---------------------- 1 file changed, 35 deletions(-) diff --git a/helmfile/files/theme/portal/stylesheet.css b/helmfile/files/theme/portal/stylesheet.css index e61b7719..9438e4e7 100644 --- a/helmfile/files/theme/portal/stylesheet.css +++ b/helmfile/files/theme/portal/stylesheet.css @@ -97,41 +97,6 @@ --login-logo: url("/static-files/login/logo.svg") no-repeat center; } -/* Beta overlay for Notes */ -.portal-tile[target="tab_notes"]:before { - position: absolute; - content: "Beta"; - color: #571EFA; - transform: rotate(45deg); - top: 8px; - right: 0px; - font-size: var(--font-size-5); - font-weight: bold; - z-index: 1; -} - -@media screen and (max-width: 748px) { - .portal-tile[target="tab_notes"]:before { - top: 5px; - font-size: 10px; - } - .portal-tile__name { - font-size: 13px; - } -} - -.portal-tile[target="tab_notes"]:after { - position: absolute; - content: ""; - top: 1px; - right: 1px; - border-style: solid; - border-width: 0 calc(var(--app-tile-side-length) / 2) calc(var(--app-tile-side-length) / 2) 0; - border-color: transparent #E9E4FC transparent transparent; - z-index: 0; - border-top-right-radius: calc(var(--border-radius-apptile) - 1px); -} - /* Keycloak user screens begin */ #kc-login, #kc-logout,