We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab643ce commit dd007e3Copy full SHA for dd007e3
lib/web/css/source/lib/_buttons.less
@@ -277,6 +277,9 @@
277
// ---------------------------------------------
278
279
.lib-button-primary(
280
+ @_button-font-family: @button-primary__font-family,
281
+ @_button-font-size: @button-primary__font-size,
282
+ @_button-font-weight: @button-primary__font-weight,
283
@_button-line-height: @button-primary__line-height,
284
@_button-width: @button-primary__width,
285
@_button-margin: @button-primary__margin,
@@ -300,6 +303,9 @@
300
303
@_button-gradient-direction: @button-primary__gradient-direction
301
304
) {
302
305
.lib-button(
306
+ @_button-font-family: @_button-font-family,
307
+ @_button-font-size: @_button-font-size,
308
+ @_button-font-weight: @_button-font-weight,
309
@_button-line-height: @_button-line-height,
310
@_button-width: @_button-width,
311
@_button-margin: @_button-margin,
0 commit comments