mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-18 13:07:58 +00:00
Add padding for field inputs
This commit is contained in:
parent
79417fcaa3
commit
990c1d3d00
@ -145,7 +145,7 @@ select:disabled {
|
|||||||
.field > textarea,
|
.field > textarea,
|
||||||
.field > select {
|
.field > select {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 0 0.5rem;
|
padding: 0.5rem;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user