Commit e207881b by Brian Talbot

studio - soft landing UI: button tweaks

parent 4946eace
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
display:block; display:block;
width: 100%; width: 100%;
padding: ($baseline*0.75) ($baseline/2); padding: ($baseline*0.75) ($baseline/2);
font-weight: 600 !important; font-weight: 600;
text-transform: uppercase; text-transform: uppercase;
} }
} }
......
...@@ -370,6 +370,7 @@ ...@@ -370,6 +370,7 @@
@include blue-button; @include blue-button;
@include transition(all .15s); @include transition(all .15s);
@include font-size(14); @include font-size(14);
padding: ($baseline/4) ($baseline/2);
text-transform: uppercase; text-transform: uppercase;
font-weight: 600 !important; font-weight: 600 !important;
} }
...@@ -381,6 +382,7 @@ ...@@ -381,6 +382,7 @@
@include white-button; @include white-button;
@include transition(all .15s); @include transition(all .15s);
@include font-size(14); @include font-size(14);
padding: ($baseline/4) ($baseline/2);
text-transform: uppercase; text-transform: uppercase;
font-weight: 600 !important; font-weight: 600 !important;
} }
......
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