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