3
0
Fork 0

add some pixels left/right on input fields

17.0
Alessandro Corbelli 2023-11-18 16:27:25 +01:00 committed by Sylvain LE GAL
parent cd5f3048df
commit 736bc8560e
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,11 @@ $button-border-color: #dee2e6;
border-color: $button-border-color;
}
}
.o_input {
padding-left: 4px;
padding-right: 2px;
}
}
/***********************************************************
Form View : Handle Background for required fields