Skip to content

Commit

Permalink
Step 5.22: Also the styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and DAB0mB committed Dec 17, 2016
1 parent 4013aa0 commit 0a9544a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions client/imports/pages/auth/profile.component.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 0a9544a

Please sign in to comment.