Skip to content

Commit

Permalink
Fix style to avoid the affect of reset.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Sardo committed Dec 1, 2017
1 parent 61d716b commit 4ba040a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hologram-image-upload",
"version": "2.6.1",
"version": "2.6.2",
"author": "Mr.Twister<sardo.ip@sardo.work>",
"license": "MIT",
"description": "React image uploader with dropzone and cropper function",
Expand Down
9 changes: 7 additions & 2 deletions src/css/Hologram.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

/** Common Element **/

.text-center{
text-align: center;
}

.hologram-btn{
display: block;
margin-top: 1em;
Expand Down Expand Up @@ -90,9 +94,10 @@
.images{
display: inline-flex;
flex-wrap: wrap;
border-style: dashed dashed dashed dashed;
border: 3px dashed #fff;
margin-left: auto;
margin-right: auto;
margin-top: 1em;
padding: 1em;
}

Expand All @@ -102,7 +107,7 @@
height: 200px;
margin-left: 1em;
display: inline-block;
border-style: dashed dashed dashed dashed;
border: 3px dashed #fff;
overflow: hidden;
background-color: #fff;
border-radius: 10px;
Expand Down

0 comments on commit 4ba040a

Please sign in to comment.