monkey-style-guide 2.0.50 → 2.0.54
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.
|
@@ -51,3 +51,14 @@ input {
|
|
|
51
51
|
font-weight: 400;
|
|
52
52
|
font-size: 14px;
|
|
53
53
|
}
|
|
54
|
+
|
|
55
|
+
input:-webkit-autofill,
|
|
56
|
+
input:-webkit-autofill:hover,
|
|
57
|
+
input:-webkit-autofill:active,
|
|
58
|
+
input:-webkit-autofill:focus {
|
|
59
|
+
background-color: #f5f5f5 !important;
|
|
60
|
+
color: #4b4a53 !important;
|
|
61
|
+
box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
|
|
62
|
+
-webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
|
|
63
|
+
-webkit-text-fill-color: #4b4a53 !important;
|
|
64
|
+
}
|
|
@@ -9,11 +9,6 @@
|
|
|
9
9
|
width: 100%;
|
|
10
10
|
background-color: inherit;
|
|
11
11
|
padding: 0 8px;
|
|
12
|
-
|
|
13
|
-
mecx-form-field-body {
|
|
14
|
-
cursor: pointer;
|
|
15
|
-
height: 48px;
|
|
16
|
-
}
|
|
17
12
|
}
|
|
18
13
|
|
|
19
14
|
mecx-select-wrapper {
|
|
@@ -102,7 +97,7 @@ mecx-select-options {
|
|
|
102
97
|
position: absolute;
|
|
103
98
|
display: block;
|
|
104
99
|
top: 100%;
|
|
105
|
-
margin-top: -
|
|
100
|
+
margin-top: -4px;
|
|
106
101
|
left: 0;
|
|
107
102
|
right: 0;
|
|
108
103
|
border-top: 0;
|
|
@@ -152,10 +147,24 @@ mecx-select-options {
|
|
|
152
147
|
|
|
153
148
|
monkey-select {
|
|
154
149
|
width: 100%;
|
|
150
|
+
|
|
151
|
+
mecx-form-field mecx-form-field-body {
|
|
152
|
+
padding-left: 0px !important;
|
|
153
|
+
padding-right: 0px !important;
|
|
154
|
+
cursor: pointer;
|
|
155
|
+
height: 48px;
|
|
156
|
+
}
|
|
155
157
|
}
|
|
156
158
|
|
|
157
159
|
monkey-select-multiple {
|
|
158
160
|
width: 100%;
|
|
161
|
+
|
|
162
|
+
mecx-form-field mecx-form-field-body {
|
|
163
|
+
padding-left: 0px !important;
|
|
164
|
+
padding-right: 0px !important;
|
|
165
|
+
cursor: pointer;
|
|
166
|
+
height: 48px;
|
|
167
|
+
}
|
|
159
168
|
}
|
|
160
169
|
|
|
161
170
|
monkey-select-search {
|
|
Binary file
|