mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
add some pixels left/right on input fields
This commit is contained in:
committed by
Sylvain LE GAL
parent
cd5f3048df
commit
736bc8560e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user