Copy drag image style a bit more from ember version
This commit is contained in:
parent
81e27632be
commit
74a0c8c602
@ -98,14 +98,15 @@ const styles = {
|
|||||||
display: 'none'
|
display: 'none'
|
||||||
},
|
},
|
||||||
imageUpload: {
|
imageUpload: {
|
||||||
backgroundColor: '#3ab7a5',
|
backgroundColor: '#fff',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
color: '#fff',
|
color: '#888',
|
||||||
padding: '10px',
|
padding: '20px',
|
||||||
display: 'block',
|
display: 'block',
|
||||||
margin: '10px',
|
margin: '10px',
|
||||||
boxShadow: '0px 9px 8px -5px rgba(0,0,0,0.75)',
|
border: '1px dashed #eee',
|
||||||
cursor: 'pointer'
|
cursor: 'pointer',
|
||||||
|
fontSize: '12px'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -42,3 +42,15 @@ h1{
|
|||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
|
input{
|
||||||
|
width:100%;
|
||||||
|
padding:3px;
|
||||||
|
}
|
||||||
|
button{
|
||||||
|
border: 1px solid #3ab7a5;
|
||||||
|
padding: 3px 20px;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 18px;
|
||||||
|
background-color:#fff;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user