Files
notifications-admin/app/assets/stylesheets/components/page-footer.scss
Ben Thorner 808f248782 Rename "page-footer-delete-link" class
This doesn't set any deletion-specific attributes so it's valid to
just call it "page-footer-link".
2022-03-24 12:58:08 +00:00

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;
}
}
}