Skip to content

Commit

Permalink
Step 21.30: Basic styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent d27fec5 commit f1070a6
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions client/imports/app/parties/parties-upload.component.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
.file-uploading {
opacity: 0.3;
}

.file-is-over {
opacity: 0.7;
}

.parties-update-container {
width: 90%;
margin: 15px;

.thumbs {
margin-top: 10px;
margin-bottom: 10px;

.clear {
clear: both;
}

.thumb {
float: left;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
margin-right: 5px;

img {
flex-shrink: 0;
min-width: 100%;
min-height: 100%
}
}
}
}

[filedrop] {
width: 100%;
height: 60px;
line-height: 60px;
text-align: center;
border: 3px dashed rgba(255, 255, 255, 0.7);
}

0 comments on commit f1070a6

Please sign in to comment.