@opendesign-plus-test/components 0.0.1-rc.106 → 0.0.1-rc.107
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/components.css +1 -1
- package/dist/treeshaking/components/events/OEventsApply.css +1 -1
- package/dist/treeshaking/components/events/OEventsCalendar.css +30 -14
- package/dist/treeshaking/components/events/OEventsList.css +6 -0
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +19 -28
- package/package.json +1 -1
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
background: linear-gradient(142.13deg, color-mix(in srgb, transparent 0%, transparent) 0%, color-mix(in srgb, rgba(var(--o-white), 0.6) 60%, transparent) 100%), var(--o-color-primary1);
|
|
477
477
|
}
|
|
478
478
|
.o-events-apply .events-apply-grid .step-item.step-3.is-dark {
|
|
479
|
-
background: linear-gradient(142.13deg, color-mix(in srgb, var(--o-color-primary1) 40%, transparent)
|
|
479
|
+
background: linear-gradient(142.13deg, color-mix(in srgb, var(--o-color-primary1) 40%, transparent) 30%, color-mix(in srgb, var(--o-color-primary1) 16%, transparent) 97%), var(--o-color-fill2);
|
|
480
480
|
}
|
|
481
481
|
.o-events-apply .events-apply-grid .step-item.step-3 .step-idx {
|
|
482
482
|
background-color: #fff;
|
|
@@ -51,6 +51,16 @@
|
|
|
51
51
|
padding: var(--o-gap-4) var(--o-gap-6);
|
|
52
52
|
align-items: center;
|
|
53
53
|
}
|
|
54
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
55
|
+
.o-events-calendar .o-collapse .o-collapse-item .o-collapse-item-header {
|
|
56
|
+
padding: var(--o-gap-3) var(--o-gap-5);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
@media (min-width: 841px) and (max-width: 1200px) {
|
|
60
|
+
.o-events-calendar .o-collapse .o-collapse-item .o-collapse-item-header {
|
|
61
|
+
padding: var(--o-gap-2) var(--o-gap-4);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
54
64
|
@media (max-width: 840px) {
|
|
55
65
|
.o-events-calendar .o-collapse .o-collapse-item .o-collapse-item-header {
|
|
56
66
|
padding: var(--o-gap-2) var(--o-gap-3);
|
|
@@ -81,10 +91,21 @@
|
|
|
81
91
|
.o-events-calendar .collapse-header .collapse-title {
|
|
82
92
|
display: flex;
|
|
83
93
|
align-items: center;
|
|
94
|
+
--title-icon-size: 24px;
|
|
95
|
+
}
|
|
96
|
+
@media (max-width: 1680px) {
|
|
97
|
+
.o-events-calendar .collapse-header .collapse-title {
|
|
98
|
+
--title-icon-size: 20px;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
@media (max-width: 840px) {
|
|
102
|
+
.o-events-calendar .collapse-header .collapse-title {
|
|
103
|
+
--title-icon-size: 24px;
|
|
104
|
+
}
|
|
84
105
|
}
|
|
85
106
|
.o-events-calendar .collapse-header .collapse-title .title-icon {
|
|
86
|
-
width:
|
|
87
|
-
height:
|
|
107
|
+
width: var(--title-icon-size);
|
|
108
|
+
height: var(--title-icon-size);
|
|
88
109
|
border-radius: 50%;
|
|
89
110
|
color: #fff;
|
|
90
111
|
display: flex;
|
|
@@ -93,24 +114,19 @@
|
|
|
93
114
|
margin-right: var(--o-gap-4);
|
|
94
115
|
background-color: rgb(var(--bg-color));
|
|
95
116
|
}
|
|
96
|
-
@media (max-width:
|
|
117
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
97
118
|
.o-events-calendar .collapse-header .collapse-title .title-icon {
|
|
98
|
-
margin-right: var(--o-gap-
|
|
99
|
-
}
|
|
119
|
+
margin-right: var(--o-gap-3);
|
|
100
120
|
}
|
|
101
|
-
.o-events-calendar .collapse-header .collapse-title .o-icon {
|
|
102
|
-
font-size: 20px;
|
|
103
|
-
color: var(--o-white);
|
|
104
121
|
}
|
|
105
|
-
@media (
|
|
106
|
-
.o-events-calendar .collapse-header .collapse-title .
|
|
107
|
-
|
|
122
|
+
@media (max-width: 1200px) {
|
|
123
|
+
.o-events-calendar .collapse-header .collapse-title .title-icon {
|
|
124
|
+
margin-right: var(--o-gap-2);
|
|
108
125
|
}
|
|
109
126
|
}
|
|
110
|
-
@media (min-width: 841px) and (max-width: 1200px) {
|
|
111
127
|
.o-events-calendar .collapse-header .collapse-title .o-icon {
|
|
112
|
-
|
|
113
|
-
|
|
128
|
+
font-size: var(--title-icon-size);
|
|
129
|
+
color: var(--o-white);
|
|
114
130
|
}
|
|
115
131
|
.o-events-calendar .collapse-header .collapse-title .o-icon svg {
|
|
116
132
|
fill: none;
|
|
@@ -147,6 +147,11 @@
|
|
|
147
147
|
gap: var(--o-gap-6);
|
|
148
148
|
margin-top: var(--o-gap-6);
|
|
149
149
|
}
|
|
150
|
+
@media screen and (max-width: 1000px) {
|
|
151
|
+
.o-events-list .list-content {
|
|
152
|
+
grid-template-columns: repeat(3, 1fr);
|
|
153
|
+
}
|
|
154
|
+
}
|
|
150
155
|
@media (max-width: 840px) {
|
|
151
156
|
.o-events-list .list-content {
|
|
152
157
|
grid-template-columns: repeat(1, 1fr);
|
|
@@ -180,6 +185,7 @@
|
|
|
180
185
|
.o-events-list .list-content .o-card {
|
|
181
186
|
aspect-ratio: 1/1;
|
|
182
187
|
position: relative;
|
|
188
|
+
--card-radius: var(--events-card-radius);
|
|
183
189
|
}
|
|
184
190
|
@media (max-width: 840px) {
|
|
185
191
|
.o-events-list .list-content .o-card {
|
|
@@ -377,6 +377,11 @@
|
|
|
377
377
|
@media screen and (max-width: 900px) {
|
|
378
378
|
.o-my-meeting-calendar .meeting-list {
|
|
379
379
|
flex-direction: column;
|
|
380
|
+
gap: var(--o-gap-2);
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
@media (max-width: 840px) {
|
|
384
|
+
.o-my-meeting-calendar .meeting-list {
|
|
380
385
|
gap: var(--o-gap-4);
|
|
381
386
|
--phone-padding-top: 56px;
|
|
382
387
|
}
|
|
@@ -397,9 +402,19 @@
|
|
|
397
402
|
align-items: center;
|
|
398
403
|
justify-content: space-between;
|
|
399
404
|
padding: 0 var(--grid--layout-padding);
|
|
405
|
+
font-weight: 600;
|
|
400
406
|
}
|
|
401
407
|
@media screen and (max-width: 900px) {
|
|
402
408
|
.o-my-meeting-calendar .meeting-list .list-calendar-mb {
|
|
409
|
+
display: flex;
|
|
410
|
+
background-color: color-mix(in srgb, var(--o-color-control2-light) 40%, transparent);
|
|
411
|
+
border-radius: var(--meeting-card-radius);
|
|
412
|
+
padding: var(--o-gap-3);
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
@media (max-width: 840px) {
|
|
416
|
+
.o-my-meeting-calendar .meeting-list .list-calendar-mb {
|
|
417
|
+
padding: 0 var(--grid--layout-padding);
|
|
403
418
|
background-color: var(--o-color-fill1);
|
|
404
419
|
display: flex;
|
|
405
420
|
position: fixed;
|
|
@@ -411,32 +426,8 @@
|
|
|
411
426
|
}
|
|
412
427
|
}
|
|
413
428
|
.o-my-meeting-calendar .meeting-list .list-calendar-mb span:first-child {
|
|
414
|
-
font-size:
|
|
415
|
-
line-height:
|
|
416
|
-
}
|
|
417
|
-
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
418
|
-
.o-my-meeting-calendar .meeting-list .list-calendar-mb span:first-child {
|
|
419
|
-
font-size: 40px;
|
|
420
|
-
line-height: 56px;
|
|
421
|
-
}
|
|
422
|
-
}
|
|
423
|
-
@media (min-width: 841px) and (max-width: 1200px) {
|
|
424
|
-
.o-my-meeting-calendar .meeting-list .list-calendar-mb span:first-child {
|
|
425
|
-
font-size: 32px;
|
|
426
|
-
line-height: 44px;
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
@media (min-width: 601px) and (max-width: 840px) {
|
|
430
|
-
.o-my-meeting-calendar .meeting-list .list-calendar-mb span:first-child {
|
|
431
|
-
font-size: 32px;
|
|
432
|
-
line-height: 44px;
|
|
433
|
-
}
|
|
434
|
-
}
|
|
435
|
-
@media (max-width: 600px) {
|
|
436
|
-
.o-my-meeting-calendar .meeting-list .list-calendar-mb span:first-child {
|
|
437
|
-
font-size: 20px;
|
|
438
|
-
line-height: 28px;
|
|
439
|
-
}
|
|
429
|
+
font-size: 20px;
|
|
430
|
+
line-height: 28px;
|
|
440
431
|
}
|
|
441
432
|
.o-my-meeting-calendar .meeting-list .list-calendar-mb span:last-child {
|
|
442
433
|
display: flex;
|
|
@@ -649,7 +640,7 @@
|
|
|
649
640
|
background-color: var(--o-color-fill2);
|
|
650
641
|
--content-height: calc(var(--layout-left-height, 900px) - 4 * var(--o-gap-5) - var(--header-height, 64) * 1px);
|
|
651
642
|
}
|
|
652
|
-
@media
|
|
643
|
+
@media (max-width: 840px) {
|
|
653
644
|
.o-my-meeting-calendar .meeting-list .list-wrapper {
|
|
654
645
|
margin-top: calc(var(--phone-padding-top) - var(--o-gap-4));
|
|
655
646
|
}
|
|
@@ -817,7 +808,7 @@
|
|
|
817
808
|
--btn-color: var(--o-color-primary2);
|
|
818
809
|
}
|
|
819
810
|
}
|
|
820
|
-
@media
|
|
811
|
+
@media (max-width: 840px) {
|
|
821
812
|
.o-my-meeting-calendar .meeting-list .list-body .list-month-change {
|
|
822
813
|
display: none;
|
|
823
814
|
}
|