give the header the right height in the verify flow

ECOM-1808
This commit is contained in:
Frances Botsford
2015-06-30 16:17:00 -04:00
parent 35f7cb75e4
commit e3080e6d0d

View File

@@ -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);