Skip to content

Commit

Permalink
Step 7.24: Add profile style
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Feb 26, 2017
1 parent ea7cef5 commit 6267244
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
20 changes: 20 additions & 0 deletions client/imports/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;
}
}
}
3 changes: 2 additions & 1 deletion client/main.scss
Expand Up @@ -8,4 +8,5 @@
@import "imports/pages/chats/chats";
@import "imports/pages/login/login";
@import "imports/pages/messages/messages";
@import "imports/pages/verification/verification";
@import "imports/pages/profile/profile";
@import "imports/pages/verification/verification";

0 comments on commit 6267244

Please sign in to comment.