@asd20/ui 3.2.903 → 3.2.905

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 CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.903",
8
+ "version": "3.2.905",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -113,6 +113,7 @@ export default {
113
113
  flex-shrink: 0;
114
114
  flex-direction: column;
115
115
  box-sizing: border-box;
116
+ background: rgba(0, 0, 0, 0.01);
116
117
 
117
118
  &::before {
118
119
  content: '';
@@ -185,7 +185,7 @@ export default {
185
185
  &__content {
186
186
  position: absolute;
187
187
  top: 0;
188
- background: rgba(0, 0, 0, 0.4);
188
+ background: rgba(0, 0, 0, 0.5);
189
189
  height: 100%;
190
190
  padding-top: space(3);
191
191
  }