Commit ffad558f by Chris Rodriguez

Centering text in sign in button vertically

parent 801b77d1
...@@ -339,8 +339,8 @@ $sm-btn-linkedin: #0077b5; ...@@ -339,8 +339,8 @@ $sm-btn-linkedin: #0077b5;
.action-primary { .action-primary {
@extend %btn-primary-blue; @extend %btn-primary-blue;
width: 100%; width: 100%;
height: ($baseline*2); margin-top: 1em;
margin-top: 1em; // Breathing room above (CR) padding: ($baseline/2);
text-transform: none; text-transform: none;
font-weight: 600; font-weight: 600;
letter-spacing: normal; letter-spacing: normal;
......
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