@acorex/styles 3.0.14 → 3.0.15
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/package.json +1 -1
- package/scss/checkbox.scss +1 -1
- package/scss/forms.scss +13 -3
- package/scss/master.scss +3 -3
package/package.json
CHANGED
package/scss/checkbox.scss
CHANGED
package/scss/forms.scss
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
button{
|
|
27
27
|
height: 50% !important;
|
|
28
28
|
position: absolute;
|
|
29
|
-
padding: 0.4rem;
|
|
29
|
+
padding: 0.4rem !important;
|
|
30
30
|
}
|
|
31
31
|
&:first-child{
|
|
32
32
|
button{
|
|
@@ -249,6 +249,8 @@
|
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
|
+
|
|
253
|
+
|
|
252
254
|
&.required-state {
|
|
253
255
|
// position: relative;
|
|
254
256
|
// &::before {
|
|
@@ -332,9 +334,16 @@
|
|
|
332
334
|
cursor: not-allowed !important;
|
|
333
335
|
}
|
|
334
336
|
.readonly {
|
|
337
|
+
opacity: 0.4;
|
|
338
|
+
|
|
335
339
|
input {
|
|
336
340
|
cursor: no-drop;
|
|
337
341
|
}
|
|
342
|
+
.button{
|
|
343
|
+
&.disabled {
|
|
344
|
+
background: transparent !important;
|
|
345
|
+
}
|
|
346
|
+
}
|
|
338
347
|
}
|
|
339
348
|
|
|
340
349
|
.form-item {
|
|
@@ -342,6 +351,7 @@
|
|
|
342
351
|
border: none;
|
|
343
352
|
box-shadow: none;
|
|
344
353
|
}
|
|
354
|
+
|
|
345
355
|
}
|
|
346
356
|
.content {
|
|
347
357
|
border: none;
|
|
@@ -501,11 +511,11 @@
|
|
|
501
511
|
}
|
|
502
512
|
.chips-blank {
|
|
503
513
|
border: none;
|
|
504
|
-
background-color:
|
|
514
|
+
background-color:transparent;
|
|
505
515
|
flex: unset;
|
|
506
516
|
&:hover {
|
|
507
517
|
border: none;
|
|
508
|
-
background-color:
|
|
518
|
+
background-color: transparent;
|
|
509
519
|
}
|
|
510
520
|
}
|
|
511
521
|
& > div {
|
package/scss/master.scss
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
padding: 0.3rem;
|
|
45
45
|
font-size: 0.875rem;
|
|
46
46
|
&.ax-button-icon {
|
|
47
|
-
padding: 0.3rem
|
|
47
|
+
padding: 0.3rem;
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
&.md {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
font-size: 1rem;
|
|
54
54
|
font-weight: 500;
|
|
55
55
|
&.ax-button-icon {
|
|
56
|
-
padding: 0.7rem
|
|
56
|
+
padding: 0.7rem;
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
&.lg {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
padding: 1rem 0.8rem;
|
|
62
62
|
font-size: 1.5rem;
|
|
63
63
|
&.ax-button-icon {
|
|
64
|
-
padding: 0.9rem
|
|
64
|
+
padding: 0.9rem;
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
}
|