viniBaxter-desk_front 200.0.1 → 300.0.6

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: b0e3c06f5fb724802352e75e16ddb4baeaa595bed845390d8dd9844d5cba4968
4
- data.tar.gz: e03763bf1e9ebac2b2159205262ff1967282e7a4406ce6b368f83db83bc1abc8
3
+ metadata.gz: 482d2ac7412afcdd91fb402fe47ab18d094a34d3054bb17bd9c920293e92d0e5
4
+ data.tar.gz: 6267d9d5c73620fe3e79500fd0f48d2f4441435b4b376ba9af2877a546e34529
5
5
  SHA512:
6
- metadata.gz: e562d1a983634143af09443b245a05bb9f8637ae508d5a5e6b032dc9e573a3321768e2945a69200376715806637b235243d432b6e4088641ec2fdb9488f5d81a
7
- data.tar.gz: 712ed64354dc4ad53460992a3c4f3bb0c89d0f96cc2c079534d4557159f479b38e1b96547aeec8a41042f32697f9f978f571e4a7e208eff93fadf83e85519aff
6
+ metadata.gz: faf9ed4fc244da829638e1f659c1035d60652066c81834f190c2afa18c488a6873b3cccd7b6041e1f9bc0ff9021bdd720c26dbf57205889fd9f482a7b63667c1
7
+ data.tar.gz: 48af7d4e934f186772dc5794c5c82fe353d6585468c247669100798685da7b55dd8a9c0eab55fceaaadb7e560a2e5aefa770dca54a8dd95a682ae9c521b07463
@@ -1,9 +1,9 @@
1
1
  module ViniBaxter
2
2
  module DeskFront
3
- MAJOR = 200
3
+ MAJOR = 300
4
4
  MINOR = 0
5
- TINY = 1
6
- PRE = "SPAFOLLY"
5
+ TINY = 6
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
+ }
@@ -38,7 +38,7 @@ tbody tr {
38
38
 
39
39
  td,
40
40
  th {
41
- font-feature-settings: "kern", "liga", "clig", "calt", "lnum", "tnum";
41
+ font-feature-settings: $base-font;
42
42
  font-kerning: normal;
43
43
  font-variant-ligatures: common-ligatures, contextual;
44
44
  font-variant-numeric: lining-nums, tabular-nums;
@@ -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;
@@ -1,5 +1,5 @@
1
1
  .cell-label {
2
- padding-top: 0.15em;
2
+ // padding-top: 0.15em;
3
3
 
4
4
  &:hover {
5
5
  a {
@@ -104,8 +104,8 @@
104
104
  position: absolute;
105
105
  height: 6px;
106
106
  width: 6px;
107
- top: 17px;
108
- left: -4px;
107
+ top: 40%;
108
+ left: 3px;
109
109
  background: $color;
110
110
  border-radius: 50%;
111
111
  }
@@ -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: 200.0.1
4
+ version: 300.0.6
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-02-04 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';