@linzjs/lui 15.1.9 → 15.1.10

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.
@@ -1,4 +1,5 @@
1
1
  @use "../../Foundation/Variables/ColorVars.scss" as colors;
2
+ @use "sass:math";
2
3
 
3
4
  // Settings
4
5
  // ==================================================
@@ -67,7 +68,7 @@ $LuiMenuTrigger-active-hover-filter: $LuiMenuTrigger-hover-filter !default;
67
68
  .LuiMenuTrigger-inner {
68
69
  display: block;
69
70
  top: 50%;
70
- margin-top: $LuiMenuTrigger-layer-height / -2;
71
+ margin-top: math.div($LuiMenuTrigger-layer-height, -2);
71
72
  transition-duration: 0.075s;
72
73
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
73
74
 
@@ -104,14 +104,11 @@
104
104
  }
105
105
 
106
106
  .lui-msg-status-icon {
107
- content: '';
107
+ fill: colors.$white;
108
108
  position: absolute;
109
109
  top: spacing.$unit-xs;
110
110
  left: -40px;
111
111
  color: colors.$white;
112
- &.material-icons-round {
113
- font-size: 2rem;
114
- }
115
112
  }
116
113
 
117
114
  .lui-msg-banner-container {
@@ -211,3 +208,8 @@
211
208
  opacity: 0;
212
209
  }
213
210
  }
211
+
212
+ .LuiStaticMsg-close {
213
+ fill: colors.$sea;
214
+ line-height: 1; // TODO THis is a problem with buttons having a line-height of 40px for some reason – remove when button fixed
215
+ }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "15.1.9",
2
+ "version": "15.1.10",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",