@salesgenterp/ui-components 0.4.25 → 0.4.26

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/dist/index.css ADDED
@@ -0,0 +1,80 @@
1
+ @font-face {
2
+ font-family: 'karla-fonts';
3
+ src: url(../../../font/Karla/Karla-Light.ttf) format('truetype');
4
+ font-weight: 300;
5
+ }
6
+ @font-face {
7
+ font-family: 'karla-fonts';
8
+ src: url(../../../font/Karla/Karla-Regular.ttf) format('truetype');
9
+ font-weight: 400;
10
+ }
11
+ @font-face {
12
+ font-family: 'karla-fonts';
13
+ src: url(../../../font/Karla/Karla-Medium.ttf) format('truetype');
14
+ font-weight: 500;
15
+ }
16
+ @font-face {
17
+ font-family: 'karla-fonts';
18
+ src: url(../../../font/Karla/Karla-SemiBold.ttf) format('truetype');
19
+ font-weight: 600;
20
+ }
21
+ @font-face {
22
+ font-family: 'karla-fonts';
23
+ src: url(../../../font/Karla/Karla-Bold.ttf) format('truetype');
24
+ font-weight: 700;
25
+ }
26
+ @font-face {
27
+ font-family: 'karla-fonts';
28
+ src: url(../../../font/Karla/Karla-ExtraBold.ttf) format('truetype');
29
+ font-weight: 700;
30
+ }
31
+ /* /////remove arrows from number input */
32
+ /* Chrome, Safari, Edge, Opera */
33
+ input::-webkit-outer-spin-button,
34
+ input::-webkit-inner-spin-button {
35
+ -webkit-appearance: none;
36
+ margin: 0;
37
+ }
38
+
39
+ /* Firefox */
40
+ input[type='number'] {
41
+ -moz-appearance: textfield;
42
+ }
43
+
44
+ /* //////mui inputs */
45
+
46
+ ._1vD5N ._2Y7wC,
47
+ ._1vD5N ._3i-OI {
48
+ border: none !important;
49
+ outline: none !important;
50
+ }
51
+ /* ////checkbox */
52
+ ._1vD5N ._7gACP {
53
+ color: black !important;
54
+ }
55
+
56
+ /* //////select inputs */
57
+ ._1vD5N ._1c9BE,
58
+ ._1vD5N ._3lPVt {
59
+ color: grey !important;
60
+ font-size: 0.875em;
61
+ }
62
+ ._1vD5N ._3HGw2 ._1vD5N ._3MZVJ,
63
+ ._1vD5N ._2wB7w,
64
+ ._1vD5N ._26InF,
65
+ ._1vD5N ._33LCH,
66
+ ._1vD5N ._2PPqR {
67
+ background: #fff0ec;
68
+ border-radius: 10px;
69
+ }
70
+ ._1vD5N
71
+ ._1WybA._-mciM {
72
+ height: 28px;
73
+ }
74
+ /* /////stepper length */
75
+ ._1vD5N ._2DiIp {
76
+ min-height: 60px !important;
77
+ }
78
+ ._1vD5N ._1r8Up {
79
+ padding: 0 !important;
80
+ }