2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Variables for large and small input border radiuses

This commit is contained in:
Marat Abdullin
2014-09-05 21:27:23 +04:00
committed by Mark Otto
parent 994d0b20aa
commit 0d8f5fffa5
2 changed files with 10 additions and 3 deletions
+8 -1
View File
@@ -182,8 +182,15 @@
@input-color: @gray;
//** `<input>` border color
@input-border: #ccc;
//** `<input>` border radius
// TODO: Rename `@input-border-radius` to `@input-border-radius-base` in v4
//** Default `.form-control` border radius
@input-border-radius: @border-radius-base;
//** Large `.form-control` border radius
@input-border-radius-large: @border-radius-large;
//** Small `.form-control` border radius
@input-border-radius-small: @border-radius-small;
//** Border color for inputs on focus
@input-border-focus: #66afe9;