1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02: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

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;