@financial-times/n-myft-ui 29.0.4 → 29.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/myft/main.scss +10 -11
- package/package.json +1 -1
package/myft/main.scss
CHANGED
@@ -24,17 +24,6 @@ $spacing-unit: 20px;
|
|
24
24
|
display: inline-block;
|
25
25
|
}
|
26
26
|
|
27
|
-
// article lists modal
|
28
|
-
@include oForms($opts: (
|
29
|
-
'elements': ('text', 'checkbox', 'toggle')
|
30
|
-
));
|
31
|
-
|
32
|
-
@include oButtons($opts: (
|
33
|
-
'sizes': ('big'),
|
34
|
-
'types': ('primary', 'secondary'),
|
35
|
-
'themes': ('inverse')
|
36
|
-
));
|
37
|
-
|
38
27
|
// experimental flash animation on header icon
|
39
28
|
@include myftHeaderIconFlash;
|
40
29
|
|
@@ -205,6 +194,16 @@ $spacing-unit: 20px;
|
|
205
194
|
}
|
206
195
|
|
207
196
|
.myft-ui-create-list-variant {
|
197
|
+
@include oButtons($opts: (
|
198
|
+
'sizes': ('big'),
|
199
|
+
'types': ('primary', 'secondary'),
|
200
|
+
'themes': ('inverse')
|
201
|
+
));
|
202
|
+
|
203
|
+
@include oForms($opts: (
|
204
|
+
'elements': ('text', 'checkbox', 'toggle')
|
205
|
+
));
|
206
|
+
|
208
207
|
border-radius: 10px;
|
209
208
|
border: 1px solid oColorsByName('black-5');
|
210
209
|
background: oColorsByName('white-80');
|