Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exit this page: Add attached keyboard help text #3268

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Shift button design tweak
Make it look a little more key-ish
querkmachine committed Feb 9, 2023
commit 13421783659fa1e3b61a13b3799255a1a1b4d87b
2 changes: 2 additions & 0 deletions src/govuk/components/exit-this-page/_index.scss
Original file line number Diff line number Diff line change
@@ -82,6 +82,8 @@
padding: 0 govuk-spacing(1);
border: 1px solid $govuk-border-colour;
border-radius: 4px;
background-color: govuk-colour("white");
box-shadow: 0 1px 0 govuk-colour("white"), 0 2px 0 $govuk-border-colour;
}

@include govuk-media-query($from: tablet) {