@indice/ng-components 0.2.172-beta.6 → 0.2.172-beta.7
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 +0 -44
- package/package.json +1 -1
package/_styles.scss
CHANGED
|
@@ -1,47 +1,3 @@
|
|
|
1
|
-
@tailwind base;
|
|
2
|
-
|
|
3
|
-
@layer base {
|
|
4
|
-
h1 {
|
|
5
|
-
@apply text-2xl;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
h2 {
|
|
9
|
-
@apply text-xl;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
h3 {
|
|
13
|
-
@apply text-lg;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
a {
|
|
17
|
-
@apply text-gray-600;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
select {
|
|
21
|
-
@apply max-w-lg block focus:ring-gray-300 ring-opacity-25 focus:border-gray-300 w-full shadow-sm sm:max-w-xs sm:text-sm border-gray-200 rounded-sm;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
input[type=text] {
|
|
25
|
-
@apply focus:ring-gray-500 focus:border-gray-300 ring-opacity-25 flex-1 block w-full rounded-none sm:text-sm border-gray-200;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
input[type=password] {
|
|
29
|
-
@apply focus:ring-gray-500 focus:border-gray-300 ring-opacity-25 flex-1 block w-full rounded-none sm:text-sm border-gray-200;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
input[type=email] {
|
|
33
|
-
@apply focus:ring-gray-500 focus:border-gray-300 ring-opacity-25 flex-1 block w-full rounded-none sm:text-sm border-gray-200;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
input[type=number] {
|
|
37
|
-
@apply focus:ring-gray-500 focus:border-gray-300 ring-opacity-25 flex-1 block w-full rounded-none sm:text-sm border-gray-200;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
textarea {
|
|
41
|
-
@apply shadow-sm focus:ring-gray-500 focus:border-gray-500 mt-1 block w-full sm:text-sm border-gray-300 rounded-sm;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
1
|
|
|
46
2
|
|
|
47
3
|
.avatar-container {
|