mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
property order
This commit is contained in:
parent
3daeb58ac3
commit
1b17ee4062
@ -57,8 +57,8 @@
|
|||||||
@mixin form-control-focus() {
|
@mixin form-control-focus() {
|
||||||
&:focus {
|
&:focus {
|
||||||
color: $input-color-focus;
|
color: $input-color-focus;
|
||||||
border-color: $input-border-focus;
|
|
||||||
background-color: $input-bg-focus;
|
background-color: $input-bg-focus;
|
||||||
|
border-color: $input-border-focus;
|
||||||
outline: none;
|
outline: none;
|
||||||
$shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px $input-box-shadow-focus;
|
$shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px $input-box-shadow-focus;
|
||||||
@include box-shadow($shadow);
|
@include box-shadow($shadow);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user