@beacon-interactive-systems-llc/beacon-platform-ui 17.9.3 → 17.10.0
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/package.json +1 -1
- package/styles/_bootstrap-datepicker.scss +1 -1
- package/styles/_buttons.scss +2 -2
- package/styles/_filters.scss +15 -9
- package/styles/_forms.scss +3 -3
- package/styles/_layout.scss +37 -15
- package/styles/_leftnav.scss +43 -27
- package/styles/_material-tabs.scss +9 -9
- package/styles/_modals.scss +3 -5
- package/styles/_popover.scss +12 -1
- package/styles/_tables.scss +7 -7
- package/styles/_theming.scss +1 -1
- package/styles/_widgets.scss +10 -4
- package/styles/styles.scss +10 -0
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@ $platform_datepicker_contrasts: (
|
|
|
11
11
|
datepickerHighlighted: $beacon-gray-200
|
|
12
12
|
),
|
|
13
13
|
dark: (
|
|
14
|
-
datepickerHeader: $beacon-
|
|
14
|
+
datepickerHeader: $beacon-green-700,
|
|
15
15
|
datepickerHeaderText: $beacon-gray-300,
|
|
16
16
|
datepickerBackground: $beacon-gray-700,
|
|
17
17
|
datepickerBorder: $beacon-gray-500,
|
package/styles/_buttons.scss
CHANGED
|
@@ -32,7 +32,7 @@ $platform_button_contrasts: (
|
|
|
32
32
|
buttonBorder: $beacon-gray-border
|
|
33
33
|
),
|
|
34
34
|
dark: (
|
|
35
|
-
buttonBlue: $beacon-blue-
|
|
35
|
+
buttonBlue: $beacon-dark-blue-400,
|
|
36
36
|
buttonBlueHover: $beacon-blue-300,
|
|
37
37
|
buttonBlueActive: $beacon-blue-100,
|
|
38
38
|
buttonBlueText: $beacon-gray-300,
|
|
@@ -82,7 +82,7 @@ $platform_button_contrasts: (
|
|
|
82
82
|
buttonRedText: $beacon-black,
|
|
83
83
|
buttonRedTextInvert: $beacon-white,
|
|
84
84
|
|
|
85
|
-
buttonAmbient: $beacon-
|
|
85
|
+
buttonAmbient: $beacon-gray-600,
|
|
86
86
|
buttonAmbientHover: $beacon-black,
|
|
87
87
|
buttonAmbientActive: $beacon-black,
|
|
88
88
|
buttonAmbientText: $beacon-white,
|
package/styles/_filters.scss
CHANGED
|
@@ -8,18 +8,20 @@ $platform_filter_contrasts: (
|
|
|
8
8
|
filterChipText: $beacon-black,
|
|
9
9
|
filterDropdownFocus: $beacon-dark-blue-200,
|
|
10
10
|
filterDropdownText: $beacon-cyan-600,
|
|
11
|
-
showingRowBg: $beacon-white
|
|
11
|
+
showingRowBg: $beacon-white,
|
|
12
|
+
showingRowColor: $beacon-green-500
|
|
12
13
|
),
|
|
13
14
|
dark: (
|
|
14
|
-
filterBackground: $beacon-gray-
|
|
15
|
-
filterBorder: $beacon-
|
|
15
|
+
filterBackground: $beacon-gray-700,
|
|
16
|
+
filterBorder: $beacon-gray-400,
|
|
16
17
|
filterShadow: none,
|
|
17
|
-
filterSearchIcon: $beacon-gray-
|
|
18
|
-
filterChip: $beacon-
|
|
18
|
+
filterSearchIcon: $beacon-gray-300,
|
|
19
|
+
filterChip: $beacon-dark-blue-400,
|
|
19
20
|
filterChipText: $beacon-gray-300,
|
|
20
|
-
filterDropdownFocus: $beacon-
|
|
21
|
-
filterDropdownText: $beacon-
|
|
22
|
-
showingRowBg: $beacon-gray-
|
|
21
|
+
filterDropdownFocus: $beacon-gray-600,
|
|
22
|
+
filterDropdownText: $beacon-green-650,
|
|
23
|
+
showingRowBg: $beacon-gray-700,
|
|
24
|
+
showingRowColor: $beacon-green-650
|
|
23
25
|
),
|
|
24
26
|
highcontrast: (
|
|
25
27
|
filterBackground: $beacon-black,
|
|
@@ -30,7 +32,8 @@ $platform_filter_contrasts: (
|
|
|
30
32
|
filterChipText: $beacon-black,
|
|
31
33
|
filterDropdownFocus: $highcontrast-bright-blue-200,
|
|
32
34
|
filterDropdownText: $beacon-white,
|
|
33
|
-
showingRowBg: $beacon-black
|
|
35
|
+
showingRowBg: $beacon-black,
|
|
36
|
+
showingRowColor: $beacon-green-500
|
|
34
37
|
)
|
|
35
38
|
);
|
|
36
39
|
|
|
@@ -108,6 +111,9 @@ $date-filter-width: calc(1em * 8);
|
|
|
108
111
|
|
|
109
112
|
.showing-label {
|
|
110
113
|
@include font-size--default-md;
|
|
114
|
+
@include themify($platform_filter_contrasts) {
|
|
115
|
+
color: apply('showingRowColor');
|
|
116
|
+
}
|
|
111
117
|
|
|
112
118
|
&:first-of-type {
|
|
113
119
|
padding-left: 8px;
|
package/styles/_forms.scss
CHANGED
|
@@ -34,9 +34,9 @@ $platform_form_contrasts: (
|
|
|
34
34
|
formSelectOpened: $beacon-blue-100,
|
|
35
35
|
formSelectOptionHover: $beacon-dark-blue-400,
|
|
36
36
|
formSelectShadow: none,
|
|
37
|
-
formHighlightOrange: $beacon-
|
|
37
|
+
formHighlightOrange: $beacon-green-700,
|
|
38
38
|
formHighlightOrangeText: $beacon-gray-200,
|
|
39
|
-
quillToolbar: $beacon-
|
|
39
|
+
quillToolbar: $beacon-green-700,
|
|
40
40
|
quillButton: $beacon-gray-300
|
|
41
41
|
),
|
|
42
42
|
highcontrast: (
|
|
@@ -55,7 +55,7 @@ $platform_form_contrasts: (
|
|
|
55
55
|
formSelectShadow: none,
|
|
56
56
|
formHighlightOrange: $highcontrast-bright-orange-100,
|
|
57
57
|
formHighlightOrangeText: $beacon-black,
|
|
58
|
-
quillToolbar: $beacon-dark-blue-
|
|
58
|
+
quillToolbar: $beacon-dark-blue-400,
|
|
59
59
|
quillButton: $beacon-white
|
|
60
60
|
)
|
|
61
61
|
);
|
package/styles/_layout.scss
CHANGED
|
@@ -9,31 +9,43 @@ $platform_layout_contrasts: (
|
|
|
9
9
|
headerBackground: linear-gradient(180deg, $beacon-dark-blue-700, $beacon-dark-blue-500),
|
|
10
10
|
headerText: $beacon-white,
|
|
11
11
|
headerModule: $beacon-dark-blue-400,
|
|
12
|
-
headerIconHover: $beacon-dark-blue-200
|
|
12
|
+
headerIconHover: $beacon-dark-blue-200,
|
|
13
|
+
headerShadow: 0px 3px 6px #00000040,
|
|
14
|
+
platformLinkColor: $beacon-dark-blue-200,
|
|
15
|
+
platformLinkColorLight: $beacon-blue-100,
|
|
16
|
+
platformLinkColorMuted: $beacon-dark-blue-300
|
|
13
17
|
),
|
|
14
18
|
dark: (
|
|
15
|
-
containerBackground: $beacon-gray-
|
|
16
|
-
containerHeaderBackground: $beacon-gray-
|
|
19
|
+
containerBackground: $beacon-gray-700,
|
|
20
|
+
containerHeaderBackground: $beacon-gray-500,
|
|
17
21
|
containerInfoBackground: $beacon-black,
|
|
18
|
-
containerSidebarBackground: $beacon-gray-
|
|
19
|
-
containerBorder: $beacon-
|
|
22
|
+
containerSidebarBackground: $beacon-gray-700,
|
|
23
|
+
containerBorder: $beacon-gray-400,
|
|
20
24
|
containerShadow: none,
|
|
21
|
-
headerBackground: $beacon-
|
|
25
|
+
headerBackground: $beacon-gray-600,
|
|
22
26
|
headerText: $beacon-gray-300,
|
|
23
|
-
headerModule: $beacon-
|
|
24
|
-
headerIconHover: $beacon-dark-blue-
|
|
27
|
+
headerModule: $beacon-gray-500,
|
|
28
|
+
headerIconHover: $beacon-dark-blue-400,
|
|
29
|
+
headerShadow: none,
|
|
30
|
+
platformLinkColor: $beacon-gray-300,
|
|
31
|
+
platformLinkColorLight: $beacon-green-550,
|
|
32
|
+
platformLinkColorMuted: $beacon-gray-200,
|
|
25
33
|
),
|
|
26
34
|
highcontrast: (
|
|
27
35
|
containerBackground: $beacon-gray-600,
|
|
28
36
|
containerHeaderBackground: $beacon-gray-700,
|
|
29
37
|
containerInfoBackground: $beacon-black,
|
|
30
38
|
containerSidebarBackground: $beacon-gray-700,
|
|
31
|
-
containerBorder: $
|
|
39
|
+
containerBorder: $beacon-white,
|
|
32
40
|
containerShadow: none,
|
|
33
41
|
headerBackground: $beacon-gray-700,
|
|
34
42
|
headerText: $beacon-white,
|
|
35
43
|
headerModule: $beacon-gray-600,
|
|
36
|
-
headerIconHover: $beacon-white
|
|
44
|
+
headerIconHover: $beacon-white,
|
|
45
|
+
headerShadow: none,
|
|
46
|
+
platformLinkColor: $highcontrast-bright-blue-300,
|
|
47
|
+
platformLinkColorLight: $highcontrast-bright-blue-200,
|
|
48
|
+
platformLinkColorMuted: $beacon-dark-blue-300
|
|
37
49
|
)
|
|
38
50
|
);
|
|
39
51
|
|
|
@@ -71,8 +83,9 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
71
83
|
@include themify($platform_layout_contrasts) {
|
|
72
84
|
background: apply('headerBackground');
|
|
73
85
|
color: apply('headerText');
|
|
86
|
+
box-shadow: apply('headerShadow');
|
|
74
87
|
}
|
|
75
|
-
|
|
88
|
+
|
|
76
89
|
height: $header-height;
|
|
77
90
|
line-height: $header-height;
|
|
78
91
|
position: fixed;
|
|
@@ -87,6 +100,7 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
87
100
|
color: apply('headerText');
|
|
88
101
|
}
|
|
89
102
|
text-transform: uppercase;
|
|
103
|
+
height: 51px;
|
|
90
104
|
}
|
|
91
105
|
|
|
92
106
|
.justify-content-start {
|
|
@@ -106,7 +120,7 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
106
120
|
width: 24px;
|
|
107
121
|
font-size: 24px;
|
|
108
122
|
position: relative;
|
|
109
|
-
top:
|
|
123
|
+
top: 7px;
|
|
110
124
|
|
|
111
125
|
&:hover {
|
|
112
126
|
@include themify($platform_layout_contrasts) {
|
|
@@ -350,12 +364,16 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
350
364
|
padding: 0px !important;
|
|
351
365
|
width: 100%;
|
|
352
366
|
height: calc(100vh - ($header-height + $detail-header-height + 1rem)); // Container fluid padding: 1rem
|
|
367
|
+
transition: none;
|
|
353
368
|
}
|
|
354
369
|
}
|
|
355
370
|
|
|
356
371
|
.platform-link {
|
|
357
372
|
@include font-weight--semibold;
|
|
358
|
-
|
|
373
|
+
|
|
374
|
+
@include themify($platform_layout_contrasts) {
|
|
375
|
+
color: apply('platformLinkColor');
|
|
376
|
+
}
|
|
359
377
|
|
|
360
378
|
&:hover {
|
|
361
379
|
cursor: pointer;
|
|
@@ -364,11 +382,15 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
364
382
|
}
|
|
365
383
|
|
|
366
384
|
&--light {
|
|
367
|
-
@include
|
|
385
|
+
@include themify($platform_layout_contrasts) {
|
|
386
|
+
color: apply('platformLinkColorLight');
|
|
387
|
+
}
|
|
368
388
|
}
|
|
369
389
|
|
|
370
390
|
&--muted {
|
|
371
|
-
@include
|
|
391
|
+
@include themify($platform_layout_contrasts) {
|
|
392
|
+
color: apply('platformLinkColorMuted');
|
|
393
|
+
}
|
|
372
394
|
}
|
|
373
395
|
|
|
374
396
|
&--underlined {
|
package/styles/_leftnav.scss
CHANGED
|
@@ -13,39 +13,45 @@ $platform_leftnav_contrasts: (
|
|
|
13
13
|
navListItemHover: lighten($beacon-dark-blue-500, 3%),
|
|
14
14
|
navListItemSupport: $beacon-dark-blue-700,
|
|
15
15
|
navListItemSbir: $beacon-cyan-600,
|
|
16
|
-
navListItemActive: $beacon-cyan-500
|
|
16
|
+
navListItemActive: $beacon-cyan-500,
|
|
17
|
+
collapseBtnBg: $beacon-white,
|
|
18
|
+
collapseBtnColor: $beacon-cyan-500
|
|
17
19
|
),
|
|
18
20
|
dark: (
|
|
19
|
-
navLevelOne: $beacon-
|
|
20
|
-
navLevelTwo: $beacon-
|
|
21
|
+
navLevelOne: $beacon-black,
|
|
22
|
+
navLevelTwo: $beacon-black,
|
|
21
23
|
navText: $beacon-gray-300,
|
|
22
|
-
navCollapseGradient:
|
|
23
|
-
navActiveBackground: $beacon-dark-blue-
|
|
24
|
-
navActiveIcon: $beacon-orange-
|
|
25
|
-
navBarLight: $beacon-
|
|
24
|
+
navCollapseGradient: $beacon-gray-600,
|
|
25
|
+
navActiveBackground: $beacon-dark-blue-400,
|
|
26
|
+
navActiveIcon: $beacon-orange-300,
|
|
27
|
+
navBarLight: $beacon-black,
|
|
26
28
|
navBarLightShadow: none,
|
|
27
|
-
navBarLightBrand: $beacon-
|
|
28
|
-
navBarLightIcon: $beacon-
|
|
29
|
-
navListItemHover:
|
|
30
|
-
navListItemSupport: $beacon-
|
|
31
|
-
navListItemSbir: $beacon-
|
|
32
|
-
navListItemActive: $beacon-
|
|
29
|
+
navBarLightBrand: $beacon-gray-600,
|
|
30
|
+
navBarLightIcon: $beacon-white,
|
|
31
|
+
navListItemHover: $beacon-dark-blue-700,
|
|
32
|
+
navListItemSupport: $beacon-black,
|
|
33
|
+
navListItemSbir: $beacon-black,
|
|
34
|
+
navListItemActive: $beacon-dark-blue-400,
|
|
35
|
+
collapseBtnBg: $beacon-dark-blue-400,
|
|
36
|
+
collapseBtnColor: $beacon-gray-300,
|
|
33
37
|
),
|
|
34
38
|
highcontrast: (
|
|
35
|
-
navLevelOne: $
|
|
36
|
-
navLevelTwo: $
|
|
37
|
-
navText: $beacon-
|
|
38
|
-
navCollapseGradient: $
|
|
39
|
+
navLevelOne: $beacon-gray-700,
|
|
40
|
+
navLevelTwo: $beacon-gray-700,
|
|
41
|
+
navText: $beacon-white,
|
|
42
|
+
navCollapseGradient: $beacon-black,
|
|
39
43
|
navActiveBackground: $highcontrast-bright-blue-200,
|
|
40
|
-
navActiveIcon: $
|
|
41
|
-
navBarLight: $beacon-
|
|
44
|
+
navActiveIcon: $beacon-orange-300,
|
|
45
|
+
navBarLight: $beacon-gray-700,
|
|
42
46
|
navBarLightShadow: none,
|
|
43
|
-
navBarLightBrand: $
|
|
47
|
+
navBarLightBrand: $beacon-black,
|
|
44
48
|
navBarLightIcon: $beacon-white,
|
|
45
|
-
navListItemHover:
|
|
46
|
-
navListItemSupport: $
|
|
47
|
-
navListItemSbir: $
|
|
48
|
-
navListItemActive: $highcontrast-bright-blue-200
|
|
49
|
+
navListItemHover: $beacon-dark-blue-500,
|
|
50
|
+
navListItemSupport: $beacon-black,
|
|
51
|
+
navListItemSbir: $beacon-black,
|
|
52
|
+
navListItemActive: $highcontrast-bright-blue-200,
|
|
53
|
+
collapseBtnBg: $highcontrast-bright-blue-200,
|
|
54
|
+
collapseBtnColor: $beacon-black
|
|
49
55
|
)
|
|
50
56
|
);
|
|
51
57
|
|
|
@@ -191,17 +197,27 @@ $icon-container-width: 50px;
|
|
|
191
197
|
}
|
|
192
198
|
|
|
193
199
|
.collapse-box {
|
|
194
|
-
|
|
200
|
+
@include themify($platform_leftnav_contrasts) {
|
|
201
|
+
background: apply('collapseBtnBg');
|
|
202
|
+
}
|
|
195
203
|
border-radius: 5px;
|
|
196
204
|
height: 36px;
|
|
197
205
|
width: 36px;
|
|
198
206
|
|
|
199
207
|
mat-icon {
|
|
208
|
+
@include themify($platform_leftnav_contrasts) {
|
|
209
|
+
color: apply('collapseBtnColor');
|
|
210
|
+
}
|
|
200
211
|
font-size: 24px;
|
|
201
212
|
height: 24px;
|
|
202
213
|
|
|
203
|
-
&.collapsed {
|
|
204
|
-
|
|
214
|
+
&.collapsed {
|
|
215
|
+
width: 20px;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
&.open {
|
|
219
|
+
width: 24px;
|
|
220
|
+
}
|
|
205
221
|
}
|
|
206
222
|
}
|
|
207
223
|
}
|
|
@@ -7,17 +7,17 @@ $platform_tab_contrasts: (
|
|
|
7
7
|
tabLabelActive: $beacon-cyan-600
|
|
8
8
|
),
|
|
9
9
|
dark: (
|
|
10
|
-
tabBackground: $beacon-gray-
|
|
11
|
-
tabAccent: $beacon-
|
|
12
|
-
tabBorderBottom: $beacon-
|
|
13
|
-
tabLabel: $beacon-
|
|
14
|
-
tabLabelActive: $beacon-
|
|
10
|
+
tabBackground: $beacon-gray-500,
|
|
11
|
+
tabAccent: $beacon-green-550,
|
|
12
|
+
tabBorderBottom: $beacon-green-550,
|
|
13
|
+
tabLabel: $beacon-gray-300,
|
|
14
|
+
tabLabelActive: $beacon-green-550,
|
|
15
15
|
),
|
|
16
16
|
highcontrast: (
|
|
17
|
-
tabBackground: $beacon-gray-
|
|
18
|
-
tabAccent
|
|
19
|
-
tabBorderBottom: $highcontrast-bright-blue-
|
|
20
|
-
tabLabel: $
|
|
17
|
+
tabBackground: $beacon-gray-700,
|
|
18
|
+
tabAccent:$highcontrast-bright-blue-200,
|
|
19
|
+
tabBorderBottom: $highcontrast-bright-blue-200,
|
|
20
|
+
tabLabel: $beacon-gray-300,
|
|
21
21
|
tabLabelActive: $highcontrast-bright-blue-200
|
|
22
22
|
)
|
|
23
23
|
);
|
package/styles/_modals.scss
CHANGED
|
@@ -4,8 +4,8 @@ $platform_modal_contrasts: (
|
|
|
4
4
|
modalFooter: $beacon-gray-200
|
|
5
5
|
),
|
|
6
6
|
dark: (
|
|
7
|
-
modalBody: $beacon-
|
|
8
|
-
modalFooter: $beacon-gray-
|
|
7
|
+
modalBody: $beacon-black,
|
|
8
|
+
modalFooter: $beacon-gray-600
|
|
9
9
|
),
|
|
10
10
|
highcontrast: (
|
|
11
11
|
modalBody: $beacon-black,
|
|
@@ -62,15 +62,13 @@ $platform_modal_contrasts: (
|
|
|
62
62
|
|
|
63
63
|
.modal-content {
|
|
64
64
|
@include font-color--default;
|
|
65
|
+
border-radius: 12px;
|
|
65
66
|
}
|
|
66
67
|
|
|
67
68
|
.modal-body {
|
|
68
69
|
@include themify($platform_modal_contrasts) {
|
|
69
70
|
background-color: apply('modalBody');
|
|
70
71
|
}
|
|
71
|
-
border-top-right-radius: 5px;
|
|
72
|
-
border-top-left-radius: 5px;
|
|
73
|
-
padding: 16px 16px 24px 16px;
|
|
74
72
|
}
|
|
75
73
|
|
|
76
74
|
.modal-footer {
|
package/styles/_popover.scss
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
$platform_popover_contrasts: (
|
|
2
2
|
light: (
|
|
3
3
|
popoverBackground: $beacon-dark-blue-50,
|
|
4
|
+
popoverBorder: none,
|
|
5
|
+
popoverColor: $beacon-gray-600
|
|
4
6
|
),
|
|
5
7
|
dark: (
|
|
6
|
-
popoverBackground: $beacon-
|
|
8
|
+
popoverBackground: $beacon-black,
|
|
9
|
+
popoverBorder: 1px solid $beacon-gray-300,
|
|
10
|
+
popoverColor: $beacon-gray-300
|
|
7
11
|
),
|
|
8
12
|
highcontrast: (
|
|
9
13
|
popoverBackground: $beacon-black,
|
|
@@ -19,6 +23,13 @@ $platform_popover_contrasts: (
|
|
|
19
23
|
0 2px 6px -2px rgba(0, 0, 0, 0.2);
|
|
20
24
|
max-width: 100%;
|
|
21
25
|
position: absolute;
|
|
26
|
+
|
|
27
|
+
.popover-content {
|
|
28
|
+
@include themify($platform_popover_contrasts) {
|
|
29
|
+
border: apply('popoverBorder');
|
|
30
|
+
color: apply('popoverColor');
|
|
31
|
+
}
|
|
32
|
+
}
|
|
22
33
|
}
|
|
23
34
|
|
|
24
35
|
.popover-arrow {
|
package/styles/_tables.scss
CHANGED
|
@@ -22,13 +22,13 @@ $platform_table_contrasts: (
|
|
|
22
22
|
tableDotDarkRed: $beacon-orange-700
|
|
23
23
|
),
|
|
24
24
|
dark: (
|
|
25
|
-
tableBorder: $beacon-
|
|
26
|
-
tableHeader: $beacon-
|
|
27
|
-
tableHeaderText: $beacon-
|
|
28
|
-
tableSortArrow: $beacon-gray-
|
|
29
|
-
tableSortArrowActive: $beacon-blue-
|
|
30
|
-
tableHeaderFiltering: $beacon-
|
|
31
|
-
tableBody: $beacon-
|
|
25
|
+
tableBorder: $beacon-gray-400,
|
|
26
|
+
tableHeader: $beacon-gray-600,
|
|
27
|
+
tableHeaderText: $beacon-gray-300,
|
|
28
|
+
tableSortArrow: $beacon-gray-300,
|
|
29
|
+
tableSortArrowActive: $beacon-dark-blue-400,
|
|
30
|
+
tableHeaderFiltering: $beacon-gray-300,
|
|
31
|
+
tableBody: $beacon-gray-700,
|
|
32
32
|
tableBodyAlt: $beacon-gray-700,
|
|
33
33
|
tableBodyText: $beacon-gray-300,
|
|
34
34
|
tableShadow: none,
|
package/styles/_theming.scss
CHANGED
|
@@ -39,7 +39,7 @@ $platform_contrasts: (
|
|
|
39
39
|
cyanBackground: $beacon-cyan-600,
|
|
40
40
|
blueBackground: $beacon-dark-blue-400,
|
|
41
41
|
blueDarkBackground: $beacon-dark-blue-500,
|
|
42
|
-
grayBackground: $beacon-gray-
|
|
42
|
+
grayBackground: $beacon-gray-700,
|
|
43
43
|
accentRed: $beacon-orange-700,
|
|
44
44
|
accentRedText: $beacon-gray-300,
|
|
45
45
|
accentYellow: $beacon-yellow-600,
|
package/styles/_widgets.scss
CHANGED
|
@@ -6,21 +6,24 @@ $platform_widget_contrasts: (
|
|
|
6
6
|
widgetBackground: $beacon-dark-blue-50,
|
|
7
7
|
widgetBackgroundSecondary: $beacon-dark-blue-50,
|
|
8
8
|
widgetBorder: $beacon-dark-blue-200,
|
|
9
|
-
widgetHighlight: $beacon-dark-blue-200
|
|
9
|
+
widgetHighlight: $beacon-dark-blue-200,
|
|
10
|
+
widgetHeaderColor: $beacon-black
|
|
10
11
|
),
|
|
11
12
|
dark: (
|
|
12
13
|
widgetText: $beacon-gray-200,
|
|
13
14
|
widgetBackground: $beacon-gray-600,
|
|
14
15
|
widgetBackgroundSecondary: $beacon-gray-700,
|
|
15
|
-
widgetBorder: $beacon-gray-
|
|
16
|
-
widgetHighlight: $beacon-dark-blue-500
|
|
16
|
+
widgetBorder: $beacon-gray-400,
|
|
17
|
+
widgetHighlight: $beacon-dark-blue-500,
|
|
18
|
+
widgetHeaderColor: $beacon-gray-300
|
|
17
19
|
),
|
|
18
20
|
highcontrast: (
|
|
19
21
|
widgetText: $beacon-white,
|
|
20
22
|
widgetBackground: $beacon-black,
|
|
21
23
|
widgetBackgroundSecondary: $beacon-black,
|
|
22
24
|
widgetBorder: $beacon-white,
|
|
23
|
-
widgetHighlight: $beacon-dark-blue-600
|
|
25
|
+
widgetHighlight: $beacon-dark-blue-600,
|
|
26
|
+
widgetHeaderColor: $beacon-white
|
|
24
27
|
)
|
|
25
28
|
);
|
|
26
29
|
|
|
@@ -67,6 +70,9 @@ $platform_widget_contrasts: (
|
|
|
67
70
|
|
|
68
71
|
&__header {
|
|
69
72
|
@include font-weight--bold;
|
|
73
|
+
@include themify($platform_widget_contrasts) {
|
|
74
|
+
background-color: apply('widgetHeaderColor') !important;
|
|
75
|
+
}
|
|
70
76
|
|
|
71
77
|
&__title-bar {
|
|
72
78
|
height: 20px;
|
package/styles/styles.scss
CHANGED
|
@@ -93,6 +93,9 @@ button, a {
|
|
|
93
93
|
&.orange {
|
|
94
94
|
@include color-chip(apply('accentOrange'), apply('accentOrangeText'));
|
|
95
95
|
}
|
|
96
|
+
&.dark-orange {
|
|
97
|
+
@include color-chip(apply('accentDarkOrange'), apply('accentDarkOrangeText'));
|
|
98
|
+
}
|
|
96
99
|
|
|
97
100
|
// Selected items
|
|
98
101
|
&.light-orange {
|
|
@@ -194,3 +197,10 @@ $icon-sizes: 10px, 12px, 14px, 16px, 18px, 20px, 24px, 32px;
|
|
|
194
197
|
width: $size;
|
|
195
198
|
}
|
|
196
199
|
}
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
.bg-light {
|
|
203
|
+
@include themify($platform_contrasts) {
|
|
204
|
+
background: apply('grayBackground') !important;
|
|
205
|
+
}
|
|
206
|
+
}
|