Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
Boost button should not show on pro pages
· 8ac8932a
Marcelo Rivera
authored
Oct 15, 2019
and
Mark Harding
committed
Oct 15, 2019
8ac8932a
Merge branch 'fix/hide-boost-button-2081' into 'epic/pro-affiliate-launch'
· 9ca0e752
Mark Harding
authored
Oct 15, 2019
Boost button should not show on pro pages See merge request
!586
9ca0e752
Hide whitespace changes
Inline
Side-by-side
src/app/modules/pro/channel/channel.component.scss
View file @
9ca0e752
...
...
@@ -56,6 +56,10 @@ m-pro--channel {
z-index
:
9999990
;
}
}
minds-button-boost
{
display
:
none
!
important
;
}
}
@media
screen
and
(
max-width
:
$max-mobile
)
{
...
...