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; }