viniBaxter-desk_front 40.0.0 → 100.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/viniBaxter/desk_front/version.rb +3 -3
- data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_avatar.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_dropdown.scss +2 -1
- data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_misc.scss +74 -44
- data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-chart.scss +31 -22
- data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/vendor/_plugin-datetimepicker.scss +2 -1
- data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/new_nav/_dropdown.scss +2 -1
- data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/new_nav/_misc.scss +6 -3
- data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/new_nav/_navbar.scss +2 -1
- data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/new_nav/_sidebar-and-main-panel.scss +13 -15
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf46d89ef9c5d3270eabc514c13ba76d7f3d250de9d8e10c02d635516bc36fcb
|
4
|
+
data.tar.gz: 6d89d8c751a7737e79dc320c4393c15976bc259ecdbbc69f6d892c71d961fcee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92ba129fdc106f8b57b6dfea102880ec59dd0addd8948561e347045bc22843f64d000095acac7e9a6abeb199052fec76b20a3d729fea30cfe3cb8444d6365ccc
|
7
|
+
data.tar.gz: ad6c67c73cb0d5fc41bbd1ccd5cad0f5e61467ec2e9426806f0fdb41de79b17d0227f9152c05e1114b35b3bac1353e4b6d67ba6a535758f07e62ab86d3a76cfd
|
@@ -61,6 +61,7 @@
|
|
61
61
|
// Status
|
62
62
|
|
63
63
|
.avatar-online,
|
64
|
+
.avatar-not-active,
|
64
65
|
.avatar-offline,
|
65
66
|
.card-notselected,
|
66
67
|
.card-selected {
|
@@ -89,6 +90,10 @@
|
|
89
90
|
background-color: $gray-500;
|
90
91
|
}
|
91
92
|
|
93
|
+
.avatar-not-active::before {
|
94
|
+
background-color: $primary;
|
95
|
+
}
|
96
|
+
|
92
97
|
.card-notselected::before {
|
93
98
|
background-color: $warning;
|
94
99
|
}
|
@@ -1,4 +1,3 @@
|
|
1
|
-
|
2
1
|
/* Animations */
|
3
2
|
.nav-pills .nav-link,
|
4
3
|
.navbar,
|
@@ -10,24 +9,24 @@
|
|
10
9
|
.animation-transition-general,
|
11
10
|
.tag,
|
12
11
|
.tag [data-role="remove"],
|
13
|
-
.animation-transition-general{
|
14
|
-
|
12
|
+
.animation-transition-general {
|
13
|
+
@include transitions($general-transition-time, $transition-ease);
|
15
14
|
}
|
16
15
|
|
17
16
|
//transition for dropdown caret
|
18
17
|
.bootstrap-switch-label:before,
|
19
|
-
.caret{
|
20
|
-
|
18
|
+
.caret {
|
19
|
+
@include transitions($fast-transition-time, $transition-ease);
|
21
20
|
}
|
22
21
|
|
23
22
|
.dropdown-toggle[aria-expanded="true"]:after,
|
24
23
|
a[data-toggle="collapse"][aria-expanded="true"] .caret,
|
25
24
|
.card-collapse .card a[data-toggle="collapse"][aria-expanded="true"] i,
|
26
|
-
.card-collapse .card a[data-toggle="collapse"].expanded i{
|
27
|
-
|
25
|
+
.card-collapse .card a[data-toggle="collapse"].expanded i {
|
26
|
+
@include rotate-180();
|
28
27
|
}
|
29
28
|
|
30
|
-
.caret{
|
29
|
+
.caret {
|
31
30
|
width: 0;
|
32
31
|
height: 0;
|
33
32
|
vertical-align: middle;
|
@@ -40,10 +39,11 @@ a[data-toggle="collapse"][aria-expanded="true"] .caret,
|
|
40
39
|
margin-left: 5px;
|
41
40
|
}
|
42
41
|
|
43
|
-
.pull-left{
|
42
|
+
.pull-left {
|
44
43
|
float: left;
|
45
44
|
}
|
46
|
-
|
45
|
+
|
46
|
+
.pull-right {
|
47
47
|
float: right;
|
48
48
|
}
|
49
49
|
|
@@ -52,7 +52,7 @@ a[data-toggle="collapse"][aria-expanded="true"] .caret,
|
|
52
52
|
|
53
53
|
.card {
|
54
54
|
form {
|
55
|
-
label
|
55
|
+
label+.form-control {
|
56
56
|
margin-bottom: 20px;
|
57
57
|
}
|
58
58
|
}
|
@@ -62,7 +62,7 @@ a[data-toggle="collapse"][aria-expanded="true"] .caret,
|
|
62
62
|
|
63
63
|
.offline-doc {
|
64
64
|
.page-header:before {
|
65
|
-
background: rgba(0,0,0
|
65
|
+
background: rgba(0, 0, 0, .75);
|
66
66
|
}
|
67
67
|
|
68
68
|
.navbar {
|
@@ -85,17 +85,18 @@ a[data-toggle="collapse"][aria-expanded="true"] .caret,
|
|
85
85
|
color: $white;
|
86
86
|
}
|
87
87
|
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
}
|
88
|
+
.table {
|
89
|
+
tr td {
|
90
|
+
p.title {
|
91
|
+
padding-top: 7px;
|
92
|
+
margin-bottom: 0;
|
94
93
|
}
|
95
94
|
}
|
95
|
+
}
|
96
96
|
|
97
97
|
|
98
98
|
&.card-chart {
|
99
|
+
|
99
100
|
.gmnoprint,
|
100
101
|
.gm-style-cc {
|
101
102
|
display: none !important;
|
@@ -107,8 +108,16 @@ a[data-toggle="collapse"][aria-expanded="true"] .caret,
|
|
107
108
|
|
108
109
|
.bd-docs {
|
109
110
|
|
110
|
-
h1,
|
111
|
-
|
111
|
+
h1,
|
112
|
+
h2,
|
113
|
+
h3,
|
114
|
+
h4,
|
115
|
+
h5,
|
116
|
+
h6,
|
117
|
+
p,
|
118
|
+
ul li,
|
119
|
+
ol li {
|
120
|
+
color: #2c2c2c;
|
112
121
|
}
|
113
122
|
|
114
123
|
|
@@ -117,11 +126,14 @@ a[data-toggle="collapse"][aria-expanded="true"] .caret,
|
|
117
126
|
|
118
127
|
}
|
119
128
|
|
120
|
-
.blockquote,
|
121
|
-
|
129
|
+
.blockquote,
|
130
|
+
.blockquote p,
|
131
|
+
.card p {
|
132
|
+
color: rgba($white, 0.8);
|
122
133
|
}
|
134
|
+
|
123
135
|
.bd-example {
|
124
|
-
background: linear-gradient(#1e1e2f
|
136
|
+
background: linear-gradient(#1e1e2f, #1e1e24);
|
125
137
|
|
126
138
|
}
|
127
139
|
|
@@ -129,26 +141,28 @@ a[data-toggle="collapse"][aria-expanded="true"] .caret,
|
|
129
141
|
border-top: none;
|
130
142
|
|
131
143
|
.navbar-nav .nav-link {
|
132
|
-
color: rgba(255,255,255
|
144
|
+
color: rgba(255, 255, 255, .8) !important;
|
133
145
|
}
|
134
146
|
}
|
135
147
|
|
136
148
|
.bd-example {
|
137
149
|
|
138
|
-
.btn{
|
150
|
+
.btn {
|
139
151
|
margin: 4px 0;
|
140
152
|
}
|
153
|
+
|
141
154
|
.btn .badge {
|
142
155
|
display: inline-block;
|
143
156
|
}
|
144
157
|
|
145
|
-
.tim-icons
|
158
|
+
.tim-icons,
|
159
|
+
.v2lrf-by-nucleo {
|
146
160
|
color: $white;
|
147
161
|
}
|
148
162
|
|
149
163
|
.popover .popover-header {
|
150
|
-
|
151
|
-
|
164
|
+
color: hsla(0, 0%, 71%, .6);
|
165
|
+
}
|
152
166
|
|
153
167
|
|
154
168
|
.popover-body {
|
@@ -157,59 +171,75 @@ a[data-toggle="collapse"][aria-expanded="true"] .caret,
|
|
157
171
|
}
|
158
172
|
}
|
159
173
|
|
160
|
-
&.tooltip-demo p{
|
161
|
-
color: rgba($white
|
174
|
+
&.tooltip-demo p {
|
175
|
+
color: rgba($white, .8);
|
162
176
|
}
|
163
177
|
}
|
164
178
|
|
165
179
|
.card.card-body,
|
166
180
|
.card .card-body {
|
167
|
-
color: hsla(0,0%,100
|
181
|
+
color: hsla(0, 0%, 100%, .8);
|
168
182
|
}
|
169
183
|
|
170
184
|
label,
|
171
185
|
.form-check {
|
172
|
-
color: hsla(0,0%,100
|
186
|
+
color: hsla(0, 0%, 100%, .8);
|
173
187
|
}
|
174
188
|
|
175
|
-
.form-check
|
189
|
+
.form-check+.btn {
|
176
190
|
margin-top: 20px;
|
177
191
|
}
|
178
192
|
|
179
193
|
.bd-example,
|
180
194
|
table {
|
181
195
|
thead th {
|
182
|
-
color: hsla(0,0%,100
|
196
|
+
color: hsla(0, 0%, 100%, .8);
|
183
197
|
}
|
184
198
|
|
185
|
-
h1,
|
186
|
-
|
187
|
-
|
199
|
+
h1,
|
200
|
+
h2,
|
201
|
+
h3,
|
202
|
+
h4,
|
203
|
+
h5,
|
204
|
+
h6,
|
205
|
+
.h1,
|
206
|
+
.h2,
|
207
|
+
.h3,
|
208
|
+
.h4,
|
209
|
+
.h5,
|
210
|
+
.h6 {
|
211
|
+
color: hsla(0, 0%, 100%, .8);
|
188
212
|
}
|
189
213
|
|
190
|
-
.datepicker{
|
191
|
-
|
214
|
+
.datepicker {
|
215
|
+
|
216
|
+
thead th,
|
217
|
+
table thead th,
|
218
|
+
.tim-icons,
|
219
|
+
.v2lrf-by-nucleo {
|
192
220
|
color: $primary;
|
193
221
|
}
|
194
222
|
|
195
223
|
}
|
196
224
|
|
197
|
-
.picker-switch .tim-icons
|
225
|
+
.picker-switch .tim-icons,
|
226
|
+
.picker-switch .v2lrf-by-nucleo {
|
198
227
|
color: $primary;
|
199
228
|
}
|
200
229
|
}
|
201
230
|
|
202
231
|
.footer {
|
203
|
-
.container-fluid
|
232
|
+
.container-fluid>nav {
|
204
233
|
display: inline-block;
|
205
234
|
}
|
206
235
|
}
|
207
236
|
}
|
237
|
+
|
208
238
|
.modal.show .modal-dialog {
|
209
|
-
-webkit-transform: translate(0,30%);
|
210
|
-
transform: translate(0,30%);
|
239
|
+
-webkit-transform: translate(0, 30%);
|
240
|
+
transform: translate(0, 30%);
|
211
241
|
}
|
212
242
|
|
213
243
|
code {
|
214
244
|
color: $pink;
|
215
|
-
}
|
245
|
+
}
|
data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-chart.scss
CHANGED
@@ -1,30 +1,35 @@
|
|
1
1
|
.card-chart {
|
2
2
|
overflow: hidden;
|
3
|
-
|
4
|
-
|
5
|
-
|
3
|
+
|
4
|
+
.card-header {
|
5
|
+
.card-title {
|
6
|
+
i {
|
6
7
|
font-size: 16px;
|
7
8
|
margin-right: 5px;
|
8
9
|
margin-bottom: 3px;
|
9
10
|
}
|
10
11
|
}
|
11
|
-
|
12
|
+
|
13
|
+
.card-category {
|
12
14
|
margin-bottom: 5px;
|
13
15
|
}
|
14
16
|
}
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
17
|
+
|
18
|
+
.card-body {
|
19
|
+
padding-left: 5px;
|
20
|
+
padding-right: 5px;
|
21
|
+
|
22
|
+
.tab-space {
|
23
|
+
padding: 0;
|
21
24
|
}
|
22
|
-
|
25
|
+
}
|
26
|
+
|
27
|
+
.table {
|
23
28
|
margin-bottom: 0;
|
24
29
|
|
25
|
-
td{
|
30
|
+
td {
|
26
31
|
border-top: none;
|
27
|
-
border-bottom: 1px solid rgba($white,0.1);
|
32
|
+
border-bottom: 1px solid rgba($white, 0.1);
|
28
33
|
}
|
29
34
|
}
|
30
35
|
|
@@ -37,33 +42,35 @@
|
|
37
42
|
height: 220px;
|
38
43
|
width: 100%;
|
39
44
|
}
|
45
|
+
|
40
46
|
.card-footer {
|
41
47
|
margin-top: 15px;
|
42
48
|
|
43
|
-
.stats{
|
49
|
+
.stats {
|
44
50
|
color: $dark-gray;
|
45
51
|
}
|
46
52
|
}
|
47
53
|
|
48
|
-
.dropdown{
|
54
|
+
.dropdown {
|
49
55
|
position: absolute;
|
50
56
|
right: 20px;
|
51
57
|
top: 20px;
|
52
58
|
|
53
|
-
.btn{
|
59
|
+
.btn {
|
54
60
|
margin: 0;
|
55
61
|
}
|
56
62
|
}
|
57
63
|
|
58
|
-
&.card-chart-pie{
|
59
|
-
.chart-area{
|
64
|
+
&.card-chart-pie {
|
65
|
+
.chart-area {
|
60
66
|
padding: 10px 0 25px;
|
61
67
|
height: auto;
|
62
68
|
}
|
63
69
|
|
64
|
-
.card-title{
|
70
|
+
.card-title {
|
65
71
|
margin-bottom: 10px;
|
66
|
-
|
72
|
+
|
73
|
+
i {
|
67
74
|
font-size: 1rem;
|
68
75
|
}
|
69
76
|
}
|
@@ -75,10 +82,12 @@
|
|
75
82
|
@include media-breakpoint-down(sm) {
|
76
83
|
.card.card-chart {
|
77
84
|
.card-header .btn-group-toggle {
|
78
|
-
|
85
|
+
|
86
|
+
.tim-icons,
|
87
|
+
.v2lrf-by-nucleo {
|
79
88
|
font-size: $font-size-base;
|
80
89
|
top: -1px;
|
81
90
|
}
|
82
91
|
}
|
83
92
|
}
|
84
|
-
}
|
93
|
+
}
|
@@ -148,7 +148,8 @@ a[data-toggle='collapse'][aria-expanded='true'] .caret,
|
|
148
148
|
display: inline-block;
|
149
149
|
}
|
150
150
|
|
151
|
-
.tim-icons
|
151
|
+
.tim-icons,
|
152
|
+
.v2lrf-by-nucleo {
|
152
153
|
color: $white;
|
153
154
|
}
|
154
155
|
|
@@ -206,12 +207,14 @@ a[data-toggle='collapse'][aria-expanded='true'] .caret,
|
|
206
207
|
|
207
208
|
thead th,
|
208
209
|
table thead th,
|
209
|
-
.tim-icons
|
210
|
+
.tim-icons,
|
211
|
+
.v2lrf-by-nucleo {
|
210
212
|
color: $primary;
|
211
213
|
}
|
212
214
|
}
|
213
215
|
|
214
|
-
.picker-switch .tim-icons
|
216
|
+
.picker-switch .tim-icons,
|
217
|
+
.picker-switch .v2lrf-by-nucleo {
|
215
218
|
color: $primary;
|
216
219
|
}
|
217
220
|
}
|
@@ -72,7 +72,6 @@
|
|
72
72
|
display: block;
|
73
73
|
line-height: 23px;
|
74
74
|
z-index: 1;
|
75
|
-
color: $opacity-8;
|
76
75
|
}
|
77
76
|
|
78
77
|
.sidebar-mini-icon {
|
@@ -518,6 +517,8 @@
|
|
518
517
|
|
519
518
|
>.content {
|
520
519
|
padding: 60px 0px 30px 230px;
|
520
|
+
position: absolute;
|
521
|
+
width: 100%;
|
521
522
|
|
522
523
|
@include media-breakpoint-up(xl) {
|
523
524
|
padding: 80px 0px 30px 230px;
|
@@ -531,7 +532,7 @@
|
|
531
532
|
@include media-breakpoint-up(xl) {
|
532
533
|
&.no-shadow {}
|
533
534
|
|
534
|
-
min-height: $
|
535
|
+
min-height: $heigh-value-1NTF;
|
535
536
|
z-index: 200;
|
536
537
|
padding: 20px;
|
537
538
|
|
@@ -544,7 +545,7 @@
|
|
544
545
|
border-right: 0px;
|
545
546
|
transition: all 0.3s linear;
|
546
547
|
border-radius: $border-radius-1NTF;
|
547
|
-
padding: 0px !important;
|
548
|
+
// padding: 0px !important;
|
548
549
|
|
549
550
|
.table-striped tbody tr:nth-of-type(even) {
|
550
551
|
background-color: #fbfbfb00 !important;
|
@@ -558,8 +559,9 @@
|
|
558
559
|
background-color: #ffffff00 !important;
|
559
560
|
}
|
560
561
|
|
561
|
-
@if $
|
562
|
-
height: $
|
562
|
+
@if $heigh-1NTF-true {
|
563
|
+
height: $heigh-value-1NTF;
|
564
|
+
min-height: $min-heigh-value-1NTF;
|
563
565
|
overflow-y: scroll;
|
564
566
|
}
|
565
567
|
|
@@ -572,16 +574,18 @@
|
|
572
574
|
|
573
575
|
&.ouset-shadow {
|
574
576
|
position: relative;
|
575
|
-
z-index:
|
577
|
+
z-index: 1055 !important;
|
576
578
|
box-shadow: $box-outset-shadow-1NTF;
|
577
579
|
border: 3px solid white;
|
578
580
|
border-right: 0px;
|
579
581
|
transition: all 0.3s linear;
|
580
582
|
border-radius: $border-radius-1NTF;
|
581
|
-
padding: 0px !important;
|
582
583
|
|
583
|
-
|
584
|
-
|
584
|
+
// padding: 0px !important;
|
585
|
+
// height: calc(100vh - 150px);
|
586
|
+
@if $heigh-1NTF-true {
|
587
|
+
height: $heigh-value-1NTF;
|
588
|
+
min-height: $min-heigh-value-1NTF;
|
585
589
|
overflow-y: scroll;
|
586
590
|
}
|
587
591
|
|
@@ -592,12 +596,6 @@
|
|
592
596
|
}
|
593
597
|
}
|
594
598
|
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
599
|
// backdrop-filter: saturate(101.8%) blur(7px) !important;
|
602
600
|
// background-color: rgba(255, 255, 255, 0.9) !important;
|
603
601
|
|
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:
|
4
|
+
version: 100.0.1
|
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-
|
11
|
+
date: 2021-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|