Skip to content

Commit c4de267

Browse files
Karlasachirag-wagento
authored andcommitted
added new primary button variables
1 parent d7e77e6 commit c4de267

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/web/css/source/lib/_buttons.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,9 @@
276276
// ---------------------------------------------
277277

278278
.lib-button-primary(
279+
@_button-font-family: @button-primary__font-family,
280+
@_button-font-size: @button-primary__font-size,
281+
@_button-font-weight: @button-primary__font-weight,
279282
@_button-line-height: @button-primary__line-height,
280283
@_button-width: @button-primary__width,
281284
@_button-margin: @button-primary__margin,
@@ -299,6 +302,9 @@
299302
@_button-gradient-direction: @button-primary__gradient-direction
300303
) {
301304
.lib-button(
305+
@_button-font-family: @_button-font-family,
306+
@_button-font-size: @_button-font-size,
307+
@_button-font-weight: @_button-font-weight,
302308
@_button-line-height: @_button-line-height,
303309
@_button-width: @_button-width,
304310
@_button-margin: @_button-margin,

0 commit comments

Comments
 (0)