mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
This doesn't set any deletion-specific attributes so it's valid to just call it "page-footer-link".
68 lines
912 B
SCSS
68 lines
912 B
SCSS
.page-footer {
|
|
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
|
|
&-link {
|
|
|
|
line-height: 40px;
|
|
padding: 1px 0 0 15px;
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
&-delete-link-without-button {
|
|
padding: 0;
|
|
display: inline-block;
|
|
}
|
|
|
|
&-secondary-link {
|
|
display: block;
|
|
margin-top: govuk-spacing(6);
|
|
}
|
|
|
|
&-right-aligned-link {
|
|
|
|
position: absolute;
|
|
right: 0;
|
|
top: 9px; // align baseline with buttons
|
|
|
|
&-without-button {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
|
|
}
|
|
|
|
&__button {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.js-cancel {
|
|
margin: 0;
|
|
}
|
|
|
|
&__button--centred {
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
}
|
|
|
|
.search-form__button {
|
|
@include media(desktop) {
|
|
position: relative;
|
|
top: 30px;
|
|
left: -30px;
|
|
width: 100%;
|
|
margin-right: -30px;
|
|
padding-top: 9px;
|
|
box-sizing: content-box;
|
|
|
|
&:active {
|
|
top: 32px;
|
|
}
|
|
}
|
|
}
|