Commit 6f462049 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch '37000-reduce-start-a-trial-emoji-rocket-size' into 'master'

Reduce start a trial emoji rocket size

See merge request gitlab-org/gitlab!20579
parents 71e2ba4d 287434cf
...@@ -552,6 +552,11 @@ ...@@ -552,6 +552,11 @@
svg { svg {
vertical-align: text-top; vertical-align: text-top;
} }
a.trial-link gl-emoji {
font-size: $gl-font-size;
vertical-align: baseline;
}
} }
} }
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
= link_to s_("CurrentUser|Profile"), current_user, class: 'profile-link', data: { user: current_user.username } = link_to s_("CurrentUser|Profile"), current_user, class: 'profile-link', data: { user: current_user.username }
- if current_user_menu?(:start_trial) - if current_user_menu?(:start_trial)
%li %li
%a.profile-link{ href: trials_link_url } %a.trial-link{ href: trials_link_url }
= s_("CurrentUser|Start a Gold trial") = s_("CurrentUser|Start a Gold trial")
= emoji_icon('rocket') = emoji_icon('rocket')
- if current_user_menu?(:settings) - if current_user_menu?(:settings)
......
---
title: Reduce start a trial rocket emoji size
merge_request: 20579
author:
type: changed
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