diff --git a/deployment/helm/algreg-frontend/templates/service.yaml b/deployment/helm/algreg-frontend/templates/service.yaml index 7244c625..775d5271 100644 --- a/deployment/helm/algreg-frontend/templates/service.yaml +++ b/deployment/helm/algreg-frontend/templates/service.yaml @@ -8,4 +8,5 @@ spec: ports: - port: {{ .Values.fePort }} targetPort: {{ .Values.fePort }} - protocol: TCP \ No newline at end of file + protocol: TCP + name: 'http-port' \ No newline at end of file diff --git a/frontend/assets/styles/_koop_main.scss b/frontend/assets/styles/_koop_main.scss index d57ed227..169035bf 100644 --- a/frontend/assets/styles/_koop_main.scss +++ b/frontend/assets/styles/_koop_main.scss @@ -1448,9 +1448,9 @@ button.subselection__trigger.is-filled:hover { .link--logout { background-image: url(@/assets/images/icons/icon-logout.svg); } -.icon--fullscreen { +// .icon--fullscreen { // background-image: url(../images/kpm/FullScreen.svg); -} +// } .icon--shareBlue, .link--share { background-image: url(@/assets/images/icons/icon-share-blue.svg); @@ -1562,9 +1562,9 @@ button.subselection__trigger.is-filled:hover { .icon-bg--logout { background-image: url(@/assets/images/icons/icon-logout.svg) !important; } -.icon-bg--fullscreen { +// .icon-bg--fullscreen { // background-image: url(../images/kpm/FullScreen.svg) !important; -} +// } .icon-bg--shareBlue { background-image: url(@/assets/images/icons/icon-share-blue.svg) !important; } @@ -6255,121 +6255,121 @@ img { background-color: rgba(74, 30, 234, 0.1); color: #4a1eea; } -.themeblock__link--governance::before { +// .themeblock__link--governance::before { // background-image: url(../images/theme-icons/governance.svg); -} +// } .themeblock__link--culture:hover { background-color: rgba(66, 20, 95, 0.1); color: #42145f; } -.themeblock__link--culture::before { +// .themeblock__link--culture::before { // background-image: url(../images/theme-icons/culture.svg); -} +// } .themeblock__link--economy:hover { background-color: rgba(169, 0, 97, 0.1); color: #a90061; } -.themeblock__link--economy::before { +// .themeblock__link--economy::before { // background-image: url(../images/theme-icons/economy.svg); -} +// } .themeblock__link--finance:hover { background-color: rgba(213, 43, 30, 0.1); color: #d52b1e; } -.themeblock__link--finance::before { +// .themeblock__link--finance::before { // background-image: url(../images/theme-icons/finance.svg); -} +// } .themeblock__link--housing:hover { background-color: rgba(148, 113, 10, 0.1); color: #94710a; } -.themeblock__link--housing::before { +// .themeblock__link--housing::before { // background-image: url(../images/theme-icons/housing.svg); -} +// } .themeblock__link--international:hover { background-color: rgba(119, 124, 0, 0.1); color: #777c00; } -.themeblock__link--international::before { +// .themeblock__link--international::before { // background-image: url(../images/theme-icons/international.svg); -} +// } .themeblock__link--agriculture:hover { background-color: rgba(191, 54, 12, 0.1); color: #bf360c; } -.themeblock__link--agriculture::before { +// .themeblock__link--agriculture::before { // background-image: url(../images/theme-icons/agriculture.svg); -} +// } .themeblock__link--migration:hover { background-color: rgba(103, 51, 39, 0.1); color: #673327; } -.themeblock__link--migration::before { +// .themeblock__link--migration::before { // background-image: url(../images/theme-icons/migration.svg); -} +// } .themeblock__link--nature:hover { background-color: rgba(57, 135, 12, 0.1); color: #39870c; } -.themeblock__link--nature::before { +// .themeblock__link--nature::before { // background-image: url(../images/theme-icons/nature.svg); -} +// } .themeblock__link--education:hover { background-color: rgba(66, 20, 95, 0.1); color: #42145f; } -.themeblock__link--education::before { +// .themeblock__link--education::before { // background-image: url(../images/theme-icons/education.svg); -} +// } .themeblock__link--security:hover { background-color: rgba(39, 89, 55, 0.1); color: #275937; } -.themeblock__link--security::before { +// .themeblock__link--security::before { // background-image: url(../images/theme-icons/security.svg); -} +// } .themeblock__link--law:hover { background-color: rgba(202, 0, 93, 0.1); color: #ca005d; } -.themeblock__link--law::before { +// .themeblock__link--law::before { // background-image: url(../images/theme-icons/law.svg); -} +// } .themeblock__link--infrastructure:hover { background-color: rgba(0, 123, 199, 0.1); color: #007bc7; } -.themeblock__link--infrastructure::before { +// .themeblock__link--infrastructure::before { // background-image: url(../images/theme-icons/infrastructure.svg); -} +// } .themeblock__link--social:hover { background-color: rgba(103, 51, 39, 0.1); color: #673327; } -.themeblock__link--social::before { +// .themeblock__link--social::before { // background-image: url(../images/theme-icons/social.svg); -} +// } .themeblock__link--traffic:hover { background-color: rgba(191, 54, 12, 0.1); color: #bf360c; } -.themeblock__link--traffic::before { +// .themeblock__link--traffic::before { // background-image: url(../images/theme-icons/traffic.svg); -} +// } .themeblock__link--jobs:hover { background-color: rgba(169, 0, 97, 0.1); color: #a90061; } -.themeblock__link--jobs::before { +// .themeblock__link--jobs::before { // background-image: url(../images/theme-icons/jobs.svg); -} +// } .themeblock__link--healthcare:hover { background-color: rgba(213, 43, 30, 0.1); color: #d52b1e; } -.themeblock__link--healthcare::before { +// .themeblock__link--healthcare::before { // background-image: url(../images/theme-icons/healthcare.svg); -} +// } .banner { background: #f3f3f3; border: 2px solid #ccc; diff --git a/frontend/components/views/AppFooter.vue b/frontend/components/views/AppFooter.vue index 9268fc63..964deb55 100644 --- a/frontend/components/views/AppFooter.vue +++ b/frontend/components/views/AppFooter.vue @@ -1,37 +1,34 @@