@clayui/css 3.48.0 → 3.49.0
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/lib/css/atlas.css +15 -0
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/cadmin.css +14 -0
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/atlas/variables/_forms.scss +9 -8
- package/src/scss/cadmin/variables/_forms.scss +9 -8
package/lib/css/atlas.css
CHANGED
|
@@ -7331,8 +7331,23 @@ fieldset[disabled] label .form-control {
|
|
|
7331
7331
|
margin-top: 0.3125rem;
|
|
7332
7332
|
min-height: 1.5rem;
|
|
7333
7333
|
font-size: 0.75rem;
|
|
7334
|
+
padding-bottom: 0.3125rem;
|
|
7335
|
+
padding-left: 0.5rem;
|
|
7336
|
+
padding-right: 0.5rem;
|
|
7337
|
+
padding-top: 0.3125rem;
|
|
7334
7338
|
text-transform: none;
|
|
7335
7339
|
}
|
|
7340
|
+
.form-control .label .label-item {
|
|
7341
|
+
margin-bottom: -0.0625rem;
|
|
7342
|
+
margin-top: -0.0625rem;
|
|
7343
|
+
}
|
|
7344
|
+
.form-control .label > .c-inner {
|
|
7345
|
+
margin-bottom: -0.3125rem;
|
|
7346
|
+
margin-left: -0.5rem;
|
|
7347
|
+
margin-right: -0.5rem;
|
|
7348
|
+
margin-top: -0.3125rem;
|
|
7349
|
+
}
|
|
7350
|
+
|
|
7336
7351
|
fieldset[disabled] .form-control {
|
|
7337
7352
|
background-color: #f1f2f5;
|
|
7338
7353
|
border-color: #f1f2f5;
|