From a182ca3ab7013fac7c12d643e2ae85bdff9f898c Mon Sep 17 00:00:00 2001 From: Eva Date: Thu, 23 Feb 2023 11:03:54 +0100 Subject: [PATCH] :ambulance: Fix CI --- frontend/resources/styles/main/partials/dashboard.scss | 2 +- frontend/resources/styles/main/partials/modal.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/resources/styles/main/partials/dashboard.scss b/frontend/resources/styles/main/partials/dashboard.scss index 7025004cb..34c733725 100644 --- a/frontend/resources/styles/main/partials/dashboard.scss +++ b/frontend/resources/styles/main/partials/dashboard.scss @@ -73,7 +73,7 @@ min-height: 211px; .thumbnail { - border-top-left-radius:$br6; + border-top-left-radius: $br6; border-bottom-left-radius: $br6; padding: 30px; display: block; diff --git a/frontend/resources/styles/main/partials/modal.scss b/frontend/resources/styles/main/partials/modal.scss index 09ce21b6a..95f8e4eb2 100644 --- a/frontend/resources/styles/main/partials/modal.scss +++ b/frontend/resources/styles/main/partials/modal.scss @@ -1000,7 +1000,7 @@ padding: 0; img { - border-top-left-radius:$br5; + border-top-left-radius: $br5; border-bottom-left-radius: $br5; height: 100%; width: 115%;