From a6382096a10881667075598086193172c355e3cd Mon Sep 17 00:00:00 2001 From: dotansimha Date: Tue, 24 Jan 2017 16:56:56 +0200 Subject: [PATCH] Step 7.25: Add profile component style --- src/pages/profile/profile.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/pages/profile/profile.scss diff --git a/src/pages/profile/profile.scss b/src/pages/profile/profile.scss new file mode 100644 index 000000000..23098005c --- /dev/null +++ b/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; + } + } +}