mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 18:14:17 +02:00
fix shadows on btns to use mixin
This commit is contained in:
@@ -7,8 +7,7 @@
|
|||||||
color: $color;
|
color: $color;
|
||||||
background-color: $background;
|
background-color: $background;
|
||||||
border-color: $border;
|
border-color: $border;
|
||||||
// $shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
|
@include box-shadow(inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075));
|
||||||
// .box-shadow($shadow);
|
|
||||||
|
|
||||||
$active-background: darken($background, 10%);
|
$active-background: darken($background, 10%);
|
||||||
$active-border: darken($border, 12%);
|
$active-border: darken($border, 12%);
|
||||||
|
Reference in New Issue
Block a user