linear-react-components-ui 1.1.18-beta.7 → 1.1.18-beta.8
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/lib/assets/styles/sidenav.scss +48 -48
- package/package.json +1 -1
|
@@ -26,16 +26,16 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
26
26
|
pointer-events: none;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
> .expandedmenu,
|
|
30
|
+
> .collapsedmenu {
|
|
31
31
|
height: auto;
|
|
32
32
|
width: 100%;
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
> .help-item {
|
|
35
35
|
border-top: 1px solid #eee;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
> .item {
|
|
39
39
|
cursor: pointer;
|
|
40
40
|
border-bottom: 1px solid #eee;
|
|
41
41
|
width: 100%;
|
|
@@ -47,7 +47,7 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
47
47
|
justify-content: center;
|
|
48
48
|
padding-left: 0px;
|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
> .searchmenubutton {
|
|
51
51
|
width: 100%;
|
|
52
52
|
height: 100%;
|
|
53
53
|
display: flex;
|
|
@@ -55,7 +55,7 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
55
55
|
justify-content: center;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
|
|
58
|
+
> .helpmenubutton {
|
|
59
59
|
width: 100%;
|
|
60
60
|
height: 100%;
|
|
61
61
|
display: flex;
|
|
@@ -73,25 +73,25 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
|
|
76
|
+
> .item:hover {
|
|
77
77
|
background-color: #eee;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
80
|
+
> .item:hover > .menuicon,
|
|
81
|
+
> .item:hover .searchmenuicon,
|
|
82
|
+
> .item:hover > .menulink > .menuicon,
|
|
83
|
+
> .item:hover > .menulink .searchmenuicon {
|
|
84
84
|
fill: rgb(114, 114, 114);
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
|
|
88
|
-
|
|
87
|
+
> .item:hover > .title,
|
|
88
|
+
> .item:hover > .menulink > .title {
|
|
89
89
|
color: rgb(114, 114, 114);
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
|
|
94
|
-
|
|
93
|
+
> .expandedmenu.customscroll,
|
|
94
|
+
> .collapsedmenu.customscroll {
|
|
95
95
|
overflow-y: auto;
|
|
96
96
|
|
|
97
97
|
&::-webkit-scrollbar {
|
|
@@ -144,7 +144,7 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
.sidenav-component
|
|
147
|
+
.sidenav-component > .expandedmenu {
|
|
148
148
|
animation: revealelement 0.3s;
|
|
149
149
|
-moz-animation: revealelement 0.3s;
|
|
150
150
|
background-color: #fff;
|
|
@@ -155,7 +155,7 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
155
155
|
-ms-flex: 0 0 70px;
|
|
156
156
|
flex: 0 0 70px;
|
|
157
157
|
|
|
158
|
-
|
|
158
|
+
> .item {
|
|
159
159
|
align-content: center;
|
|
160
160
|
background-color: #fff;
|
|
161
161
|
display: grid;
|
|
@@ -174,12 +174,12 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
174
174
|
text-decoration: none;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
|
|
177
|
+
> .menuicon {
|
|
178
178
|
justify-self: center;
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
-
|
|
182
|
-
|
|
181
|
+
> .title,
|
|
182
|
+
> .menulink > .title {
|
|
183
183
|
color: #666;
|
|
184
184
|
align-self: center;
|
|
185
185
|
justify-self: left;
|
|
@@ -188,12 +188,12 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
-
.sidenav-component
|
|
191
|
+
.sidenav-component > .collapsedmenu {
|
|
192
192
|
display: flex;
|
|
193
193
|
flex-wrap: wrap;
|
|
194
194
|
align-content: flex-start;
|
|
195
195
|
|
|
196
|
-
|
|
196
|
+
> .item {
|
|
197
197
|
height: 50px;
|
|
198
198
|
display: grid;
|
|
199
199
|
grid-template-rows: 1fr;
|
|
@@ -204,14 +204,14 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
204
204
|
align-items: stretch;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
|
|
207
|
+
> .menulink {
|
|
208
208
|
display: grid;
|
|
209
209
|
grid-template-rows: 1fr;
|
|
210
210
|
align-items: center;
|
|
211
211
|
}
|
|
212
212
|
|
|
213
|
-
|
|
214
|
-
|
|
213
|
+
> .menuicon,
|
|
214
|
+
> .menulink > .menuicon {
|
|
215
215
|
justify-self: center;
|
|
216
216
|
}
|
|
217
217
|
}
|
|
@@ -219,7 +219,7 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
219
219
|
&.-small {
|
|
220
220
|
width: 55px;
|
|
221
221
|
|
|
222
|
-
|
|
222
|
+
> .item {
|
|
223
223
|
height: 40px;
|
|
224
224
|
}
|
|
225
225
|
|
|
@@ -231,7 +231,7 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
231
231
|
&.-medium {
|
|
232
232
|
width: 55px;
|
|
233
233
|
|
|
234
|
-
|
|
234
|
+
> .item {
|
|
235
235
|
height: 50px;
|
|
236
236
|
}
|
|
237
237
|
|
|
@@ -243,7 +243,7 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
243
243
|
&.-large {
|
|
244
244
|
width: 75px;
|
|
245
245
|
|
|
246
|
-
|
|
246
|
+
> .item {
|
|
247
247
|
height: 60px;
|
|
248
248
|
}
|
|
249
249
|
|
|
@@ -253,8 +253,8 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
253
253
|
}
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
-
.sidenav-component
|
|
257
|
-
.sidenav-component
|
|
256
|
+
.sidenav-component > .collapsedmenu > .item > .submenu-container,
|
|
257
|
+
.sidenav-component > .expandedmenu > .item > .submenu-container {
|
|
258
258
|
animation: 0.5s ease-in 0s 1 slideLeft;
|
|
259
259
|
-moz-animation: 0.5s ease-in 0s 1 slideLeft;
|
|
260
260
|
background-color: #eee;
|
|
@@ -268,7 +268,7 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
268
268
|
box-shadow: 3px 1px 6px 0px rgba(50, 50, 50, 0.35);
|
|
269
269
|
z-index: 9999999;
|
|
270
270
|
|
|
271
|
-
|
|
271
|
+
> .title {
|
|
272
272
|
color: #777777;
|
|
273
273
|
font-size: 24px;
|
|
274
274
|
font-weight: bold;
|
|
@@ -287,7 +287,7 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
287
287
|
grid-template-columns: repeat(2, 1fr);
|
|
288
288
|
align-items: flex-start;
|
|
289
289
|
|
|
290
|
-
|
|
290
|
+
> .item {
|
|
291
291
|
display: grid;
|
|
292
292
|
min-height: 40px;
|
|
293
293
|
align-content: center;
|
|
@@ -300,13 +300,13 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
300
300
|
}
|
|
301
301
|
}
|
|
302
302
|
|
|
303
|
-
|
|
303
|
+
> .item:hover {
|
|
304
304
|
color: #333;
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
-
|
|
307
|
+
> .item:before {
|
|
308
308
|
position: absolute;
|
|
309
|
-
content:
|
|
309
|
+
content: "";
|
|
310
310
|
left: -15px;
|
|
311
311
|
top: 15px;
|
|
312
312
|
border-top: 5px solid transparent;
|
|
@@ -314,11 +314,11 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
314
314
|
border-left: 5px solid #808080;
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
-
|
|
317
|
+
> .item:nth-child(even) {
|
|
318
318
|
padding-left: 5px;
|
|
319
319
|
}
|
|
320
320
|
|
|
321
|
-
|
|
321
|
+
> .item > .menulink {
|
|
322
322
|
grid-template-columns: 1fr;
|
|
323
323
|
text-decoration: none;
|
|
324
324
|
}
|
|
@@ -347,7 +347,7 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
347
347
|
position: absolute;
|
|
348
348
|
padding: 20px;
|
|
349
349
|
|
|
350
|
-
|
|
350
|
+
> .closebutton {
|
|
351
351
|
cursor: pointer;
|
|
352
352
|
float: right;
|
|
353
353
|
margin: -21px -33px 15px 0px;
|
|
@@ -356,26 +356,26 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
356
356
|
|
|
357
357
|
.popup-help {
|
|
358
358
|
border: 1px solid $list-container-border;
|
|
359
|
-
|
|
360
|
-
|
|
359
|
+
|
|
360
|
+
> .list-component {
|
|
361
361
|
box-shadow: none;
|
|
362
362
|
overflow: hidden;
|
|
363
363
|
border-radius: 0px;
|
|
364
364
|
|
|
365
|
-
|
|
366
|
-
background-color: #
|
|
365
|
+
> .helpheader {
|
|
366
|
+
background-color: #bdbdbda6;
|
|
367
367
|
|
|
368
|
-
|
|
368
|
+
> .title {
|
|
369
369
|
line-height: 35px;
|
|
370
370
|
}
|
|
371
371
|
}
|
|
372
372
|
|
|
373
|
-
|
|
373
|
+
> .item-container > .item > .text {
|
|
374
374
|
font-size: 12px;
|
|
375
375
|
}
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
-
.infomartion
|
|
378
|
+
.infomartion > .help-information {
|
|
379
379
|
color: rgba(0, 0, 0, 0.54);
|
|
380
380
|
font-size: 12px;
|
|
381
381
|
line-height: 16px;
|
|
@@ -390,18 +390,18 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
390
390
|
height: 100%;
|
|
391
391
|
width: 100%;
|
|
392
392
|
|
|
393
|
-
|
|
393
|
+
> .text,
|
|
394
394
|
.subtext {
|
|
395
395
|
color: #a8a8a8;
|
|
396
396
|
text-align: center;
|
|
397
397
|
}
|
|
398
398
|
|
|
399
|
-
|
|
399
|
+
> .text {
|
|
400
400
|
font-size: 26px;
|
|
401
401
|
margin-top: 20px;
|
|
402
402
|
}
|
|
403
403
|
|
|
404
|
-
|
|
404
|
+
> .subtext {
|
|
405
405
|
font-size: 15px;
|
|
406
406
|
margin-top: 5px;
|
|
407
407
|
}
|