viniBaxter-desk_front 40.3.0 → 300.0.2

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: 2b7a1f4fe33334d0b1ecb653882f40f9da40b220f013e05865fa6bb71b2db697
4
- data.tar.gz: 53d193792edd912507c0aad005605c45fd59a398dfbe0e71427958ccfbdda93d
3
+ metadata.gz: 62584c17edf48ab450f6adfdb42af3a225b3b927d107a47afcbd84dc8709145f
4
+ data.tar.gz: ec0c47bfc4bb63f02f7e0e028fb3326847bae93b2f2be4fbc0fe42a10f99490f
5
5
  SHA512:
6
- metadata.gz: 0026a75ada191d32dd23286b4316057816935c39af6e5f5a46018ce120a985d4b59c0937f02e678ebd66e75052e90efada25b9111fdaa59c4387f0ee298ae449
7
- data.tar.gz: ad8aeb3cf0da79c5437e27c3dd1692d4564e6308c17c45d80b279da9a2e18859a9efd6b658a37d189a2b972e5618d8f1c4fbb76649ebc89ad925bfa4b8dec3c2
6
+ metadata.gz: 2b70ad622773d562b357126e2e570810833288151594e53f2a8d5a945643efd0b6193930002420b3946eead2db4e6b6106f7ef7bfff45eca81f4c49ece5d5df7
7
+ data.tar.gz: 35b37fc29079a23d3c39e74407378aad560e27f5c3692c4f64dd8af29b87889f7c88501c8c2834db29a3479073bacb228f0275405882e75ed619d1ed59dffc97
@@ -1,9 +1,9 @@
1
1
  module ViniBaxter
2
2
  module DeskFront
3
- MAJOR = 40
4
- MINOR = 3
5
- TINY = 0
6
- # PRE = "alpha"
3
+ MAJOR = 300
4
+ MINOR = 0
5
+ TINY = 2
6
+ PRE = "STUDIO"
7
7
 
8
8
  VERSION = [MAJOR, MINOR, TINY].compact.join(".")
9
9
  end
@@ -1,10 +1,3 @@
1
- /*!
2
- * Bootstrap v4.5.2 (https://getbootstrap.com/)
3
- * Copyright 2011-2020 The Bootstrap Authors
4
- * Copyright 2011-2020 Twitter, Inc.
5
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6
- */
7
-
8
1
  @import 'mixins';
9
2
  @import 'root';
10
3
  @import 'reboot';
@@ -16,11 +16,11 @@
16
16
  color: $input-color;
17
17
  }
18
18
 
19
- .ql-toolbar + .ql-container {
19
+ .ql-toolbar+.ql-container {
20
20
  margin-top: -$border-width;
21
21
  }
22
22
 
23
- .ql-toolbar + .ql-container .ql-editor {
23
+ .ql-toolbar+.ql-container .ql-editor {
24
24
  border-top-left-radius: 0;
25
25
  border-top-right-radius: 0;
26
26
  }
@@ -75,6 +75,7 @@
75
75
  font-style: normal;
76
76
  color: $input-placeholder-color;
77
77
  }
78
+
78
79
  .ql-editor:focus {
79
80
  color: #12263F;
80
81
  background-color: #FFFFFF;
@@ -167,7 +168,8 @@
167
168
 
168
169
  // Arrow
169
170
 
170
- &:before, &:after {
171
+ &:before,
172
+ &:after {
171
173
  content: '';
172
174
  position: absolute;
173
175
  left: 50%;
@@ -287,4 +289,4 @@
287
289
  .ql-editor img {
288
290
  max-width: 100%;
289
291
  height: auto;
290
- }
292
+ }
@@ -18,8 +18,22 @@
18
18
  margin-bottom: 0rem;
19
19
  margin-left: 0rem;
20
20
  width: calc(85% - 1rem);
21
+
22
+ }
23
+
24
+ /* Suffix */
25
+ .attribute-data--text,
26
+ .cell-data--text {
27
+ a {
28
+ text-decoration: underline;
29
+ font-weight: 200;
30
+ font-style: italic;
31
+ font-size: $font-size-sm;
32
+ }
21
33
  }
22
34
 
35
+
36
+
23
37
  .attribute--nested {
24
38
  border: $base-border;
25
39
  padding: $small-spacing;
@@ -503,6 +503,10 @@
503
503
  }
504
504
 
505
505
  &.main-panel-dashboard-light {
506
+ @include media-breakpoint-up(xl) {
507
+ overflow-y: hidden;
508
+ }
509
+
506
510
  &[data='light'] {
507
511
  border-top: 2px solid $nft-dark;
508
512
 
@@ -532,7 +536,7 @@
532
536
  @include media-breakpoint-up(xl) {
533
537
  &.no-shadow {}
534
538
 
535
- min-height: $max-heigh-value-1NTF;
539
+ min-height: $heigh-value-1NTF;
536
540
  z-index: 200;
537
541
  padding: 20px;
538
542
 
@@ -559,8 +563,9 @@
559
563
  background-color: #ffffff00 !important;
560
564
  }
561
565
 
562
- @if $max-heigh-1NTF {
563
- height: $max-heigh-value-1NTF;
566
+ @if $heigh-1NTF-true {
567
+ height: $heigh-value-1NTF;
568
+ min-height: $min-heigh-value-1NTF;
564
569
  overflow-y: scroll;
565
570
  }
566
571
 
@@ -579,10 +584,12 @@
579
584
  border-right: 0px;
580
585
  transition: all 0.3s linear;
581
586
  border-radius: $border-radius-1NTF;
582
- // padding: 0px !important;
583
587
 
584
- @if $max-heigh-1NTF {
585
- height: $max-heigh-value-1NTF;
588
+ // padding: 0px !important;
589
+ // height: calc(100vh - 150px);
590
+ @if $heigh-1NTF-true {
591
+ height: $heigh-value-1NTF;
592
+ min-height: $min-heigh-value-1NTF;
586
593
  overflow-y: scroll;
587
594
  }
588
595
 
@@ -593,12 +600,6 @@
593
600
  }
594
601
  }
595
602
 
596
-
597
-
598
-
599
-
600
-
601
-
602
603
  // backdrop-filter: saturate(101.8%) blur(7px) !important;
603
604
  // background-color: rgba(255, 255, 255, 0.9) !important;
604
605
 
@@ -0,0 +1,5 @@
1
+ @import 'desk_front/bootstrap/bootstrap';
2
+ @import 'desk_front/v2lrf-dashboard/index';
3
+ @import 'desk_front/landing/landing';
4
+ @import 'desk_front/v2lrf-dashboard/new_nav';
5
+ @import 'desk_front/dashkit/dashkit';
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: 40.3.0
4
+ version: 300.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - viny baxter
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-09 00:00:00.000000000 Z
11
+ date: 2022-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -82,10 +82,7 @@ files:
82
82
  - lib/viniBaxter/desk_front/engine.rb
83
83
  - lib/viniBaxter/desk_front/version.rb
84
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
88
- - lib/viniBaxter/sass/desk_front.scss
85
+ - lib/viniBaxter/sass/desk_front-studio.scss
89
86
  - lib/viniBaxter/sass/desk_front/.DS_Store
90
87
  - lib/viniBaxter/sass/desk_front/bootstrap/_alert.scss
91
88
  - lib/viniBaxter/sass/desk_front/bootstrap/_badge.scss
@@ -335,11 +332,11 @@ files:
335
332
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/new_nav/_sidebar-and-main-panel.scss
336
333
  - lib/viniBaxter/sass/desk_front/v2lrf-dashboard/new_nav/_white-content.scss
337
334
  - viniBaxter-desk_front.gemspec
338
- homepage:
335
+ homepage:
339
336
  licenses:
340
337
  - MIT
341
338
  metadata: {}
342
- post_install_message:
339
+ post_install_message:
343
340
  rdoc_options: []
344
341
  require_paths:
345
342
  - lib
@@ -354,8 +351,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
354
351
  - !ruby/object:Gem::Version
355
352
  version: '0'
356
353
  requirements: []
357
- rubygems_version: 3.1.2
358
- signing_key:
354
+ rubygems_version: 3.2.32
355
+ signing_key:
359
356
  specification_version: 4
360
357
  summary: test on front
361
358
  test_files: []
@@ -1,2 +0,0 @@
1
- // bootstrap
2
- @import 'desk_front/bootstrap/bootstrap';
@@ -1,2 +0,0 @@
1
- // Template core Dashkit but could be what you want
2
- @import 'desk_front/dashkit/dashkit';
@@ -1,6 +0,0 @@
1
- // ViniBaxter
2
- @import 'desk_front/v2lrf-dashboard/index';
3
-
4
- // some exteranals components
5
- @import 'desk_front/landing/landing';
6
- @import 'desk_front/v2lrf-dashboard/new_nav';
@@ -1,5 +0,0 @@
1
- @import 'desk_front-boostrap';
2
-
3
- @import 'desk_front-v2lrf-dashboard';
4
-
5
- @import 'desk_front-template';