Commit ec9ea28e by Brian Talbot

Studio: abstracting out shared creation form action properties

parent d005323a
...@@ -294,32 +294,26 @@ form[class^="create-"] { ...@@ -294,32 +294,26 @@ form[class^="create-"] {
padding: ($baseline*0.75) ($baseline*1.5); padding: ($baseline*0.75) ($baseline*1.5);
background: $gray-l6; background: $gray-l6;
.action-primary { .action {
@include blue-button; @include transition(all $tmg-f2 linear 0s);
@extend .t-action2;
@include transition(all .15s);
display: inline-block; display: inline-block;
padding: ($baseline/5) $baseline; padding: ($baseline/5) $baseline;
font-weight: 600; font-weight: 600;
text-transform: uppercase; text-transform: uppercase;
} }
.action-primary {
@include blue-button;
@extend .t-action2;
}
.action-secondary { .action-secondary {
@include grey-button; @include grey-button;
@extend .t-action2; @extend .t-action2;
@include transition(all .15s);
display: inline-block;
padding: ($baseline/5) $baseline;
font-weight: 600;
text-transform: uppercase;
} }
} }
} }
// ==================== // ====================
// forms - grandfathered // forms - grandfathered
......
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