1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
This commit is contained in:
Mark Otto 2016-10-09 16:46:47 -07:00
parent b77b874265
commit 8273e0cf82

View file

@ -19,7 +19,7 @@
@if $enable-rounded {
&:focus {
box-shadow: $input-box-shadow, 0 0 6px lighten($color, 20%)
box-shadow: $input-box-shadow, 0 0 6px lighten($color, 20%);
}
}
}