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