File tree 9 files changed +0
-106
lines changed
9 files changed +0
-106
lines changed Original file line number Diff line number Diff line change 1468
1468
}
1469
1469
},
1470
1470
"font" : {
1471
- "-" : {
1472
- "value" : {
1473
- "fontFamily" : " 'Noto Sans', sans-serif" ,
1474
- "fontWeight" : " 500" ,
1475
- "lineHeight" : " 140%" ,
1476
- "fontSize" : " 1.25rem"
1477
- },
1478
- "type" : " typography"
1479
- },
1480
1471
"desktop" : {
1481
1472
"value" : {
1482
1473
"fontFamily" : " 'Noto Sans', sans-serif" ,
1584
1575
}
1585
1576
},
1586
1577
"disabled" : {
1587
- "background" : {
1588
- "value" : " #D6D9DD" ,
1589
- "type" : " color"
1590
- },
1591
- "text" : {
1592
- "value" : " #545961" ,
1593
- "type" : " color"
1594
- },
1595
1578
"opacity" : {
1596
1579
"value" : " 50%" ,
1597
1580
"type" : " other"
1600
1583
},
1601
1584
"small" : {
1602
1585
"font" : {
1603
- "-" : {
1604
- "value" : {
1605
- "fontFamily" : " 'Noto Sans', sans-serif" ,
1606
- "fontWeight" : " 400" ,
1607
- "lineHeight" : " 160%" ,
1608
- "fontSize" : " 80%"
1609
- },
1610
- "type" : " typography"
1611
- },
1612
1586
"desktop" : {
1613
1587
"value" : {
1614
1588
"fontFamily" : " 'Noto Sans', sans-serif" ,
Original file line number Diff line number Diff line change 1468
1468
}
1469
1469
},
1470
1470
"font" : {
1471
- "-" : {
1472
- "value" : {
1473
- "fontFamily" : " 'Noto Sans', sans-serif" ,
1474
- "fontWeight" : " 500" ,
1475
- "lineHeight" : " 140%" ,
1476
- "fontSize" : " 1.25rem"
1477
- },
1478
- "type" : " typography"
1479
- },
1480
1471
"desktop" : {
1481
1472
"value" : {
1482
1473
"fontFamily" : " 'Noto Sans', sans-serif" ,
1584
1575
}
1585
1576
},
1586
1577
"disabled" : {
1587
- "background" : {
1588
- "value" : " #D6D9DD" ,
1589
- "type" : " color"
1590
- },
1591
- "text" : {
1592
- "value" : " #545961" ,
1593
- "type" : " color"
1594
- },
1595
1578
"opacity" : {
1596
1579
"value" : " 50%" ,
1597
1580
"type" : " other"
1600
1583
},
1601
1584
"small" : {
1602
1585
"font" : {
1603
- "-" : {
1604
- "value" : {
1605
- "fontFamily" : " 'Noto Sans', sans-serif" ,
1606
- "fontWeight" : " 400" ,
1607
- "lineHeight" : " 160%" ,
1608
- "fontSize" : " 80%"
1609
- },
1610
- "type" : " typography"
1611
- },
1612
1586
"desktop" : {
1613
1587
"value" : {
1614
1588
"fontFamily" : " 'Noto Sans', sans-serif" ,
Original file line number Diff line number Diff line change 138
138
--gcds-button-danger-default-background : # a62a1e ;
139
139
--gcds-button-danger-default-text : # ffffff ;
140
140
--gcds-button-danger-hover-background : # 822117 ;
141
- --gcds-button-font : 500 1.25 rem/140% 'Noto Sans' , sans-serif; /* To be removed in anouther PR */
142
141
--gcds-button-font-desktop : 500 1.25 rem/140% 'Noto Sans' , sans-serif;
143
142
--gcds-button-font-mobile : 500 1.125 rem/140% 'Noto Sans' , sans-serif;
144
143
--gcds-button-padding : 0.625rem 1rem ;
157
156
--gcds-button-shared-focus-box-shadow : 0 0 0 0.125rem # ffffff ;
158
157
--gcds-button-shared-focus-outline-width : 0.25rem ;
159
158
--gcds-button-shared-focus-text : # ffffff ;
160
- --gcds-button-shared-disabled-background : # d6d9dd ; /* To be removed in anouther PR */
161
- --gcds-button-shared-disabled-text : # 545961 ; /* To be removed in anouther PR */
162
159
--gcds-button-shared-disabled-opacity : 50% ;
163
- --gcds-button-small-font : 400 80% / 160% 'Noto Sans' , sans-serif; /* To be removed in anouther PR */
164
160
--gcds-button-small-font-desktop : 400 1.125 rem/155% 'Noto Sans' , sans-serif;
165
161
--gcds-button-small-font-mobile : 400 1 rem/150% 'Noto Sans' , sans-serif;
166
162
--gcds-button-small-padding : 0.375rem 1rem ;
Original file line number Diff line number Diff line change 8
8
--gcds-button-danger-default-background : # a62a1e ;
9
9
--gcds-button-danger-default-text : # ffffff ;
10
10
--gcds-button-danger-hover-background : # 822117 ;
11
- --gcds-button-font : 500 1.25 rem/140% 'Noto Sans' , sans-serif; /* To be removed in anouther PR */
12
11
--gcds-button-font-desktop : 500 1.25 rem/140% 'Noto Sans' , sans-serif;
13
12
--gcds-button-font-mobile : 500 1.125 rem/140% 'Noto Sans' , sans-serif;
14
13
--gcds-button-padding : 0.625rem 1rem ;
27
26
--gcds-button-shared-focus-box-shadow : 0 0 0 0.125rem # ffffff ;
28
27
--gcds-button-shared-focus-outline-width : 0.25rem ;
29
28
--gcds-button-shared-focus-text : # ffffff ;
30
- --gcds-button-shared-disabled-background : # d6d9dd ; /* To be removed in anouther PR */
31
- --gcds-button-shared-disabled-text : # 545961 ; /* To be removed in anouther PR */
32
29
--gcds-button-shared-disabled-opacity : 50% ;
33
- --gcds-button-small-font : 400 80% / 160% 'Noto Sans' , sans-serif; /* To be removed in anouther PR */
34
30
--gcds-button-small-font-desktop : 400 1.125 rem/155% 'Noto Sans' , sans-serif;
35
31
--gcds-button-small-font-mobile : 400 1 rem/150% 'Noto Sans' , sans-serif;
36
32
--gcds-button-small-padding : 0.375rem 1rem ;
Original file line number Diff line number Diff line change 299
299
--gcds-button-danger-default-background : # a62a1e ;
300
300
--gcds-button-danger-default-text : # ffffff ;
301
301
--gcds-button-danger-hover-background : # 822117 ;
302
- --gcds-button-font : 500 1.25 rem/140% 'Noto Sans' , sans-serif; /* To be removed in anouther PR */
303
302
--gcds-button-font-desktop : 500 1.25 rem/140% 'Noto Sans' , sans-serif;
304
303
--gcds-button-font-mobile : 500 1.125 rem/140% 'Noto Sans' , sans-serif;
305
304
--gcds-button-padding : 0.625rem 1rem ;
318
317
--gcds-button-shared-focus-box-shadow : 0 0 0 0.125rem # ffffff ;
319
318
--gcds-button-shared-focus-outline-width : 0.25rem ;
320
319
--gcds-button-shared-focus-text : # ffffff ;
321
- --gcds-button-shared-disabled-background : # d6d9dd ; /* To be removed in anouther PR */
322
- --gcds-button-shared-disabled-text : # 545961 ; /* To be removed in anouther PR */
323
320
--gcds-button-shared-disabled-opacity : 50% ;
324
- --gcds-button-small-font : 400 80% / 160% 'Noto Sans' , sans-serif; /* To be removed in anouther PR */
325
321
--gcds-button-small-font-desktop : 400 1.125 rem/155% 'Noto Sans' , sans-serif;
326
322
--gcds-button-small-font-mobile : 400 1 rem/150% 'Noto Sans' , sans-serif;
327
323
--gcds-button-small-padding : 0.375rem 1rem ;
Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ $gcds-button-border-width: 0.125rem;
136
136
$gcds-button-danger-default-background : #a62a1e ;
137
137
$gcds-button-danger-default-text : #ffffff ;
138
138
$gcds-button-danger-hover-background : #822117 ;
139
- $gcds-button-font : 500 1.25rem / 140% ' Noto Sans' , sans-serif ; // To be removed in anouther PR
140
139
$gcds-button-font-desktop : 500 1.25rem / 140% ' Noto Sans' , sans-serif ;
141
140
$gcds-button-font-mobile : 500 1.125rem / 140% ' Noto Sans' , sans-serif ;
142
141
$gcds-button-padding : 0.625rem 1rem ;
@@ -155,10 +154,7 @@ $gcds-button-shared-focus-background: #0535d2;
155
154
$gcds-button-shared-focus-box-shadow : 0 0 0 0.125rem #ffffff ;
156
155
$gcds-button-shared-focus-outline-width : 0.25rem ;
157
156
$gcds-button-shared-focus-text : #ffffff ;
158
- $gcds-button-shared-disabled-background : #d6d9dd ; // To be removed in anouther PR
159
- $gcds-button-shared-disabled-text : #545961 ; // To be removed in anouther PR
160
157
$gcds-button-shared-disabled-opacity : 50% ;
161
- $gcds-button-small-font : 400 80% / 160% ' Noto Sans' , sans-serif ; // To be removed in anouther PR
162
158
$gcds-button-small-font-desktop : 400 1.125rem / 155% ' Noto Sans' , sans-serif ;
163
159
$gcds-button-small-font-mobile : 400 1rem / 150% ' Noto Sans' , sans-serif ;
164
160
$gcds-button-small-padding : 0.375rem 1rem ;
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ $gcds-button-border-width: 0.125rem;
6
6
$gcds-button-danger-default-background : #a62a1e ;
7
7
$gcds-button-danger-default-text : #ffffff ;
8
8
$gcds-button-danger-hover-background : #822117 ;
9
- $gcds-button-font : 500 1.25rem / 140% ' Noto Sans' , sans-serif ; // To be removed in anouther PR
10
9
$gcds-button-font-desktop : 500 1.25rem / 140% ' Noto Sans' , sans-serif ;
11
10
$gcds-button-font-mobile : 500 1.125rem / 140% ' Noto Sans' , sans-serif ;
12
11
$gcds-button-padding : 0.625rem 1rem ;
@@ -25,10 +24,7 @@ $gcds-button-shared-focus-background: #0535d2;
25
24
$gcds-button-shared-focus-box-shadow : 0 0 0 0.125rem #ffffff ;
26
25
$gcds-button-shared-focus-outline-width : 0.25rem ;
27
26
$gcds-button-shared-focus-text : #ffffff ;
28
- $gcds-button-shared-disabled-background : #d6d9dd ; // To be removed in anouther PR
29
- $gcds-button-shared-disabled-text : #545961 ; // To be removed in anouther PR
30
27
$gcds-button-shared-disabled-opacity : 50% ;
31
- $gcds-button-small-font : 400 80% / 160% ' Noto Sans' , sans-serif ; // To be removed in anouther PR
32
28
$gcds-button-small-font-desktop : 400 1.125rem / 155% ' Noto Sans' , sans-serif ;
33
29
$gcds-button-small-font-mobile : 400 1rem / 150% ' Noto Sans' , sans-serif ;
34
30
$gcds-button-small-padding : 0.375rem 1rem ;
Original file line number Diff line number Diff line change @@ -297,7 +297,6 @@ $gcds-button-border-width: 0.125rem;
297
297
$gcds-button-danger-default-background : #a62a1e ;
298
298
$gcds-button-danger-default-text : #ffffff ;
299
299
$gcds-button-danger-hover-background : #822117 ;
300
- $gcds-button-font : 500 1.25rem / 140% ' Noto Sans' , sans-serif ; // To be removed in anouther PR
301
300
$gcds-button-font-desktop : 500 1.25rem / 140% ' Noto Sans' , sans-serif ;
302
301
$gcds-button-font-mobile : 500 1.125rem / 140% ' Noto Sans' , sans-serif ;
303
302
$gcds-button-padding : 0.625rem 1rem ;
@@ -316,10 +315,7 @@ $gcds-button-shared-focus-background: #0535d2;
316
315
$gcds-button-shared-focus-box-shadow : 0 0 0 0.125rem #ffffff ;
317
316
$gcds-button-shared-focus-outline-width : 0.25rem ;
318
317
$gcds-button-shared-focus-text : #ffffff ;
319
- $gcds-button-shared-disabled-background : #d6d9dd ; // To be removed in anouther PR
320
- $gcds-button-shared-disabled-text : #545961 ; // To be removed in anouther PR
321
318
$gcds-button-shared-disabled-opacity : 50% ;
322
- $gcds-button-small-font : 400 80% / 160% ' Noto Sans' , sans-serif ; // To be removed in anouther PR
323
319
$gcds-button-small-font-desktop : 400 1.125rem / 155% ' Noto Sans' , sans-serif ;
324
320
$gcds-button-small-font-mobile : 400 1rem / 150% ' Noto Sans' , sans-serif ;
325
321
$gcds-button-small-padding : 0.375rem 1rem ;
Original file line number Diff line number Diff line change 29
29
}
30
30
},
31
31
"font" : {
32
- "-" : {
33
- "value" : {
34
- "fontFamily" : " {fontFamilies.body}" ,
35
- "fontWeight" : " {fontWeights.medium}" ,
36
- "lineHeight" : " 140%" ,
37
- "fontSize" : " {fontSizes.text}"
38
- },
39
- "type" : " typography" ,
40
- "comment" : " To be removed in anouther PR"
41
- },
42
32
"desktop" : {
43
33
"value" : {
44
34
"fontFamily" : " {fontFamilies.body}" ,
146
136
}
147
137
},
148
138
"disabled" : {
149
- "background" : {
150
- "value" : " {disabled.background.value}" ,
151
- "type" : " color" ,
152
- "comment" : " To be removed in anouther PR"
153
- },
154
- "text" : {
155
- "value" : " {disabled.text.value}" ,
156
- "type" : " color" ,
157
- "comment" : " To be removed in anouther PR"
158
- },
159
139
"opacity" : {
160
140
"value" : " 50%" ,
161
141
"type" : " other"
164
144
},
165
145
"small" : {
166
146
"font" : {
167
- "-" : {
168
- "value" : {
169
- "fontFamily" : " {fontFamilies.body}" ,
170
- "fontWeight" : " {fontWeights.regular}" ,
171
- "lineHeight" : " {lineHeights.text}" ,
172
- "fontSize" : " 80%"
173
- },
174
- "type" : " typography" ,
175
- "comment" : " To be removed in anouther PR"
176
- },
177
147
"desktop" : {
178
148
"value" : {
179
149
"fontFamily" : " {fontFamilies.body}" ,
You can’t perform that action at this time.
0 commit comments