monkey-style-guide 2.0.51 → 2.0.52
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.
|
@@ -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 {
|
|
@@ -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
|