@appartmint/mint 0.15.0 → 0.15.2
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/dist/css/mint.css
CHANGED
|
@@ -11,6 +11,13 @@
|
|
|
11
11
|
transform: none !important;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
+
.mint-btn, .mint-select,
|
|
15
|
+
.mint-btn-group,
|
|
16
|
+
.mint-btn-icon,
|
|
17
|
+
.mint-pill {
|
|
18
|
+
flex-shrink: 0;
|
|
19
|
+
}
|
|
20
|
+
|
|
14
21
|
.mint-btn, .mint-select,
|
|
15
22
|
.mint-btn-icon,
|
|
16
23
|
.mint-pill {
|
|
@@ -1032,11 +1039,13 @@ app-footer::before {
|
|
|
1032
1039
|
transform: translateY(-100px);
|
|
1033
1040
|
transition: all 500ms ease-out, box-shadow 500ms 400ms ease-out !important;
|
|
1034
1041
|
pointer-events: none;
|
|
1042
|
+
z-index: -1;
|
|
1035
1043
|
}
|
|
1036
1044
|
.mint-fall-in.mint-show:not(.mint-loading) {
|
|
1037
1045
|
filter: opacity(100%);
|
|
1038
1046
|
transform: translateY(0%);
|
|
1039
1047
|
pointer-events: auto;
|
|
1048
|
+
z-index: 1;
|
|
1040
1049
|
}
|
|
1041
1050
|
.mint-fall-in:not(.mint-show), .mint-fall-in.mint-loading {
|
|
1042
1051
|
box-shadow: 0 0 0 0 transparent !important;
|