@@ -9,15 +9,10 @@ $ButtonSize-fontSize-xl: $g-fontSize-xl !default;
9
9
$ButtonSize-fontSize-lg : $g-fontSize-lg !default ;
10
10
$ButtonSize-fontSize : $g-fontSize !default ;
11
11
$ButtonSize-fontSize-sm : $g-fontSize-sm !default ;
12
- $ButtonSize-borderRadius-xl : $g-borderRadius-xl !default ;
13
- $ButtonSize-borderRadius-lg : $g-borderRadius-lg !default ;
14
- $ButtonSize-borderRadius : $g-borderRadius !default ;
15
- $ButtonSize-borderRadius-sm : $g-borderRadius-sm !default ;
16
12
$ButtonSize-height-xl : $g-controls-height-xl !default ;
17
13
$ButtonSize-height-lg : $g-controls-height-lg !default ;
18
14
$ButtonSize-height : $g-controls-height !default ;
19
15
$ButtonSize-height-sm : $g-controls-height-sm !default ;
20
- $ButtonSize-borderSize2x : ($Button-borderSize * 2 ) !default ;
21
16
22
17
23
18
/* sircus-components-button-size
@@ -28,22 +23,16 @@ $ButtonSize-borderSize2x: ($Button-borderSize * 2) !default;
28
23
padding : 0 $ButtonSize-paddingH-xl ;
29
24
line-height : ($ButtonSize-height-xl - $Button-borderSize2x );
30
25
font-size : $ButtonSize-fontSize-xl ;
31
- border-radius : $ButtonSize-borderRadius-xl ;
32
26
}
33
27
.Button--lg {
34
28
height : $ButtonSize-height-lg ;
35
29
padding : 0 $ButtonSize-paddingH-lg ;
36
30
line-height : ($ButtonSize-height-lg - $Button-borderSize2x );
37
31
font-size : $ButtonSize-fontSize-lg ;
38
- border-radius : $ButtonSize-borderRadius-lg ;
39
32
}
40
33
.Button--sm {
41
34
height : $ButtonSize-height-sm ;
42
35
padding : 0 $ButtonSize-paddingH-sm ;
43
36
line-height : ($ButtonSize-height-sm - $Button-borderSize2x );
44
37
font-size : $ButtonSize-fontSize-sm ;
45
- border-radius : $ButtonSize-borderRadius-sm ;
46
- }
47
-
48
-
49
38
}
0 commit comments