hplx-react-elements-dev 1.1.56 → 1.1.58
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/esm/index.css +3 -3
- package/dist/esm/index.js +2 -2
- package/package.json +1 -1
package/dist/esm/index.css
CHANGED
|
@@ -2122,7 +2122,7 @@
|
|
|
2122
2122
|
transition-duration: 1s;
|
|
2123
2123
|
transform: scale(1);
|
|
2124
2124
|
}
|
|
2125
|
-
.
|
|
2125
|
+
.slider-indicators li {
|
|
2126
2126
|
width: 10px;
|
|
2127
2127
|
height: 10px;
|
|
2128
2128
|
border-radius: 100%;
|
|
@@ -2132,11 +2132,11 @@
|
|
|
2132
2132
|
margin: 0px 5px;
|
|
2133
2133
|
cursor: pointer;
|
|
2134
2134
|
}
|
|
2135
|
-
.
|
|
2135
|
+
.slider-indicators li.active {
|
|
2136
2136
|
background: #fff;
|
|
2137
2137
|
border: 1px solid #fff;
|
|
2138
2138
|
}
|
|
2139
|
-
.
|
|
2139
|
+
.slider-indicators {
|
|
2140
2140
|
position: absolute;
|
|
2141
2141
|
left: 50%;
|
|
2142
2142
|
bottom: 5%;
|