viniBaxter-desk_front 0.7.0 → 10.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/viniBaxter/desk_front/version.rb +1 -1
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_index.scss +74 -76
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_buttons.scss +195 -162
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_buttons.scss +357 -343
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-bootstrap-select.scss +129 -69
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-new-bootstrap-select.scss +534 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_buttons.scss +341 -327
- data/lib/viniBaxter/sass/desk_front/dashkit/_dropdowns.scss +8 -14
- data/lib/viniBaxter/sass/desk_front.scss +2 -5
- metadata +3 -2
@@ -22,28 +22,28 @@
|
|
22
22
|
}
|
23
23
|
|
24
24
|
&::after {
|
25
|
-
content: '\e92e';
|
25
|
+
content: '\e92e' !important;
|
26
26
|
}
|
27
27
|
}
|
28
28
|
|
29
|
-
.dropup
|
29
|
+
.dropup>.dropdown-toggle {
|
30
30
|
|
31
31
|
&::after {
|
32
|
-
content: '\e931';
|
32
|
+
content: '\e931' !important;
|
33
33
|
}
|
34
34
|
}
|
35
35
|
|
36
|
-
.dropright
|
36
|
+
.dropright>.dropdown-toggle {
|
37
37
|
|
38
38
|
&::after {
|
39
|
-
content: '\e930';
|
39
|
+
content: '\e930' !important;
|
40
40
|
}
|
41
41
|
}
|
42
42
|
|
43
|
-
.dropleft
|
43
|
+
.dropleft>.dropdown-toggle {
|
44
44
|
|
45
45
|
&::before {
|
46
|
-
content: '\e92f';
|
46
|
+
content: '\e92f' !important;
|
47
47
|
width: auto;
|
48
48
|
height: auto;
|
49
49
|
border: none !important;
|
@@ -52,7 +52,6 @@
|
|
52
52
|
}
|
53
53
|
}
|
54
54
|
|
55
|
-
|
56
55
|
// Dropdown toggle
|
57
56
|
//
|
58
57
|
// Right align arrows
|
@@ -62,7 +61,6 @@
|
|
62
61
|
justify-content: space-between;
|
63
62
|
}
|
64
63
|
|
65
|
-
|
66
64
|
// Dropdown menu animation
|
67
65
|
//
|
68
66
|
// Animate dropdown menu appearance
|
@@ -81,13 +79,10 @@
|
|
81
79
|
}
|
82
80
|
}
|
83
81
|
|
84
|
-
|
85
|
-
|
86
82
|
//
|
87
83
|
// Dashkit ===================================
|
88
84
|
//
|
89
85
|
|
90
|
-
|
91
86
|
// Dropdown ellipses
|
92
87
|
//
|
93
88
|
// Styles the ellipses icon and removes the dropdown arrow
|
@@ -101,7 +96,6 @@
|
|
101
96
|
display: none;
|
102
97
|
}
|
103
98
|
|
104
|
-
|
105
99
|
// Dropdown card
|
106
100
|
//
|
107
101
|
// Makes the dropdown menu act like a card
|
@@ -121,4 +115,4 @@
|
|
121
115
|
max-height: $dropdown-card-body-max-height;
|
122
116
|
overflow-y: auto;
|
123
117
|
}
|
124
|
-
}
|
118
|
+
}
|
@@ -1,18 +1,15 @@
|
|
1
1
|
// administrate
|
2
|
-
@import
|
3
|
-
|
2
|
+
@import './desk_front/administrate/index';
|
4
3
|
|
5
4
|
// becky ViniBaxter
|
6
5
|
@import './desk_front/beckyBaxter/index';
|
7
6
|
|
8
|
-
|
9
7
|
// Dashkit core
|
10
8
|
@import './desk_front/dashkit/dashkit';
|
11
9
|
|
12
|
-
|
13
10
|
// read that some scss have been overwritting to fit with dashkit
|
14
11
|
// search by keyword to get it => // KEEPBECKY
|
15
12
|
// card-header with class becky
|
16
13
|
// .becky-template {
|
17
14
|
// font-family: $font-family-base-becky!important ;
|
18
|
-
// }
|
15
|
+
// }
|
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: 0.
|
4
|
+
version: 10.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: 2020-05-
|
11
|
+
date: 2020-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -217,6 +217,7 @@ files:
|
|
217
217
|
- lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-fullcalendar.scss
|
218
218
|
- lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-jasny-fileupload.scss
|
219
219
|
- lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-jquery.jvectormap.scss
|
220
|
+
- lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-new-bootstrap-select.scss
|
220
221
|
- lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-nouislider.scss
|
221
222
|
- lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-perfect-scrollbar.scss
|
222
223
|
- lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-sweetalert2.scss
|