Commit 6eb2e54a authored by Pierre-Denis Vanduynslager's avatar Pierre-Denis Vanduynslager
Browse files

Use box-shadow mixin

parent 7a21517a
Showing with 2 additions and 4 deletions
+2 -4
......@@ -17,10 +17,8 @@
.form-control {
border-color: $color;
@if $enable-shadows {
&:focus {
box-shadow: $input-box-shadow, 0 0 6px lighten($color, 20%);
}
&:focus {
@include box-shadow($input-box-shadow, 0 0 6px lighten($color, 20%));
}
}
......
Supports Markdown
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