From 429f18739adb60f4ac5444671ecb2a2caf2c19b6 Mon Sep 17 00:00:00 2001 From: Denis Barbaron Date: Fri, 13 Sep 2024 15:26:25 +0200 Subject: [PATCH] fix bug on deprecation warning using sass (#808) * fix bug on deprecation warning using sass Signed-off-by: Denis barbaron * add Orange SA copyright Signed-off-by: Denis barbaron --------- Signed-off-by: Denis barbaron --- res/web_modules/nine-bootstrap/nine-bootstrap.scss | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/res/web_modules/nine-bootstrap/nine-bootstrap.scss b/res/web_modules/nine-bootstrap/nine-bootstrap.scss index 614d3906..647c8255 100644 --- a/res/web_modules/nine-bootstrap/nine-bootstrap.scss +++ b/res/web_modules/nine-bootstrap/nine-bootstrap.scss @@ -1,3 +1,7 @@ +// +// Copyright © 2024 contains code contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0 +// + $main: #167FFC; $gray: #757575; $success: #60c561; @@ -881,10 +885,12 @@ input[type="text"] { .btn { margin: 0 10px 0 0; } - border: 0; - padding: 15px; - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; + & { + border: 0; + padding: 15px; + border-bottom-left-radius: 10px; + border-bottom-right-radius: 10px; + } } .modal-header {