From 97f5a8389468edbdb00533e9a6b97d47310e4788 Mon Sep 17 00:00:00 2001 From: fjalili Date: Sun, 28 Jul 2019 16:44:38 +0430 Subject: [PATCH] Added some files for profile page styles, #725 --- src/styles/material/_profile_material.sass | 6 ++++++ src/styles/material/_profile_picture_editor_material.sass | 3 +++ src/styles/typography/_profile_typography.sass | 6 ++++++ 3 files changed, 15 insertions(+) create mode 100644 src/styles/material/_profile_material.sass create mode 100644 src/styles/material/_profile_picture_editor_material.sass create mode 100644 src/styles/typography/_profile_typography.sass diff --git a/src/styles/material/_profile_material.sass b/src/styles/material/_profile_material.sass new file mode 100644 index 00000000..7a924588 --- /dev/null +++ b/src/styles/material/_profile_material.sass @@ -0,0 +1,6 @@ +#profile + > .content + > .left-column + > .title + background: $gradient + color: $primary-color diff --git a/src/styles/material/_profile_picture_editor_material.sass b/src/styles/material/_profile_picture_editor_material.sass new file mode 100644 index 00000000..8393e827 --- /dev/null +++ b/src/styles/material/_profile_picture_editor_material.sass @@ -0,0 +1,3 @@ +#profilePictureEditor + .user-name + color: $secondary-color diff --git a/src/styles/typography/_profile_typography.sass b/src/styles/typography/_profile_typography.sass new file mode 100644 index 00000000..72da9348 --- /dev/null +++ b/src/styles/typography/_profile_typography.sass @@ -0,0 +1,6 @@ +#profile + > .content + > .left-column + .title + font-size: 24px + font-weight: $medium