Skip to content
Snippets Groups Projects
Unverified Commit e5f36967 authored by Luke Bennett's avatar Luke Bennett
Browse files

Center everything on mobile instead and correct btn-link changes

parent 9191f96a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -423,8 +423,6 @@
}
 
.btn-link {
padding: 0;
&.btn-secondary-hover-link {
color: $gl-text-color-secondary;
 
Loading
Loading
Loading
Loading
@@ -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;
}
}
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment