@indice/ng-components 0.2.173-beta.69 → 0.2.173-beta.73
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/_styles.scss +10 -9
- package/package.json +1 -1
package/_styles.scss
CHANGED
|
@@ -18,31 +18,32 @@
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
select {
|
|
21
|
-
@apply
|
|
21
|
+
@apply block w-full rounded-sm border-0 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500 sm:text-sm sm:leading-6
|
|
22
|
+
disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
22
23
|
}
|
|
23
24
|
|
|
24
25
|
input[type=text] {
|
|
25
|
-
@apply block w-full rounded-
|
|
26
|
+
@apply block w-full rounded-sm border-0 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500 sm:text-sm sm:leading-6
|
|
26
27
|
disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
27
28
|
}
|
|
28
29
|
|
|
29
30
|
input[type=password] {
|
|
30
|
-
@apply block w-full rounded-
|
|
31
|
+
@apply block w-full rounded-sm border-0 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500 sm:text-sm sm:leading-6
|
|
31
32
|
disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
32
33
|
}
|
|
33
34
|
|
|
34
35
|
input[type=email] {
|
|
35
|
-
@apply block w-full rounded-
|
|
36
|
+
@apply block w-full rounded-sm border-0 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500 sm:text-sm sm:leading-6
|
|
36
37
|
disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
37
38
|
}
|
|
38
39
|
|
|
39
40
|
input[type=number] {
|
|
40
|
-
@apply block w-full rounded-
|
|
41
|
+
@apply block w-full rounded-sm border-0 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500 sm:text-sm sm:leading-6
|
|
41
42
|
disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
42
43
|
}
|
|
43
44
|
|
|
44
45
|
textarea {
|
|
45
|
-
@apply block w-full rounded-
|
|
46
|
+
@apply block w-full rounded-sm border-0 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500 sm:text-sm sm:leading-6
|
|
46
47
|
disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
47
48
|
}
|
|
48
49
|
}
|
|
@@ -662,7 +663,7 @@
|
|
|
662
663
|
|
|
663
664
|
|
|
664
665
|
.datepicker-input {
|
|
665
|
-
@apply block w-full rounded-
|
|
666
|
+
@apply block w-full rounded-sm border-0 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500 sm:text-sm sm:leading-6
|
|
666
667
|
disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
667
668
|
}
|
|
668
669
|
.datepicker-button {
|
|
@@ -732,8 +733,8 @@
|
|
|
732
733
|
}
|
|
733
734
|
|
|
734
735
|
.dropdown-button {
|
|
735
|
-
@apply
|
|
736
|
-
|
|
736
|
+
@apply block w-full rounded-sm border-0 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500 sm:text-sm sm:leading-6
|
|
737
|
+
disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
737
738
|
}
|
|
738
739
|
|
|
739
740
|
.dropdown-selected-text {
|