Commit e5f36967 authored by Luke Bennett's avatar Luke Bennett

Center everything on mobile instead and correct btn-link changes

parent 9191f96a
......@@ -423,8 +423,6 @@
}
.btn-link {
padding: 0;
&.btn-secondary-hover-link {
color: $gl-text-color-secondary;
......
......@@ -218,10 +218,15 @@
position: relative;
}
.btn-link {
padding: 0;
}
@media (max-width: $screen-xs-max) {
text-align: center;
.illustration {
display: block;
text-align: center;
margin: $gl-padding 0;
}
}
......
......@@ -5,7 +5,7 @@
%p.append-bottom-default.prepend-top-5
Use group milestones to manage issues from multiple projects in the same milestone.
%br
= button_tag 'Promote these project milestones into a group milestone.', class: 'btn-blank'
= button_tag 'Promote these project milestones into a group milestone.', class: 'btn-link'
.popup.hide
.body
......
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