mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user