Commit 830b46a3 authored by Alper Akgun's avatar Alper Akgun

Reduce start a trial emoji rocket size

parent 14eb7a47
......@@ -552,6 +552,12 @@
svg {
vertical-align: text-top;
}
a.trial-link gl-emoji {
font-size: 14px;
margin-top: -4px;
}
}
}
......
......@@ -20,7 +20,7 @@
= link_to s_("CurrentUser|Profile"), current_user, class: 'profile-link', data: { user: current_user.username }
- if current_user_menu?(:start_trial)
%li
%a.profile-link{ href: trials_link_url }
%a.trial-link{ href: trials_link_url }
= s_("CurrentUser|Start a Gold trial")
= emoji_icon('rocket')
- if current_user_menu?(:settings)
......
---
title: Reduce start a trial emoji rocket 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