From 0059f4287f3ef7c51b96034735e023ec1f4a43c5 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 4 Oct 2023 13:46:20 +0200 Subject: [PATCH] wip #6345 --- .idea/.gitignore | 1 + .idea/deployment.xml | 14 -------------- style/100-global.sass | 2 +- 3 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 .idea/deployment.xml diff --git a/.idea/.gitignore b/.idea/.gitignore index 13566b8..6747449 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -6,3 +6,4 @@ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml +deployment.xml diff --git a/.idea/deployment.xml b/.idea/deployment.xml deleted file mode 100644 index 86c9140..0000000 --- a/.idea/deployment.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/style/100-global.sass b/style/100-global.sass index a22bf75..c26d621 100644 --- a/style/100-global.sass +++ b/style/100-global.sass @@ -63,7 +63,7 @@ body +font-size(20) &.primary - background: radial-gradient(at 16% 6px, rgb(255, 102, 186) -7%, #D0167C 74%) + background: radial-gradient(at 16% 6px, rgb(255, 102, 186) -7%, $accent-color 74%) box-shadow: 0 4px 6px rgba(0, 0, 0, .2) overflow: hidden -- 2.39.5