2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Extract $btn-box-shadow variable

This commit is contained in:
Chris Rebert
2016-01-09 15:27:56 -08:00
parent 6293dd41cf
commit a5b41e7254
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
color: $color;
background-color: $background;
border-color: $border;
@include box-shadow(inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075));
@include box-shadow($btn-box-shadow);
@include hover {
color: $color;