cloud-business 0.1.96-1 → 0.1.96-3
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 +17 -1
- package/cloud-business.js +1 -1
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -20366,9 +20366,25 @@ body {
|
|
|
20366
20366
|
display: flex;
|
|
20367
20367
|
width: 500px;
|
|
20368
20368
|
height: 30px;
|
|
20369
|
-
justify-content: flex-end;
|
|
20369
|
+
justify-content: flex-end !important;
|
|
20370
20370
|
align-items: center;
|
|
20371
20371
|
}
|
|
20372
|
+
.cloud-dy-sms-editor .dy-sms-content > form .dy-sms-error-text {
|
|
20373
|
+
color: #f5222d;
|
|
20374
|
+
}
|
|
20375
|
+
.cloud-dy-sms-editor .dy-sms-content > form .dy-sms-error-text > p {
|
|
20376
|
+
margin-top: 0;
|
|
20377
|
+
margin-bottom: 0;
|
|
20378
|
+
font-size: 12px;
|
|
20379
|
+
margin-top: 4px;
|
|
20380
|
+
line-height: 1.4;
|
|
20381
|
+
}
|
|
20382
|
+
.cloud-dy-sms-editor .dy-sms-content > form .dy-sms-tips-icon {
|
|
20383
|
+
margin-left: 2px;
|
|
20384
|
+
position: relative;
|
|
20385
|
+
top: 2px;
|
|
20386
|
+
color: #319fe1;
|
|
20387
|
+
}
|
|
20372
20388
|
.cloud-dy-sms-editor .dy-sms-content > form .dy-test-phone {
|
|
20373
20389
|
position: relative;
|
|
20374
20390
|
}
|