cloud-business 0.1.113-11 → 0.1.113-13
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/cloud-business.css +3 -2
- package/cloud-business.js +20 -20
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +21 -30
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -5066,7 +5066,8 @@ input::-webkit-search-cancel-button {
|
|
|
5066
5066
|
}
|
|
5067
5067
|
.newCloud-pagination ul {
|
|
5068
5068
|
display: flex;
|
|
5069
|
-
padding-
|
|
5069
|
+
-webkit-padding-start: 0;
|
|
5070
|
+
padding-inline-start: 0;
|
|
5070
5071
|
}
|
|
5071
5072
|
.newCloud-pagination ul li {
|
|
5072
5073
|
min-width: 32px;
|
|
@@ -21799,7 +21800,7 @@ body {
|
|
|
21799
21800
|
visibility: hidden;
|
|
21800
21801
|
width: 20px;
|
|
21801
21802
|
height: 20px;
|
|
21802
|
-
background:
|
|
21803
|
+
background: #fff;
|
|
21803
21804
|
display: flex;
|
|
21804
21805
|
align-items: center;
|
|
21805
21806
|
justify-content: center;
|