From 64f6b0103605c3fb52dea46154ee20f2c169c2e1 Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+studip@gmail.com>
Date: Fri, 22 Nov 2024 12:09:03 +0100
Subject: [PATCH] prevent warnings during assets build process, re #2801

---
 resources/assets/stylesheets/scss/index.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/resources/assets/stylesheets/scss/index.scss b/resources/assets/stylesheets/scss/index.scss
index 134fd9a97b7..85f5250e043 100644
--- a/resources/assets/stylesheets/scss/index.scss
+++ b/resources/assets/stylesheets/scss/index.scss
@@ -195,7 +195,7 @@ $gap-between-boxes: calc($login-page-margin / 2);
             width: 48px;
             height: 48px;
             border: none;
-            @include background-icon('bullet-dot', clickable, 24);
+            @include background-icon('bullet-dot', $size: 24px);
             background-repeat: no-repeat;
             background-color: transparent;
             background-position: center;
@@ -406,7 +406,7 @@ $gap-between-boxes: calc($login-page-margin / 2);
 }
 
 /* * * * * * * * * *
-responsive settings 
+responsive settings
 * * * * * * * * * */
 html:not(.size-large) {
     #login-wrapper {
-- 
GitLab