@financial-times/n-myft-ui 29.0.3 → 29.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/mixins/lozenge/_themes.scss +1 -1
- package/myft/main.scss +10 -11
- package/package.json +1 -1
@@ -9,7 +9,7 @@ $myft-lozenge-themes: (
|
|
9
9
|
),
|
10
10
|
inverse: (
|
11
11
|
background: oColorsByName('white'),
|
12
|
-
text: oColorsByName('
|
12
|
+
text: oColorsByName('black'),
|
13
13
|
highlight: rgba(white, 0.8),
|
14
14
|
pressed-highlight: rgba(white, 0.2),
|
15
15
|
disabled: rgba(oColorsByName('white'), 0.5),
|
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');
|