@beacon-interactive-systems-llc/beacon-platform-ui 17.6.0 → 17.6.1
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/_buttons.scss +4 -4
- package/styles/_widgets.scss +11 -0
package/package.json
CHANGED
package/styles/_buttons.scss
CHANGED
|
@@ -200,12 +200,12 @@ button.platform-btn {
|
|
|
200
200
|
}
|
|
201
201
|
|
|
202
202
|
mat-icon {
|
|
203
|
-
font-size:
|
|
204
|
-
height:
|
|
205
|
-
line-height:
|
|
203
|
+
font-size: 12px;
|
|
204
|
+
height: 12px;
|
|
205
|
+
line-height: 12px;
|
|
206
206
|
position: relative;
|
|
207
207
|
top: 2px;
|
|
208
|
-
width:
|
|
208
|
+
width: 12px;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
span.text {
|
package/styles/_widgets.scss
CHANGED
|
@@ -260,3 +260,14 @@ $platform_widget_contrasts: (
|
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
|
+
|
|
264
|
+
.mat-mdc-menu-panel {
|
|
265
|
+
@include themify($platform_widget_contrasts) {
|
|
266
|
+
background: apply('widgetBackground');
|
|
267
|
+
border: 0.5px solid apply('widgetBorder');
|
|
268
|
+
|
|
269
|
+
.mat-mdc-menu-item-text {
|
|
270
|
+
color: apply('widgetText');
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
}
|