Merge pull request #8729 from edx/frances/fixes/ECOM-1808

give the header the right height in the verify flow
This commit is contained in:
frances botsford
2015-06-30 18:30:51 -04:00

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