Commit 1b430066 by Frances Botsford

some layout tweaks to the verification choose your track page

parent e825cfb1
...@@ -1190,7 +1190,7 @@ ...@@ -1190,7 +1190,7 @@
.form-register-choose { .form-register-choose {
@include clearfix(); @include clearfix();
width: flex-grid(12,12); width: flex-grid(12,12);
margin: $baseline 0; margin: ($baseline*2) 0;
.deco-divider { .deco-divider {
width: flex-grid(8,12); width: flex-grid(8,12);
...@@ -1352,12 +1352,13 @@ ...@@ -1352,12 +1352,13 @@
.field { .field {
float: left; float: left;
margin-right: ($baseline/2); margin: 0 ($baseline/2) ($baseline/2) 0;
padding: ($baseline/2) ($baseline*0.75); padding: ($baseline/2) ($baseline*0.75);
background: $m-gray-t0; background: $m-gray-t0;
input { input {
width: auto; width: auto;
padding: 0;
} }
&:last-child { &:last-child {
......
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