Skip to content

Commit

Permalink
Step 20.30: Add styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and DAB0mB committed Dec 14, 2016
1 parent d3688b0 commit 0b4981a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions imports/ui/components/partyUpload/partyUpload.less
Expand Up @@ -22,4 +22,20 @@ party-upload {
width: 400px;
height: 225px;
}
.images-container-title {
padding-bottom: 30px;
}
.party-image-container {
position: relative;
margin-right: 10px;
max-height: 200px;
max-width: 200px;
img {
max-height: 100%;
max-width: 100%;
}
}
.main-image {
border: 2px solid #ddd;
}
}

0 comments on commit 0b4981a

Please sign in to comment.