@steedos-widgets/amis-object 1.0.5 → 1.0.6

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.
@@ -41,14 +41,6 @@
41
41
  --Nav-item-onActive-color: #000;
42
42
  }
43
43
 
44
- @media only screen and (min-width: 600px) {
45
- body {
46
- background: url(/images/defaultBackground.png);
47
- background-size: contain;
48
- background-repeat: no-repeat;
49
- }
50
- }
51
-
52
44
  fieldset.antd-Collapse {
53
45
  margin-bottom: 1rem;
54
46
  }
@@ -134,6 +126,43 @@ body {
134
126
  .antd-Nav-item.is-active {
135
127
  box-shadow:var(--link-color) 4px 0 0 inset;
136
128
  }
129
+
130
+ .ant-dropdown-menu {
131
+ border: 1px solid #e5e5e5;
132
+ border-radius: 0.25rem;
133
+ padding: 0.25rem 0;
134
+ box-shadow: 0 2px 3px 0 rgb(0 0 0 / 16%);
135
+ }
136
+
137
+ .ant-dropdown-menu-item {
138
+ padding: 0;
139
+ }
140
+
141
+ .ant-dropdown-menu-item .antd-Button.antd-Button--default{
142
+ border: none;
143
+ width: 100%;
144
+ text-align: left;
145
+ background: transparent;
146
+ background-color: transparent;
147
+ }
148
+
149
+ .ant-dropdown-menu-item .antd-Button--default:not(:disabled):not(.is-disabled):hover {
150
+ background: transparent;
151
+ background-color: transparent;
152
+ }
153
+
154
+
155
+ .ant-message{
156
+ z-index: 2600;
157
+ }
158
+
159
+ .ant-modal-root .amis-scope .antd-Panel-footerWrap{
160
+ position: sticky;
161
+ width: 100%;
162
+ bottom: 0px;
163
+ background: #ffffff
164
+ }
165
+
137
166
  /* @tailwind base; */
138
167
  .container {
139
168
  width: 100%
@@ -196,6 +225,9 @@ body {
196
225
  .ml-1 {
197
226
  margin-left: 0.25rem
198
227
  }
228
+ .ml-4 {
229
+ margin-left: 1rem
230
+ }
199
231
  .-ml-px {
200
232
  margin-left: -1px
201
233
  }
@@ -259,6 +291,9 @@ body {
259
291
  .w-full {
260
292
  width: 100%
261
293
  }
294
+ .\!min-w-\[160px\] {
295
+ min-width: 160px !important
296
+ }
262
297
  .flex-shrink-0 {
263
298
  flex-shrink: 0
264
299
  }
@@ -426,6 +461,11 @@ body {
426
461
  --tw-shadow-colored: 0 0 #0000;
427
462
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
428
463
  }
464
+ .shadow {
465
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
466
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
467
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
468
+ }
429
469
  .filter {
430
470
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
431
471
  }
@@ -544,6 +584,23 @@ body {
544
584
  overflow: hidden;
545
585
  }
546
586
 
587
+ .header-dropdown{
588
+ min-width: 24rem !important;
589
+ }
590
+
591
+ .header-dropdown> * {
592
+ background-color: #fff;
593
+ border-radius: 4px;
594
+ box-shadow: 0 6px 16px -8px rgb(0 0 0 / 8%), 0 9px 28px 0 rgb(0 0 0 / 5%), 0 12px 48px 16px rgb(0 0 0 / 3%);
595
+ }
596
+ @media screen and (max-width: 480px) {
597
+ .header-dropdown {
598
+ width: 100% !important;
599
+ }
600
+ .header-dropdown > * {
601
+ border-radius: 0 !important;
602
+ }
603
+ }
547
604
  @media (min-width: 767px) {
548
605
  .steedos-amis-form .antd-Collapse .antd-Form--normal,
549
606
  .steedos-amis-form .antd-Form--normal .antd-Tabs .antd-Tabs-content .antd-Tabs-pane .form-content {