fixed-vuesax 3.14.3 → 3.14.4

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,23 +1,21 @@
1
1
  .vs-con-loading__container
2
- position: relative;
3
- overflow: hidden;
4
-
5
- .con-vs-loading
6
- position: absolute !important;
7
- width: 100%;
8
- height: 100%;
9
- min-height: 60px;
10
- top: 50%;
11
- left 50%;
12
- transform: translate(-50%, -50%)
2
+ position: relative
3
+ overflow: hidden
13
4
 
14
5
  .beforeRemove
15
6
  opacity 0
16
7
 
8
+ body > .con-vs-loading
9
+ position: fixed
10
+ min-height: unset
11
+ top: 0
12
+ left: 0
13
+ transform: none
14
+
17
15
  .con-vs-loading
18
16
  width: 100%;
19
17
  height 100%;
20
- position fixed
18
+ position absolute
21
19
  left 0;
22
20
  top: 0;
23
21
  background: rgba(255, 255, 255, .6)
@@ -26,6 +24,10 @@
26
24
  align-items: center
27
25
  justify-content: center
28
26
  flex-direction: column
27
+ min-height: 60px;
28
+ top: 50%;
29
+ left 50%;
30
+ transform: translate(-50%, -50%)
29
31
  transition: all .3s ease
30
32
 
31
33
  &.textAfter