Commit 90bf1a01 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '64499-add-size-96-to-avatar-sizes-in-avatar-scss' into 'master'

Resolve "Add size 96 to avatar sizes in avatar.scss"

Closes #64499

See merge request gitlab-org/gitlab-ce!30671
parents 3bce0e6c ed5e0dff
......@@ -50,6 +50,11 @@ $avatar-sizes: (
line-height: 88px,
border-radius: $border-radius-large
),
96: (
font-size: 36px,
line-height: 94px,
border-radius: $border-radius-large
),
100: (
font-size: 36px,
line-height: 98px,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment