react-big-schedule 3.0.1 → 4.0.0

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/style.css DELETED
@@ -1,252 +0,0 @@
1
- *,
2
- *::before,
3
- *::after {
4
- box-sizing: border-box;
5
- }
6
-
7
- .header1-text {
8
- font-size: 25px;
9
- color: #90cdf9;
10
- font-weight: 500;
11
- }
12
-
13
- .header2-text {
14
- font-size: 14px;
15
- font-weight: 500;
16
- }
17
-
18
- .header3-text {
19
- font-size: 12px;
20
- font-weight: 500;
21
- }
22
-
23
- .base-text {
24
- font-size: 12px;
25
- }
26
-
27
- .help-text {
28
- font-size: 12px;
29
- color: #999;
30
- }
31
-
32
- .disabled-text {
33
- font-size: 12px;
34
- color: #ccc;
35
- }
36
-
37
- .scheduler {
38
- margin: 20px auto;
39
- border-spacing: 0;
40
- }
41
-
42
- .scheduler td {
43
- padding: 0px;
44
- }
45
-
46
- .expander-space {
47
- overflow: hidden;
48
- display: inline-block;
49
- width: 1em;
50
- height: 1em;
51
- line-height: 1em;
52
- font-size: 0.9em;
53
- vertical-align: middle;
54
- margin-top: -1%;
55
- }
56
-
57
- .resource-view {
58
- border: 1px solid #e9e9e9;
59
- overflow: hidden;
60
- }
61
-
62
- .scheduler-view {
63
- border: 1px solid #e9e9e9;
64
- margin: 0 0 0 -1px;
65
- padding: 0;
66
- }
67
-
68
- .scheduler-content {
69
- position: relative;
70
- z-index: 2;
71
- }
72
-
73
- .scheduler-bg {
74
- position: absolute;
75
- top: 0;
76
- left: 0;
77
- right: 0;
78
- bottom: 0;
79
- z-index: 1;
80
- }
81
-
82
- table.resource-table,
83
- table.scheduler-bg-table,
84
- table.scheduler-table {
85
- width: 100%;
86
- margin: 0;
87
- padding: 0;
88
- border-spacing: 0;
89
- text-align: center;
90
- }
91
-
92
- table.scheduler-table {
93
- border: 1px solid #e9e9e9;
94
- }
95
-
96
- table.scheduler-content-table {
97
- margin: 0;
98
- padding: 0;
99
- border: 0 solid #e9e9e9;
100
- border-spacing: 0;
101
- }
102
-
103
- table.resource-table tr,
104
- table.scheduler-bg-table tr,
105
- table.scheduler-table tr {
106
- border-bottom: 1px solid #e9e9e9;
107
- }
108
-
109
- table.resource-table th,
110
- table.scheduler-table th,
111
- table.resource-table td,
112
- table.scheduler-bg-table td,
113
- table.scheduler-table td {
114
- border-right: 1px solid #e9e9e9;
115
- border-bottom: 1px solid #e9e9e9;
116
- }
117
-
118
- table.scheduler-bg-table th {
119
- border-right: 1px solid #e9e9e9;
120
- }
121
-
122
- table.resource-table tr th:last-child,
123
- table.scheduler-table tr th:last-child,
124
- table.resource-table tr td:last-child,
125
- table.scheduler-table tr td:last-child {
126
- border-right: 0;
127
- }
128
-
129
- table.scheduler-table tr:last-child td {
130
- border-bottom: 0;
131
- }
132
-
133
- .timeline-event {
134
- position: absolute;
135
- cursor: pointer;
136
- }
137
-
138
- .day-event {
139
- position: relative;
140
- display: inline-block;
141
- margin: 0px 5px;
142
- }
143
-
144
- .day-event-container {
145
- text-align: left;
146
- padding: 5px 5px 0 5px;
147
- }
148
-
149
- .round-all {
150
- border-radius: 14px;
151
- }
152
-
153
- .round-head {
154
- border-radius: 14px 0px 0px 14px;
155
- }
156
-
157
- .round-tail {
158
- border-radius: 0px 14px 14px 0px;
159
- }
160
-
161
- .round-none {
162
- border-radius: 0px;
163
- }
164
-
165
- .event-container {
166
- position: relative;
167
- }
168
-
169
- .event-item {
170
- margin: 1px 0;
171
- width: 100%;
172
- overflow: hidden;
173
- text-overflow: ellipsis;
174
- white-space: nowrap;
175
- color: #fff;
176
- padding-right: 20px !important;
177
- }
178
-
179
- .overflow-text {
180
- overflow: hidden;
181
- text-overflow: ellipsis;
182
- white-space: nowrap;
183
- padding-right: 5px !important;
184
- }
185
-
186
- .status-dot {
187
- width: 14px;
188
- height: 14px;
189
- border-radius: 7px;
190
- }
191
-
192
- .ant-radio-button-wrapper-checked {
193
- background-color: #108ee9;
194
- color: #ffffff;
195
- }
196
-
197
- .icon-nav:hover {
198
- color: #1e90ff !important;
199
- box-shadow: 0 0 0px !important;
200
- cursor: pointer;
201
- }
202
-
203
- .add-more-popover-overlay {
204
- position: absolute;
205
- z-index: 5;
206
- border: 1px solid #e5e5e5;
207
- background-color: #fff;
208
- box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
209
- padding: 10px;
210
- }
211
-
212
- .popover-calendar {
213
- width: 300px;
214
- }
215
-
216
- .popover-calendar .ant-calendar {
217
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0) !important;
218
- }
219
-
220
- .event-resizer {
221
- position: absolute;
222
- z-index: 4;
223
- display: block;
224
- width: 7px;
225
- top: -1px;
226
- bottom: -1px;
227
- }
228
-
229
- .event-start-resizer {
230
- cursor: w-resize;
231
- left: -1px;
232
- }
233
-
234
- .event-end-resizer {
235
- cursor: e-resize;
236
- right: -1px;
237
- }
238
-
239
- .selected-area {
240
- position: absolute;
241
- }
242
-
243
- .slot-cell {
244
- padding-left: 4px;
245
- padding-right: 4px;
246
- }
247
-
248
- .slot-text {
249
- display: inline-block;
250
- padding-left: 4px;
251
- padding-right: 4px;
252
- }