diff options
| author | Mark Otto <[email protected]> | 2015-05-13 21:20:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-05-13 21:20:02 -0700 |
| commit | 82279a8eb28fcddf24ecdf524686583e408b5191 (patch) | |
| tree | 74b6f1b30a555387d1393b22f797491dc6ae7fae /less/variables.less | |
| parent | f2adfeb62def2c968cc370c9dfa0ef4e5fc1f5cd (diff) | |
| parent | 9a451d4aea98d59a0bad032ec4fd80a4ea1bc8e1 (diff) | |
| download | bootstrap-82279a8eb28fcddf24ecdf524686583e408b5191.tar.xz bootstrap-82279a8eb28fcddf24ecdf524686583e408b5191.zip | |
Merge branch 'btn-borders' of https://github.com/martinbean/bootstrap into martinbean-btn-borders
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index dd3c102ab..a55d03072 100644 --- a/less/variables.less +++ b/less/variables.less @@ -170,6 +170,11 @@ @btn-link-disabled-color: @gray-light; +//** Allows for customizing button radius independently from global border radius +@btn-border-radius-base: @border-radius-base; +@btn-border-radius-large: @border-radius-large; +@btn-border-radius-small: @border-radius-small; + //== Forms // |
