viniBaxter-desk_front 33.0.0 → 38.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.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/lib/viniBaxter/desk_front/version.rb +1 -1
  3. data/lib/viniBaxter/sass/desk_front-boostrap.scss +2 -0
  4. data/lib/viniBaxter/sass/desk_front-template.scss +2 -0
  5. data/lib/viniBaxter/sass/desk_front-v2lrf-dashboard.scss +6 -0
  6. data/lib/viniBaxter/sass/desk_front.scss +3 -10
  7. data/lib/viniBaxter/sass/desk_front/bootstrap/_card.scss +17 -19
  8. data/lib/viniBaxter/sass/desk_front/dashkit/_dashkit.scss +0 -3
  9. data/lib/viniBaxter/sass/desk_front/dashkit/_header.scss +2 -2
  10. data/lib/viniBaxter/sass/desk_front/dashkit/utilities/_background.scss +9 -6
  11. data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/_mixins.scss +10 -10
  12. data/lib/viniBaxter/sass/desk_front/{dashkit → v2lrf-dashboard/custom-components}/_avatar.scss +24 -8
  13. data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_custom-dashboard-ui.scss +12 -7
  14. data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_form.scss +275 -0
  15. data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_index.scss +2 -0
  16. data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-blured.scss +3 -0
  17. data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_index.scss +2 -1
  18. data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_blur.scss +4 -0
  19. data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_nav-setup-normal.scss +21 -21
  20. data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_nav-setup-ntf.scss +0 -7
  21. data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_nav-setup.scss +10 -5
  22. data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/{opacity.scss → _opacity.scss} +4 -0
  23. data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_transparency.scss +3 -0
  24. data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_vendor-prefixes.scss +284 -123
  25. data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/new_nav/_dropdown.scss +12 -12
  26. data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/new_nav/_navbar.scss +12 -1
  27. data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/new_nav/_sidebar-and-main-panel.scss +148 -57
  28. data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/new_nav/_white-content.scss +4 -4
  29. metadata +11 -9
  30. data/app/assets/images/desk_front/sidebar-cover.jpg +0 -0
  31. data/lib/viniBaxter/sass/desk_front/dashkit/_forms.scss +0 -279
  32. data/lib/viniBaxter/sass/desk_front/dashkit/_navbar.scss +0 -692
  33. data/lib/viniBaxter/sass/desk_front/dashkit/_variables.scss +0 -0
  34. data/lib/viniBaxter/sass/desk_front/theme.scss +0 -14
@@ -349,18 +349,18 @@
349
349
  display: none;
350
350
  }
351
351
 
352
- .dropdown-toggle:after {
353
- display: inline-block;
354
- width: 0;
355
- height: 0;
356
- margin-left: 0.255em;
357
- vertical-align: 0.255em;
358
- content: '';
359
- border-top: 0.3em solid;
360
- border-right: 0.3em solid transparent;
361
- border-bottom: 0;
362
- border-left: 0.3em solid transparent;
363
- }
352
+ // .dropdown-toggle:after {
353
+ // display: inline-block;
354
+ // width: 0;
355
+ // height: 0;
356
+ // margin-left: 0.255em;
357
+ // vertical-align: 0.255em;
358
+ // content: '';
359
+ // border-top: 0.3em solid;
360
+ // border-right: 0.3em solid transparent;
361
+ // border-bottom: 0;
362
+ // border-left: 0.3em solid transparent;
363
+ // }
364
364
  }
365
365
 
366
366
  @include media-breakpoint-up(lg) {
@@ -34,6 +34,7 @@
34
34
  margin: 0 5px 0 10px;
35
35
  }
36
36
 
37
+ &.fixed-top,
37
38
  &.navbar-absolute {
38
39
  position: absolute;
39
40
  z-index: 1050;
@@ -172,7 +173,7 @@
172
173
  }
173
174
 
174
175
  @include media-breakpoint-down(md) {
175
- .navbar {
176
+ .navbar:not(.fixed-bottom) {
176
177
  top: -70px;
177
178
  }
178
179
 
@@ -183,6 +184,8 @@
183
184
  }
184
185
 
185
186
  .navbar-collapse {
187
+ height: 100vh;
188
+
186
189
  .input-group {
187
190
  margin: 0;
188
191
  margin-top: 5px;
@@ -402,6 +405,14 @@
402
405
  }
403
406
  }
404
407
  }
408
+
409
+
410
+ }
411
+
412
+ @include media-breakpoint-down(lg) {
413
+ .navbar .skinny-pointer-sidebar {
414
+ display: none;
415
+ }
405
416
  }
406
417
 
407
418
  @include media-breakpoint-up(lg) {
@@ -1,7 +1,7 @@
1
1
  .wrapper {
2
2
  position: relative;
3
3
  top: 0;
4
- height: 100vh;
4
+ // height: 100vh;
5
5
  overflow-x: hidden;
6
6
 
7
7
  &.wrapper-full-page {
@@ -19,7 +19,7 @@
19
19
  .sidebar,
20
20
  .off-canvas-sidebar {
21
21
  // @include linear-gradient($primary-states, $primary);
22
- height: calc(100vh - 90px);
22
+ height: calc(100vh - 190px);
23
23
  width: 230px;
24
24
  position: fixed;
25
25
  top: 0;
@@ -33,6 +33,7 @@
33
33
  margin-left: 20px;
34
34
  border-radius: 5px;
35
35
 
36
+
36
37
  .sidebar-wrapper {
37
38
  width: $full-width;
38
39
  min-height: 100%;
@@ -134,10 +135,10 @@
134
135
  }
135
136
  }
136
137
 
137
- @include nav-setup($white, 'normal');
138
+
138
139
 
139
140
  &.sidebar-dashboard-light {
140
- @include nav-setup($nft-dark, 'ntf');
141
+ @include nav-setup($nft-dark, 'ntf', nil);
141
142
  }
142
143
 
143
144
  .sidebar-background {
@@ -226,22 +227,55 @@
226
227
  }
227
228
  }
228
229
 
229
- .logo-tim {
230
- border-radius: 50%;
231
- border: 1px solid #333;
232
- display: block;
233
- height: 61px;
234
- width: 61px;
235
- float: left;
236
- overflow: hidden;
230
+ // background color sidenav
231
+ &[data='dark'] {
232
+ @include nav-setup($white, 'normal', $white);
233
+ @include linear-gradient($default-states, $nft-dark);
237
234
 
238
- img {
239
- width: 60px;
240
- height: 60px;
235
+ &:before {
236
+ border-bottom-color: $nft-dark;
237
+ }
238
+
239
+ &:not(.sidebar-dashboard-light):not(.sidebar-not-hoverable) {
240
+ &:before {
241
+ @include caret-color($nft-dark);
242
+ }
243
+ }
244
+ }
245
+
246
+ &[data='grey'] {
247
+ @include nav-setup($nft-dark, 'grey', $nft-dark);
248
+ box-shadow: none !important;
249
+
250
+ &:before {
251
+ border-bottom-color: $gray-200;
252
+ }
253
+
254
+ &:not(.sidebar-dashboard-light):not(.sidebar-not-hoverable) {
255
+ &:before {
256
+ @include caret-color($gray-200);
257
+ }
241
258
  }
242
259
  }
243
260
 
261
+ &[data='primary'] {
262
+ @include nav-setup($white, 'normal', $white);
263
+ @include linear-gradient($primary-states, $primary);
264
+
265
+ &:before {
266
+ border-bottom-color: $primary;
267
+ }
268
+
269
+ &:not(.sidebar-dashboard-light):not(.sidebar-not-hoverable) {
270
+ &:before {
271
+ @include caret-color($primary);
272
+ }
273
+ }
274
+ }
275
+
276
+
244
277
  &[data='blue'] {
278
+ @include nav-setup($white, 'normal', $white);
245
279
  @include linear-gradient($info-states, $info);
246
280
 
247
281
  &:before {
@@ -256,6 +290,7 @@
256
290
  }
257
291
 
258
292
  &[data='green'] {
293
+ @include nav-setup($white, 'normal', $white);
259
294
  @include linear-gradient($success-states, $success);
260
295
 
261
296
  &:before {
@@ -270,6 +305,7 @@
270
305
  }
271
306
 
272
307
  &[data='orange'] {
308
+ @include nav-setup($white, 'normal', $white);
273
309
  @include linear-gradient($warning-states, $warning);
274
310
 
275
311
  &:before {
@@ -284,6 +320,7 @@
284
320
  }
285
321
 
286
322
  &[data='red'] {
323
+ @include nav-setup($white, 'normal', $white);
287
324
  @include linear-gradient($danger-states, $danger);
288
325
 
289
326
  &:before {
@@ -297,9 +334,6 @@
297
334
  }
298
335
  }
299
336
 
300
- // &[data='light'] {
301
- // // background-color: #fff !important;
302
- // }
303
337
 
304
338
  .user {
305
339
  padding-bottom: 20px;
@@ -400,6 +434,30 @@
400
434
 
401
435
  @include transitions(0.5s, cubic-bezier(0.685, 0.0473, 0.346, 1));
402
436
 
437
+ &[data='dark'] {
438
+ border-top: 2px solid $nft-dark;
439
+
440
+ .fixed-top {
441
+ border-top: 2px solid $nft-dark;
442
+ }
443
+ }
444
+
445
+ &[data='grey'] {
446
+ border-top: 2px solid $gray-200;
447
+
448
+ .fixed-top {
449
+ border-top: 2px solid $gray-200;
450
+ }
451
+ }
452
+
453
+ &[data='primary'] {
454
+ border-top: 2px solid $primary;
455
+
456
+ .fixed-top {
457
+ border-top: 2px solid $primary;
458
+ }
459
+ }
460
+
403
461
  &[data='blue'] {
404
462
  border-top: 2px solid $info;
405
463
 
@@ -432,14 +490,6 @@
432
490
  }
433
491
  }
434
492
 
435
- &[data='primary'] {
436
- border-top: 2px solid $primary;
437
-
438
- .fixed-top {
439
- border-top: 2px solid $primary;
440
- }
441
- }
442
-
443
493
  >.content {
444
494
  padding: 80px 30px 30px 280px;
445
495
  min-height: calc(100vh - 70px);
@@ -458,7 +508,7 @@
458
508
  border-top: 2px solid $nft-dark;
459
509
 
460
510
  .fixed-top {
461
- border-top: 2px solid $nft-dark;
511
+ border-top: 0px solid $nft-dark;
462
512
  }
463
513
 
464
514
  .v2lrf-by-nucleo {
@@ -479,39 +529,80 @@
479
529
  background-color: $nft-white;
480
530
 
481
531
  @include media-breakpoint-up(xl) {
482
- // border-radius: 30px 0px 0px 30px;
483
- // box-shadow: $material-shadow4;
484
- // min-height: calc(100vh - 15vh);
485
- height: 80vh !important;
486
- // position: fixed;
487
- // // width: 90%;
488
- overflow-y: scroll;
489
- // overflow-x: hidden;
490
- // // background-image: url('https://cdn.dribbble.com/users/59947/screenshots/15084962/media/a57deba0874f256ddefdc17d39155385.jpg');
491
- // // background-image: url('https://vbaxt-fixed-assets.ams3.cdn.digitaloceanspaces.com/FIXED_for_all/images/dashboard-spafolly.jpg');
492
- background-image: url('https://vbaxt-fixed-assets.ams3.cdn.digitaloceanspaces.com/FIXED_for_all/patterns/topography8.svg');
493
- background-repeat: repeat;
494
- background-size: inherit;
532
+ &.no-shadow {}
495
533
 
534
+ min-height: $max-heigh-value-1NTF;
535
+ z-index: 200;
496
536
  padding: 20px;
497
- border: 1px solid rgba(255, 255, 255, 0.5);
498
- transition: all 0.3s linear;
499
- box-shadow: 3px 3px 25px 0px #bbcfda21, -4px -4px 20px #ffffff, inset 4px 4px 20px #d1d9e659, inset -8px -8px 20px 0px #ffffff99;
500
- border-radius: 30px 0 0 30px;
501
- z-index: 1041;
502
- position: relative;
503
- box-shadow: 1px 0px 20px #292b3917, 0 0px 1px #292b391c;
504
- // &:before {
505
- // // content: '';
506
- // width: 100%;
507
- // height: 80%;
508
- // position: absolute;
509
- // opacity: 0.3;
510
- // border-radius: 30px 0px 0px 30px;
511
- // overflow: hidden;
512
- // background-image: url('https://cdn.dribbble.com/users/3060738/screenshots/12765413/media/bf83f45bf3c1d6679bc39ff62b5e0f20.jpg');
513
- // }
537
+
538
+ &.inser-shadow {
539
+ position: sticky !important;
540
+ top: 100px !important;
541
+ z-index: 1030 !important;
542
+ box-shadow: $box-inset-shadow-1NTF !important;
543
+ border: 3px solid white;
544
+ border-right: 0px;
545
+ transition: all 0.3s linear;
546
+ border-radius: $border-radius-1NTF;
547
+ padding: 0px !important;
548
+
549
+ .table-striped tbody tr:nth-of-type(even) {
550
+ background-color: #fbfbfb00 !important;
551
+ }
552
+
553
+ .table {
554
+ background-color: #ffffff00 !important;
555
+ }
556
+
557
+ .card {
558
+ background-color: #ffffff00 !important;
559
+ }
560
+
561
+ @if $max-heigh-1NTF {
562
+ height: $max-heigh-value-1NTF;
563
+ overflow-y: scroll;
564
+ }
565
+
566
+ @if $enable-backgroud-for-1NTF {
567
+ background-image: url($url-backgroud-1NTF);
568
+ background-repeat: repeat;
569
+ background-size: inherit;
570
+ }
571
+ }
572
+
573
+ &.ouset-shadow {
574
+ position: relative;
575
+ z-index: 1135 !important;
576
+ box-shadow: $box-outset-shadow-1NTF;
577
+ border: 3px solid white;
578
+ border-right: 0px;
579
+ transition: all 0.3s linear;
580
+ border-radius: $border-radius-1NTF;
581
+ padding: 0px !important;
582
+
583
+ @if $max-heigh-1NTF {
584
+ height: $max-heigh-value-1NTF;
585
+ overflow-y: scroll;
586
+ }
587
+
588
+ @if $enable-backgroud-for-1NTF {
589
+ background-image: url($url-backgroud-1NTF);
590
+ background-repeat: repeat;
591
+ background-size: inherit;
592
+ }
593
+ }
594
+
595
+
596
+
597
+
598
+
599
+
600
+
601
+ // backdrop-filter: saturate(101.8%) blur(7px) !important;
602
+ // background-color: rgba(255, 255, 255, 0.9) !important;
603
+
514
604
  }
605
+
515
606
  }
516
607
  }
517
608
  }
@@ -49,9 +49,9 @@
49
49
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1),
50
50
  0 4px 20px 0 rgba(0, 0, 0, 0.15);
51
51
 
52
- p {
53
- color: $opacity-8;
54
- }
52
+ // p {
53
+ // color: $opacity-8;
54
+ // }
55
55
 
56
56
  &.sidebar-dashboard-light {
57
57
  box-shadow: none !important;
@@ -90,6 +90,6 @@
90
90
  }
91
91
 
92
92
  .main-panel {
93
- background: $nft-white;
93
+ background: $gray-100;
94
94
  }
95
95
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: viniBaxter-desk_front
3
3
  version: !ruby/object:Gem::Version
4
- version: 33.0.0
4
+ version: 38.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - viny baxter
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-04-07 00:00:00.000000000 Z
11
+ date: 2021-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -73,7 +73,6 @@ files:
73
73
  - app/assets/images/desk_front/avatar-group.svg
74
74
  - app/assets/images/desk_front/avatar-status.svg
75
75
  - app/assets/images/desk_front/icon-status.svg
76
- - app/assets/images/desk_front/sidebar-cover.jpg
77
76
  - bin/console
78
77
  - bin/setup
79
78
  - image_setUP.md
@@ -83,6 +82,9 @@ files:
83
82
  - lib/viniBaxter/desk_front/engine.rb
84
83
  - lib/viniBaxter/desk_front/version.rb
85
84
  - lib/viniBaxter/sass/.DS_Store
85
+ - lib/viniBaxter/sass/desk_front-boostrap.scss
86
+ - lib/viniBaxter/sass/desk_front-template.scss
87
+ - lib/viniBaxter/sass/desk_front-v2lrf-dashboard.scss
86
88
  - lib/viniBaxter/sass/desk_front.scss
87
89
  - lib/viniBaxter/sass/desk_front/.DS_Store
88
90
  - lib/viniBaxter/sass/desk_front/bootstrap/_alert.scss
@@ -174,7 +176,6 @@ files:
174
176
  - lib/viniBaxter/sass/desk_front/bootstrap/utilities/_visibility.scss
175
177
  - lib/viniBaxter/sass/desk_front/bootstrap/vendor/_rfs.scss
176
178
  - lib/viniBaxter/sass/desk_front/dashkit/_alert.scss
177
- - lib/viniBaxter/sass/desk_front/dashkit/_avatar.scss
178
179
  - lib/viniBaxter/sass/desk_front/dashkit/_badge.scss
179
180
  - lib/viniBaxter/sass/desk_front/dashkit/_breadcrumb.scss
180
181
  - lib/viniBaxter/sass/desk_front/dashkit/_buttons.scss
@@ -188,7 +189,6 @@ files:
188
189
  - lib/viniBaxter/sass/desk_front/dashkit/_dashkit.scss
189
190
  - lib/viniBaxter/sass/desk_front/dashkit/_dropdowns.scss
190
191
  - lib/viniBaxter/sass/desk_front/dashkit/_feather.scss
191
- - lib/viniBaxter/sass/desk_front/dashkit/_forms.scss
192
192
  - lib/viniBaxter/sass/desk_front/dashkit/_header.scss
193
193
  - lib/viniBaxter/sass/desk_front/dashkit/_icon.scss
194
194
  - lib/viniBaxter/sass/desk_front/dashkit/_jumbotron.scss
@@ -197,7 +197,6 @@ files:
197
197
  - lib/viniBaxter/sass/desk_front/dashkit/_main-content.scss
198
198
  - lib/viniBaxter/sass/desk_front/dashkit/_mixins.scss
199
199
  - lib/viniBaxter/sass/desk_front/dashkit/_nav.scss
200
- - lib/viniBaxter/sass/desk_front/dashkit/_navbar.scss
201
200
  - lib/viniBaxter/sass/desk_front/dashkit/_popover.scss
202
201
  - lib/viniBaxter/sass/desk_front/dashkit/_progress.scss
203
202
  - lib/viniBaxter/sass/desk_front/dashkit/_reboot.scss
@@ -206,7 +205,6 @@ files:
206
205
  - lib/viniBaxter/sass/desk_front/dashkit/_toasts.scss
207
206
  - lib/viniBaxter/sass/desk_front/dashkit/_type.scss
208
207
  - lib/viniBaxter/sass/desk_front/dashkit/_utilities.scss
209
- - lib/viniBaxter/sass/desk_front/dashkit/_variables.scss
210
208
  - lib/viniBaxter/sass/desk_front/dashkit/_vendors.scss
211
209
  - lib/viniBaxter/sass/desk_front/dashkit/dark/_overrides-dark.scss
212
210
  - lib/viniBaxter/sass/desk_front/dashkit/dark/_variables-dark.scss
@@ -244,7 +242,6 @@ files:
244
242
  - lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_sizing.scss
245
243
  - lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_type.scss
246
244
  - lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_visibility.scss
247
- - lib/viniBaxter/sass/desk_front/theme.scss
248
245
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/_functions.scss
249
246
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/_index.scss
250
247
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/_mixins.scss
@@ -270,8 +267,10 @@ files:
270
267
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/administrate/library/_variables.scss
271
268
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/administrate/reset/_normalize.scss
272
269
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/administrate/utilities/_text-color.scss
270
+ - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_avatar.scss
273
271
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_custom-dashboard-ui.scss
274
272
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_dropdown.scss
273
+ - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_form.scss
275
274
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_index.scss
276
275
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_misc.scss
277
276
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_modal-setup.scss
@@ -280,6 +279,7 @@ files:
280
279
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_pagination.scss
281
280
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_white-content.scss
282
281
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-animation-on-hover.scss
282
+ - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-blured.scss
283
283
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-chart.scss
284
284
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-collapse.scss
285
285
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-contributions.scss
@@ -312,6 +312,7 @@ files:
312
312
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_alert.scss
313
313
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_background-variant.scss
314
314
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_badges.scss
315
+ - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_blur.scss
315
316
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_caret-color.scss
316
317
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_dropdown.scss
317
318
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_forms.scss
@@ -321,11 +322,12 @@ files:
321
322
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_nav-setup-normal.scss
322
323
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_nav-setup-ntf.scss
323
324
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_nav-setup.scss
325
+ - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_opacity.scss
324
326
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_page-header.scss
325
327
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_popovers.scss
328
+ - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_transparency.scss
326
329
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_vendor-prefixes.scss
327
330
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/_wizard.scss
328
- - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/mixins/opacity.scss
329
331
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/new_nav/_dropdown.scss
330
332
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/new_nav/_index.scss
331
333
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/new_nav/_misc.scss