Files
notifications-admin/app/assets/stylesheets/components/page-footer.scss
Tom Byers 548265dbe4 Convert warning links to govuk-link--destructive
Converts links in the following:
- the page-footer component
- the table component
- the browse-list component
- the notification status, when reporting failures
- validation messaging in the whitelist page
2020-02-20 09:11:26 +00:00

67 lines
885 B
SCSS

.page-footer {
position: relative;
margin-bottom: 30px;
&-delete-link {
line-height: 40px;
padding: 1px 0 0 15px;
}
&-delete-link-without-button {
padding: 0;
display: inline-block;
}
&-secondary-link {
display: block;
margin-top: $gutter;
}
&-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: 32px;
left: -30px;
width: 100%;
margin-right: -30px;
padding-top: 7px;
box-sizing: content-box;
&:active {
top: 32px;
}
}
}