viniBaxter-desk_front 300.0.1 → 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: cd6db0d830c37133a21a7958ce6758f20d40fa1ebc2e0f24ed3f23fdbcedd4e0
4
- data.tar.gz: 5ee1df2523ce87a2fdd2664b66938af5e3d4013783dd1046945b6dd6c6d693c4
3
+ metadata.gz: 62584c17edf48ab450f6adfdb42af3a225b3b927d107a47afcbd84dc8709145f
4
+ data.tar.gz: ec0c47bfc4bb63f02f7e0e028fb3326847bae93b2f2be4fbc0fe42a10f99490f
5
5
  SHA512:
6
- metadata.gz: f858c136b80c1801a0114167bf27b3d81d121b887691ef0b1f9c5b0eef2e64042909225cdec6e0401a291c1a57a4b61f9b84832de3204ee70a813776344a35f1
7
- data.tar.gz: f74c010c7a0199984bbea311f6921fbd83937ea781f671f1ead9a8a57415dfbf34dab4693d493509b55309ec8619799e7678d93497f0604358fa66a6c59bf716
6
+ metadata.gz: 2b70ad622773d562b357126e2e570810833288151594e53f2a8d5a945643efd0b6193930002420b3946eead2db4e6b6106f7ef7bfff45eca81f4c49ece5d5df7
7
+ data.tar.gz: 35b37fc29079a23d3c39e74407378aad560e27f5c3692c4f64dd8af29b87889f7c88501c8c2834db29a3479073bacb228f0275405882e75ed619d1ed59dffc97
@@ -2,7 +2,7 @@ module ViniBaxter
2
2
  module DeskFront
3
3
  MAJOR = 300
4
4
  MINOR = 0
5
- TINY = 1
5
+ TINY = 2
6
6
  PRE = "STUDIO"
7
7
 
8
8
  VERSION = [MAJOR, MINOR, TINY].compact.join(".")
@@ -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
 
@@ -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: 300.0.1
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-23 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';