3h1-ui 3.0.0-next.74 → 3.0.0-next.76
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/es/index.js +251 -236
- package/es/style.css +13 -0
- package/lib/index.js +238 -223
- package/package.json +2 -2
package/es/style.css
CHANGED
|
@@ -1019,6 +1019,19 @@ input:focus.ant-input {
|
|
|
1019
1019
|
}
|
|
1020
1020
|
.ant-popconfirm-buttons {
|
|
1021
1021
|
display: flex;
|
|
1022
|
+
}
|
|
1023
|
+
.ant-picker-cell-today .ant-picker-cell-inner::before {
|
|
1024
|
+
border-width: 1px !important;
|
|
1025
|
+
}
|
|
1026
|
+
.ant-picker-cell-now::before {
|
|
1027
|
+
content: '';
|
|
1028
|
+
position: absolute;
|
|
1029
|
+
top: 0;
|
|
1030
|
+
left: 0;
|
|
1031
|
+
width: 100%;
|
|
1032
|
+
height: 100%;
|
|
1033
|
+
border: 1px solid var(--primary-5);
|
|
1034
|
+
border-radius: 4px;
|
|
1022
1035
|
}.shy-strength-meter-bar[data-v-c8d77eaa] {
|
|
1023
1036
|
position: relative;
|
|
1024
1037
|
margin: 10px auto 6px;
|