Commit 82cdd30b authored by Nick Stenning's avatar Nick Stenning

Merge pull request #2997 from hypothesis/fix-form-button-gradients

Fix form button background gradient
parents 8e3d98ff 11ed9ff5
......@@ -36,9 +36,9 @@
}
@mixin btn {
@include background(linear-gradient($button-background-gradient...));
@include box-shadow(0 1px 0 rgba(0, 0, 0, .15));
background: linear-gradient($button-background-gradient);
display: inline-block;
font-weight: bold;
color: $button-text-color;
......
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