jellyfish-web/src/components/imageUploader/style.scss

17 lines
316 B
SCSS
Raw Normal View History

2019-01-23 11:33:34 +00:00
.imageEditor-dropZone {
2020-01-22 21:40:45 +01:00
border: 0.2em dashed currentcolor;
border-radius: 0.25em;
/* padding: 1.6em; */
2018-10-23 01:13:23 +03:00
text-align: center;
position: relative;
height: 12em;
display: flex;
align-items: center;
justify-content: center;
}
.raised.raised-mini.btnBrowse {
margin-left:1.5em;
}