fix bug on deprecation warning using sass (#808)

* fix bug on deprecation warning using sass

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

* add Orange SA copyright

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

---------

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
This commit is contained in:
Denis Barbaron
2024-09-13 15:26:25 +02:00
committed by GitHub
parent 8f22cb0a19
commit 429f18739a

View File

@@ -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 {