Skip to content

Commit

Permalink
Step 5.23: Add profile stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB authored and Dotan Simha committed Nov 22, 2016
1 parent a42db51 commit 5598e27
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions scss/profile.scss
@@ -0,0 +1,40 @@
.profile {
padding-top: 20px;

.profile-picture {
position: absolute;
top: 0;
left: 20px;
text-align: center;

img {
display: block;
max-width: 50px;
max-height: 50px;
width: 100%;
height: 100%;
border-radius: 50%;
}

.upload-placehoder {
width: 50px;
height: 50px;
padding: 5px;
border: 1px solid #808080;
border-radius: 50%;
line-height: 18px;
font-size: 12px;
}
}

.instructions {
min-height: 60px;
padding: 10px 20px 20px 90px;
font-size: 14px;
color: gray;
}

.profile-name {
margin-top: 20px;
}
}

0 comments on commit 5598e27

Please sign in to comment.