[enh] Add light radius on button. Rebuild CSS with Bootstrap update.

This commit is contained in:
opi 2015-11-15 15:29:27 +01:00
parent c5f64522b2
commit a94226c849
2 changed files with 9 additions and 4 deletions

View file

@ -16,8 +16,9 @@
@icon-font-path: @font-path; @icon-font-path: @font-path;
@border-radius-base: 0; @border-radius-base: 0;
@border-radius-small: @border-radius-base; @btn-border-radius-base: 1px;
@border-radius-large: @border-radius-base; @btn-border-radius-small: @btn-border-radius-base;
@btn-border-radius-large: @btn-border-radius-base;
/* /*

File diff suppressed because one or more lines are too long