mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
Update form input styles
This commit is contained in:
parent
3f420ff77b
commit
a893818d56
@ -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
|
||||
// -------------------------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user