From 9156b2647cd8a3fd37c28080f5dc255ab475c774 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 23 Oct 2015 23:38:41 +0800 Subject: [PATCH] use a big button radius --- style/themes/default/custom.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style/themes/default/custom.less b/style/themes/default/custom.less index 9f1cdda637..1b865021f5 100644 --- a/style/themes/default/custom.less +++ b/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;