@financial-times/n-myft-ui 29.0.4 → 29.0.5
Sign up to get free protection for your applications and to get access to all the features.
- 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');
|