Commit 6b19d0d5 by frances botsford

Merge pull request #2563 from edx/frances/fix/verified-ui-fixes

Fixes for verification UI discrepancies
parents 7b3376f9 cf16eb05
......@@ -201,9 +201,10 @@
// ====================
// Verification: overriding reset link style for nav/header
// Verification fixes
.verification-process {
//overriding reset link style for nav/header
header.global {
.logo a:hover, .logo:active, .logo a:focus {
......@@ -216,6 +217,11 @@
border: none;
}
}
// overriding ridiculous hover on input type=button
#content .action-primary:hover {
background-image: none;
}
}
......
......@@ -980,6 +980,7 @@
width: flex-grid(12,12);
border-radius: ($baseline/10);
background: $m-gray-l4;
padding: ($baseline*.75) $baseline;
.help-inline, .wizard-steps {
......
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