Skip to content
Snippets Groups Projects
Commit 890e741b authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Fix the "use another email address" text in the "we sent an email" screen.

close #850
parent c7ef65c0
No related branches found
No related tags found
No related merge requests found
......@@ -397,6 +397,15 @@ label[for=remember] {
line-height: 18px;
}
.waiting .vertical a {
background-color: transparent;
color: #549FDC;
font-size: 1em;
font-weight: normal;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
padding: 0;
}
.submit > button {
margin: 0 5px 0 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment