Skip to content

Commit

Permalink
Step 7.25: Add profile component style
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Oct 16, 2017
1 parent c1f5bb3 commit fe2c0e1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/pages/profile/profile.scss
@@ -0,0 +1,20 @@
.profile-page-content {
.profile-picture {
max-width: 300px;
display: block;
margin: auto;

img {
margin-bottom: -33px;
width: 100%;
}

ion-icon {
float: right;
font-size: 30px;
opacity: 0.5;
border-left: black solid 1px;
padding-left: 5px;
}
}
}

0 comments on commit fe2c0e1

Please sign in to comment.