File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 276
276
// ---------------------------------------------
277
277
278
278
.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 ,
279
282
@_button-line-height : @button-primary__line-height ,
280
283
@_button-width : @button-primary__width ,
281
284
@_button-margin : @button-primary__margin ,
299
302
@_button-gradient-direction : @button-primary__gradient-direction
300
303
) {
301
304
.lib-button (
305
+ @_button-font-family : @_button-font-family ,
306
+ @_button-font-size : @_button-font-size ,
307
+ @_button-font-weight : @_button-font-weight ,
302
308
@_button-line-height : @_button-line-height ,
303
309
@_button-width : @_button-width ,
304
310
@_button-margin : @_button-margin ,
Original file line number Diff line number Diff line change 47
47
@button__active__gradient-color-end : false;
48
48
49
49
// Primary button
50
+ @button-primary__font-family : @button__font-family ;
51
+ @button-primary__font-size : @button__font-size ;
52
+ @button-primary__font-weight : @button__font-weight ;
50
53
@button-primary__line-height : false;
51
54
@button-primary__width : false;
52
55
@button-primary__margin : false;
You can’t perform that action at this time.
0 commit comments