From 02b307143ee8f38cdb3f5bf831608176c0075cd0 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Thu, 11 Jan 2018 12:10:46 +0800 Subject: [PATCH] feat(css): new btn width size --- modules/core/client/less/btn-size.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modules/core/client/less/btn-size.less b/modules/core/client/less/btn-size.less index bb2c9a68..9cb3db02 100644 --- a/modules/core/client/less/btn-size.less +++ b/modules/core/client/less/btn-size.less @@ -28,6 +28,10 @@ min-width: 120px !important; } +.btn-width-140 { + min-width: 140px !important; +} + .btn-width-150 { min-width: 150px !important; } @@ -36,6 +40,10 @@ min-width: 160px !important; } +.btn-width-180 { + min-width: 180px !important; +} + .btn-width-200 { min-width: 200px !important; } @@ -80,6 +88,10 @@ min-width: 160px !important; } +.width-180 { + min-width: 180px !important; +} + .width-200 { min-width: 200px !important; }