Commit e3080e6d by Frances Botsford

give the header the right height in the verify flow

ECOM-1808
parent 35f7cb75
......@@ -113,6 +113,11 @@
padding-bottom: ($baseline +1);
}
// HACK: fix global header height in verification flow ECOM-1808
header.global {
height: 76px;
}
// HACK: nasty override due to our bad input/button styling
button, input[type="submit"], input[type="button"], button[type="submit"] {
@include font-size(16);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment