viniBaxter-desk_front 35.0.0 → 36.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df9ea4aa152af6c49ca4b6b82cb5e657d315b41ec522cb74a79f0b96f70df3cb
4
- data.tar.gz: c3bbe5c42fe5deae27a6fef1409c3529d75a7c8d8709ebdc4f609ad5cac7e263
3
+ metadata.gz: 724e772abbcac08c4077793506716898bfaa514f44a2d213b5299ff7887c1e64
4
+ data.tar.gz: 93ce78836b13b440b751abf838f37aca805c36f8b0513811f84cdb37c4bd8c66
5
5
  SHA512:
6
- metadata.gz: 97d981fdc402f620f8690f194cf819bed0620a7adbbf76dacd5397829488ed821f5389ca79de35c61645e0a3e7e75dea10a831952557ac2fbb0bf3d6403b924f
7
- data.tar.gz: ec381a28d24ee0d757435674ca05686ceae345a79d8a747c1336c3f0642bb0784a5a48b6ef23b35a9789cb8eabf12d956a9020c97591432d49ed30e2561710c3
6
+ metadata.gz: 1d9dbededd8d366189108e0a8249da529a9246d8df1f88b4501c2df3b0fad2590a547a41c193a46caf4c9f2b5b3f162f56dfb060c86c7dd34cd835d4afb21f45
7
+ data.tar.gz: 28b3fa93d3348ecffe09754f8480b969e58035b36371af4039f4ba52bbdd6502f2a3e0f75bfff4a23bfd3127790a26aa40ddc1921259d88b219c06be0fbac67f
@@ -1,6 +1,6 @@
1
1
  module ViniBaxter
2
2
  module DeskFront
3
- MAJOR = 35
3
+ MAJOR = 36
4
4
  MINOR = 0
5
5
  TINY = 0
6
6
  # PRE = "alpha"
@@ -1,4 +1,3 @@
1
-
2
1
  // bootstrap
3
2
  @import 'desk_front/bootstrap/bootstrap';
4
3
 
@@ -15,4 +15,4 @@
15
15
  @import 'mixins/popovers';
16
16
  @import 'mixins/vendor-prefixes';
17
17
  @import 'mixins/wizard';
18
- @import 'mixins/blur'
18
+ @import 'mixins/blur';
@@ -11,6 +11,21 @@
11
11
  width: $avatar-size-base;
12
12
  height: $avatar-size-base;
13
13
  font-size: $avatar-size-base / 3;
14
+ cursor: pointer;
15
+
16
+ &.avatar-xxl.avatar-dashboard-choice {
17
+ width: 8rem;
18
+ height: 4rem;
19
+
20
+ .active {
21
+ border: 2px solid $black-states !important;
22
+ }
23
+
24
+ :hover {
25
+ border: 1px solid lighten($black-states, 50%);
26
+ }
27
+ }
28
+
14
29
 
15
30
  // Loads mask images so they don't lag on hover
16
31
 
@@ -142,6 +157,7 @@
142
157
  width: $avatar-size-xxl * 4 / 3;
143
158
  }
144
159
 
160
+
145
161
  // Group
146
162
 
147
163
  .avatar-group {
@@ -149,27 +165,27 @@
149
165
 
150
166
  // Shift every next avatar left
151
167
 
152
- .avatar + .avatar {
168
+ .avatar+.avatar {
153
169
  margin-left: -$avatar-size-base / 4;
154
170
  }
155
171
 
156
- .avatar-xs + .avatar-xs {
172
+ .avatar-xs+.avatar-xs {
157
173
  margin-left: -$avatar-size-xs / 4;
158
174
  }
159
175
 
160
- .avatar-sm + .avatar-sm {
176
+ .avatar-sm+.avatar-sm {
161
177
  margin-left: -$avatar-size-sm / 4;
162
178
  }
163
179
 
164
- .avatar-lg + .avatar-lg {
180
+ .avatar-lg+.avatar-lg {
165
181
  margin-left: -$avatar-size-lg / 4;
166
182
  }
167
183
 
168
- .avatar-xl + .avatar-xl {
184
+ .avatar-xl+.avatar-xl {
169
185
  margin-left: -$avatar-size-xl / 4;
170
186
  }
171
187
 
172
- .avatar-xxl + .avatar-xxl {
188
+ .avatar-xxl+.avatar-xxl {
173
189
  margin-left: -$avatar-size-xxl / 4;
174
190
  }
175
191
 
@@ -186,7 +202,7 @@
186
202
  mask-image: none;
187
203
  z-index: 1;
188
204
 
189
- + .avatar {
205
+ +.avatar {
190
206
  mask-image: url(image-path('desk_front/avatar-group-hover.svg'));
191
207
  mask-size: 100% 100%;
192
208
 
@@ -195,4 +211,4 @@
195
211
  }
196
212
  }
197
213
  }
198
- }
214
+ }
@@ -20,7 +20,8 @@
20
20
  }
21
21
 
22
22
  &[value='grey'] {
23
- @include linear-gradient($gray-200, $gray-400);
23
+ @include linear-gradient($light, $light);
24
+ border: 2px dashed $gray-300;
24
25
  }
25
26
 
26
27
  &[value='primary'] {
@@ -48,7 +49,7 @@
48
49
  }
49
50
 
50
51
  &.active {
51
- border: 4px solid $black-states !important;
52
+ border: 2px solid $black-states !important;
52
53
  }
53
54
 
54
55
  }
@@ -1,6 +1,5 @@
1
- @mixin nav-setup-normal($color) {
1
+ @mixin nav-setup-normal($color, $nav-style, $yiq-text-color) {
2
2
  .nav {
3
- // margin-top: 20px;
4
3
  display: block;
5
4
 
6
5
  .caret {
@@ -20,34 +19,27 @@
20
19
  }
21
20
 
22
21
  >a {
23
- // change 🤍
24
- // border-radius: $btn-round-radius;
25
- // color: $color;
26
- // display: block;
27
- // text-decoration: none;
28
- // position: relative;
29
- // text-transform: uppercase;
30
- // cursor: pointer;
31
- // font-size: $font-size-sm !important;
32
- // padding: 3px 8px;
33
- // line-height: $line-height-lg;
34
-
35
22
  margin: 10px 15px 0;
36
23
  border-radius: $btn-round-radius;
37
- color: $color;
24
+
25
+ @if($nav-style=='normal') {
26
+ color: $color !important;
27
+ }
28
+
29
+ @if($nav-style=='grey') {
30
+ color: $yiq-text-color !important;
31
+ }
32
+
38
33
  display: block;
39
34
  text-decoration: none;
40
35
  position: relative;
41
36
  text-transform: uppercase;
42
37
  cursor: pointer;
43
38
  font-size: $font-size-sm !important;
44
- padding: 2px 8px;
45
39
  line-height: $line-height-lg;
46
-
47
-
40
+ padding: 2px 8px;
48
41
  }
49
42
 
50
- // change 🤍
51
43
  &:first-child>a {
52
44
  margin: 0 15px;
53
45
  }
@@ -75,7 +67,7 @@
75
67
 
76
68
  i,
77
69
  p {
78
- color: white;
70
+ color: $yiq-text-color;
79
71
  }
80
72
 
81
73
  // change 🤍
@@ -153,7 +145,15 @@
153
145
  line-height: 30px;
154
146
  width: 34px;
155
147
  text-align: center;
156
- color: $opacity-8;
148
+
149
+ @if($nav-style=='normal') {
150
+ color: $opacity-8;
151
+ }
152
+
153
+ @if($nav-style=='grey') {
154
+ @include text-opacity($yiq-text-color, 0.8)
155
+ }
156
+
157
157
  position: relative;
158
158
  }
159
159
  }
@@ -1,11 +1,6 @@
1
1
  @mixin nav-setup-ntf($color) {
2
2
  .nav {
3
- // margin-top: 20px;
4
3
  display: block;
5
- // display: flex !important;
6
- // flex-direction: column;
7
- // height: 60%;
8
- // justify-content: space-around;
9
4
 
10
5
  .caret {
11
6
  top: 14px;
@@ -24,7 +19,6 @@
24
19
  }
25
20
 
26
21
  >a {
27
- // change 🤍
28
22
  margin: 0px 5px;
29
23
  padding: 7px 5px 7px 12px;
30
24
  border-radius: $btn-round-radius;
@@ -38,7 +32,6 @@
38
32
  line-height: $line-height-lg;
39
33
  }
40
34
 
41
- // change 🤍
42
35
  &:first-child>a {
43
36
  margin: 0px 5px;
44
37
  padding: 7px 5px 7px 12px;
@@ -1,6 +1,10 @@
1
- @mixin nav-setup($color, $nav-style) {
1
+ @mixin nav-setup($color, $nav-style, $yiq-text-color) {
2
2
  @if ($nav-style=='normal') {
3
- @include nav-setup-normal($color);
3
+ @include nav-setup-normal($color, $nav-style, $yiq-text-color);
4
+ }
5
+
6
+ @if ($nav-style=='grey') {
7
+ @include nav-setup-normal($color, $nav-style, $yiq-text-color);
4
8
  }
5
9
 
6
10
  @if ($nav-style=='ntf') {
@@ -6,3 +6,7 @@
6
6
  $opacity-ie: ($opacity * 100);
7
7
  filter: #{alpha(opacity=$opacity-ie)};
8
8
  }
9
+
10
+ @mixin text-opacity($color, $opacity) {
11
+ color: rgba($color, $opacity);
12
+ }
@@ -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;
@@ -135,10 +135,10 @@
135
135
  }
136
136
  }
137
137
 
138
- @include nav-setup($white, 'normal');
138
+
139
139
 
140
140
  &.sidebar-dashboard-light {
141
- @include nav-setup($nft-dark, 'ntf');
141
+ @include nav-setup($nft-dark, 'ntf', nil);
142
142
  }
143
143
 
144
144
  .sidebar-background {
@@ -227,22 +227,25 @@
227
227
  }
228
228
  }
229
229
 
230
+ // background color sidenav
230
231
  &[data='dark'] {
231
- @include linear-gradient($default-states, $dark);
232
+ @include nav-setup($white, 'normal', $white);
233
+ @include linear-gradient($default-states, $nft-dark);
232
234
 
233
235
  &:before {
234
- border-bottom-color: $dark;
236
+ border-bottom-color: $nft-dark;
235
237
  }
236
238
 
237
239
  &:not(.sidebar-dashboard-light):not(.sidebar-not-hoverable) {
238
240
  &:before {
239
- @include caret-color($dark);
241
+ @include caret-color($nft-dark);
240
242
  }
241
243
  }
242
244
  }
243
245
 
244
246
  &[data='grey'] {
245
- @include linear-gradient($gray-200, $gray-400);
247
+ @include nav-setup($nft-dark, 'grey', $nft-dark);
248
+ box-shadow: none !important;
246
249
 
247
250
  &:before {
248
251
  border-bottom-color: $gray-200;
@@ -255,8 +258,8 @@
255
258
  }
256
259
  }
257
260
 
258
-
259
261
  &[data='primary'] {
262
+ @include nav-setup($white, 'normal', $white);
260
263
  @include linear-gradient($primary-states, $primary);
261
264
 
262
265
  &:before {
@@ -272,6 +275,7 @@
272
275
 
273
276
 
274
277
  &[data='blue'] {
278
+ @include nav-setup($white, 'normal', $white);
275
279
  @include linear-gradient($info-states, $info);
276
280
 
277
281
  &:before {
@@ -286,6 +290,7 @@
286
290
  }
287
291
 
288
292
  &[data='green'] {
293
+ @include nav-setup($white, 'normal', $white);
289
294
  @include linear-gradient($success-states, $success);
290
295
 
291
296
  &:before {
@@ -300,6 +305,7 @@
300
305
  }
301
306
 
302
307
  &[data='orange'] {
308
+ @include nav-setup($white, 'normal', $white);
303
309
  @include linear-gradient($warning-states, $warning);
304
310
 
305
311
  &:before {
@@ -314,6 +320,7 @@
314
320
  }
315
321
 
316
322
  &[data='red'] {
323
+ @include nav-setup($white, 'normal', $white);
317
324
  @include linear-gradient($danger-states, $danger);
318
325
 
319
326
  &:before {
@@ -328,12 +335,6 @@
328
335
  }
329
336
 
330
337
 
331
-
332
-
333
- // &[data='light'] {
334
- // // background-color: #fff !important;
335
- // }
336
-
337
338
  .user {
338
339
  padding-bottom: 20px;
339
340
  margin: 20px auto 0;
@@ -434,10 +435,10 @@
434
435
  @include transitions(0.5s, cubic-bezier(0.685, 0.0473, 0.346, 1));
435
436
 
436
437
  &[data='dark'] {
437
- border-top: 2px solid $dark;
438
+ border-top: 2px solid $nft-dark;
438
439
 
439
440
  .fixed-top {
440
- border-top: 2px solid $dark;
441
+ border-top: 2px solid $nft-dark;
441
442
  }
442
443
  }
443
444
 
@@ -507,7 +508,7 @@
507
508
  border-top: 2px solid $nft-dark;
508
509
 
509
510
  .fixed-top {
510
- border-top: 2px solid $nft-dark;
511
+ border-top: 0px solid $nft-dark;
511
512
  }
512
513
 
513
514
  .v2lrf-by-nucleo {
@@ -528,24 +529,72 @@
528
529
  background-color: $nft-white;
529
530
 
530
531
  @include media-breakpoint-up(xl) {
531
- height: $max-heigh-value-1NTF;
532
- overflow-y: scroll;
533
- background-image: url($url-backgroud-1NTF);
534
- background-repeat: repeat;
535
- background-size: inherit;
536
- padding: 20px;
537
- border: 1px solid rgba(255, 255, 255, 0.5);
538
- transition: all 0.3s linear;
539
- box-shadow: $box-shadow-1NTF;
540
- border-radius: $border-radius-1NTF;
541
- z-index: 1041;
542
- position: relative;
543
- box-shadow: 1px 0px 20px #292b3917,
544
- 0 0px 1px #292b391c;
532
+ &.inser-shadow {
533
+ position: sticky !important;
534
+ top: 100px !important;
535
+ z-index: 1030 !important;
536
+ box-shadow: $box-inset-shadow-1NTF !important;
537
+ border: 3px solid white;
538
+ border-right: 0px;
539
+ transition: all 0.3s linear;
540
+ border-radius: $border-radius-1NTF;
541
+ padding: 20px;
542
+
543
+ .table-striped tbody tr:nth-of-type(even) {
544
+ background-color: #fbfbfb00 !important;
545
+ }
546
+
547
+ .table {
548
+ background-color: #ffffff00 !important;
549
+ }
550
+
551
+ .card {
552
+ background-color: #ffffff00 !important;
553
+ }
554
+
555
+ @if $max-heigh-1NTF {
556
+ height: $max-heigh-value-1NTF;
557
+ overflow-y: scroll;
558
+ }
559
+
560
+ @if $enable-backgroud-for-1NTF {
561
+ background-image: url($url-backgroud-1NTF);
562
+ background-repeat: repeat;
563
+ background-size: inherit;
564
+ }
565
+ }
566
+
567
+ &.ouset-shadow {
568
+ position: relative;
569
+ z-index: 1041 !important;
570
+ box-shadow: $box-outset-shadow-1NTF;
571
+ border: 3px solid white;
572
+ border-right: 0px;
573
+ transition: all 0.3s linear;
574
+ border-radius: $border-radius-1NTF;
575
+ padding: 20px;
576
+
577
+ @if $max-heigh-1NTF {
578
+ height: $max-heigh-value-1NTF;
579
+ overflow-y: scroll;
580
+ }
581
+
582
+ @if $enable-backgroud-for-1NTF {
583
+ background-image: url($url-backgroud-1NTF);
584
+ background-repeat: repeat;
585
+ background-size: inherit;
586
+ }
587
+ }
588
+
589
+ &.no-shadow {}
590
+
591
+ min-height: $max-heigh-value-1NTF;
592
+ z-index: 200;
593
+
594
+
595
+
545
596
 
546
- @if $max-heigh-1NTF {}
547
597
 
548
- @if $enable-backgroud-for-1NTF {}
549
598
 
550
599
  // backdrop-filter: saturate(101.8%) blur(7px) !important;
551
600
  // background-color: rgba(255, 255, 255, 0.9) !important;
@@ -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: 35.0.0
4
+ version: 36.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-10 00:00:00.000000000 Z
11
+ date: 2021-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler