mirror of https://github.com/OCA/web.git
add some pixels left/right on input fields
parent
cd5f3048df
commit
736bc8560e
|
@ -47,6 +47,11 @@ $button-border-color: #dee2e6;
|
||||||
border-color: $button-border-color;
|
border-color: $button-border-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.o_input {
|
||||||
|
padding-left: 4px;
|
||||||
|
padding-right: 2px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/***********************************************************
|
/***********************************************************
|
||||||
Form View : Handle Background for required fields
|
Form View : Handle Background for required fields
|
||||||
|
|
Loading…
Reference in New Issue