Browse Source

use a big button radius

pull/432/head
afc163 9 years ago
parent
commit
9156b2647c
  1. 6
      style/themes/default/custom.less

6
style/themes/default/custom.less

@ -65,14 +65,14 @@
@btn-disable-border : #d9d9d9;
@btn-padding-base : 4px 15px;
@btn-border-radius-base : 14px;
@btn-border-radius-base : 100px;
@btn-font-size-lg : 14px;
@btn-padding-lg : 4px 15px 5px 15px;
@btn-border-radius-lg : 16px;
@btn-border-radius-lg : @btn-border-radius-base;
@btn-padding-sm : 1px 7px;
@btn-border-radius-sm : 11px;
@btn-border-radius-sm : @btn-border-radius-base;
@btn-circle-size : 28px;
@btn-circle-size-lg : 32px;

Loading…
Cancel
Save