Commit 990d646b authored by Mark Otto's avatar Mark Otto

fix shadows on btns to use mixin

parent 16075cc0
......@@ -7,8 +7,7 @@
color: $color;
background-color: $background;
border-color: $border;
// $shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
// .box-shadow($shadow);
@include box-shadow(inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075));
$active-background: darken($background, 10%);
$active-border: darken($border, 12%);
......
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