Add a bit of padding to inputs
This commit is contained in:
parent
c49cfc5fce
commit
d805cb67cb
@ -31,7 +31,9 @@ const styles = {
|
|||||||
display: 'flex'
|
display: 'flex'
|
||||||
},
|
},
|
||||||
controlPane: {
|
controlPane: {
|
||||||
width: '50%'
|
width: '50%',
|
||||||
|
paddingLeft: '10px',
|
||||||
|
paddingRight: '10px'
|
||||||
},
|
},
|
||||||
pane: {
|
pane: {
|
||||||
width: '50%'
|
width: '50%'
|
||||||
|
@ -103,7 +103,6 @@ const styles = {
|
|||||||
color: '#999',
|
color: '#999',
|
||||||
padding: '20px',
|
padding: '20px',
|
||||||
display: 'block',
|
display: 'block',
|
||||||
margin: '10px',
|
|
||||||
border: '1px dashed #eee',
|
border: '1px dashed #eee',
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
fontSize: '12px'
|
fontSize: '12px'
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border-right: 1px solid var(--textFieldBorderColor);
|
border-right: 1px solid var(--textFieldBorderColor);
|
||||||
|
margin:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputField {
|
.inputField {
|
||||||
|
@ -42,9 +42,15 @@ h1{
|
|||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input{
|
input{
|
||||||
width:100%;
|
width:100%;
|
||||||
padding:3px;
|
padding:3px;
|
||||||
|
font-size:14px;
|
||||||
|
margin-bottom:10px;
|
||||||
|
}
|
||||||
|
header input{
|
||||||
|
margin-bottom:0;
|
||||||
}
|
}
|
||||||
button{
|
button{
|
||||||
border: 1px solid #3ab7a5;
|
border: 1px solid #3ab7a5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user