Update form input styles
This commit is contained in:
@ -94,6 +94,17 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Forms
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
@input-border-radius: 0;
|
||||||
|
@input-border-focus: #2598f9;
|
||||||
|
|
||||||
|
.form-control:focus {
|
||||||
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Form states and alerts
|
// Form states and alerts
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user