mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Merge pull request #3160 from alphagov/no-min-height-sticky-button
Remove min-height from sticky submit buttons
This commit is contained in:
@@ -38,9 +38,17 @@
|
||||
}
|
||||
|
||||
&-right-aligned-link {
|
||||
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 10px; // align baseline with buttons
|
||||
top: 9px; // align baseline with buttons
|
||||
|
||||
&-without-button {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.button,
|
||||
|
||||
@@ -53,12 +53,7 @@ $sticky-padding: $gutter * 2 / 3;
|
||||
}
|
||||
|
||||
.page-footer {
|
||||
margin-bottom: 0;
|
||||
min-height: 50px;
|
||||
}
|
||||
|
||||
.page-footer-delete-link-without-button {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.notification-status {
|
||||
@@ -66,7 +61,7 @@ $sticky-padding: $gutter * 2 / 3;
|
||||
}
|
||||
|
||||
.button-secondary {
|
||||
margin-right: $gutter-half;
|
||||
margin: 0 $gutter-half 3px 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user