Add confirm loop

For pages where
- we want you to be sure that you want to do what you’re about to do
- we want to be sure it’s you trying to do the thing

This adds a page that asks the user to confirm their password.
This commit is contained in:
Chris Hill-Scott
2016-01-07 16:24:43 +00:00
parent 3989d1b576
commit 0b62d1e755
12 changed files with 227 additions and 82 deletions

View File

@@ -20,7 +20,7 @@
}
&-hint {
@include core-16;
@include core-19;
margin-top: 5px;
}

View File

@@ -12,7 +12,8 @@
.button {}
.button-destructive {
@include button($error-colour)
@include button($error-colour);
padding: 0.52632em 0.78947em 0.26316em 0.78947em;
}
}