viniBaxter-desk_front 0.5.0 → 12.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.DS_Store +0 -0
- data/app/assets/images/desk_front/sidebar-cover.jpg +0 -0
- data/lib/viniBaxter/desk_front/version.rb +1 -1
- data/lib/viniBaxter/sass/desk_front.scss +3 -3
- data/lib/viniBaxter/sass/desk_front/administrate/base/_forms.scss +15 -1
- data/lib/viniBaxter/sass/desk_front/administrate/base/_lists.scss +4 -4
- data/lib/viniBaxter/sass/desk_front/administrate/base/_tables.scss +11 -11
- data/lib/viniBaxter/sass/desk_front/administrate/base/_typography.scss +49 -44
- data/lib/viniBaxter/sass/desk_front/administrate/components/_buttons.scss +51 -51
- data/lib/viniBaxter/sass/desk_front/administrate/components/_cells.scss +2 -1
- data/lib/viniBaxter/sass/desk_front/administrate/components/_form-actions.scss +3 -3
- data/lib/viniBaxter/sass/desk_front/administrate/index.scss +1 -1
- data/lib/viniBaxter/sass/desk_front/administrate/library/_customSelectize.scss +3 -0
- 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/_dropdown.scss +260 -258
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_navbar.scss +472 -473
- 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-datetimepicker.scss +228 -159
- 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/landing/_landing.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_alert.scss +18 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_aos.scss +32 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_avatar.scss +192 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_badge.scss +95 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_breadcrumb.scss +35 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_button-group.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_buttons.scss +115 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_card.scss +219 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_carousel.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_close.scss +11 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_code.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_collapse.scss +15 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_custom-forms.scss +65 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_device.scss +103 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_dropdown.scss +106 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_fancybox.scss +14 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_feather.scss +1093 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_flickity.scss +112 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_footer.scss +10 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_forms.scss +92 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_functions.scss +14 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_grid.scss +9 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_highlight.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_icon.scss +56 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_images.scss +32 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_input-group.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_jumbotron.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_list-group.scss +22 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_list.scss +27 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_media.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_mixins.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_modal.scss +21 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_nav.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_navbar.scss +377 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_pagination.scss +34 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_popover.scss +15 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_print.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_progress.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_reboot.scss +17 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_root.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_screenshot.scss +9 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_section.scss +19 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_shapes.scss +178 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_sidenav.scss +28 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_tables.scss +23 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_theme.scss +57 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_tooltip.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_transitions.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_type.scss +169 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_utilities.scss +15 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/mixins/_badge.scss +16 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/mixins/_buttons.scss +19 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/mixins/_overlay.scss +24 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_background.scss +54 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_borders.scss +76 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_images.scss +35 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_lift.scss +18 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_overlay.scss +49 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_position.scss +41 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_shadows.scss +24 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_sizing.scss +72 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_type.scss +54 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_visibility.scss +12 -0
- metadata +67 -3
- data/app/assets/images/desk_front/sidebar-cover-old.jpg +0 -0
@@ -1,361 +1,363 @@
|
|
1
1
|
.dropdown-menu {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
2
|
+
border: 0;
|
3
|
+
box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
|
4
|
+
border-radius: $border-radius-xs;
|
5
|
+
@include transitions($fast-transition-time, $transition-linear);
|
6
6
|
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
7
|
+
&.dropdown-menu-right {
|
8
|
+
|
9
|
+
&:before,
|
10
|
+
&:after {
|
11
|
+
left: auto;
|
12
|
+
right: 10px;
|
12
13
|
}
|
14
|
+
}
|
13
15
|
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
16
|
+
&.dropdown-black {
|
17
|
+
background: linear-gradient(to bottom, $black 0%, $black-states 100%);
|
18
|
+
border: 1px solid $default;
|
19
|
+
|
20
|
+
.dropdown-item {
|
21
|
+
color: rgba(255, 255, 255, 0.7);
|
22
|
+
}
|
23
|
+
|
24
|
+
.dropdown-divider {
|
25
|
+
border-color: $default;
|
26
|
+
}
|
27
|
+
|
28
|
+
&:before {
|
29
|
+
color: $black;
|
30
|
+
z-index: 2;
|
31
|
+
}
|
32
|
+
|
33
|
+
&:after {
|
34
|
+
display: inline-block;
|
35
|
+
position: absolute;
|
36
|
+
width: 0;
|
37
|
+
height: 0;
|
38
|
+
z-index: 1;
|
39
|
+
vertical-align: middle;
|
40
|
+
content: "";
|
41
|
+
top: -6px;
|
42
|
+
left: 10px;
|
43
|
+
right: auto;
|
44
|
+
color: $default;
|
45
|
+
border-bottom: .4em solid;
|
46
|
+
border-right: .4em solid transparent;
|
47
|
+
border-left: .4em solid transparent;
|
48
|
+
}
|
20
49
|
|
21
|
-
|
22
|
-
|
50
|
+
&.dropdown-menu-right {
|
51
|
+
&:after {
|
52
|
+
left: auto;
|
53
|
+
right: 10px;
|
23
54
|
}
|
55
|
+
}
|
24
56
|
|
25
|
-
|
26
|
-
|
57
|
+
.dropup & {
|
58
|
+
&:after {
|
59
|
+
color: $black-states;
|
27
60
|
z-index: 2;
|
28
61
|
}
|
29
62
|
|
30
|
-
&:
|
63
|
+
&:before {
|
31
64
|
display: inline-block;
|
32
65
|
position: absolute;
|
33
66
|
width: 0;
|
34
67
|
height: 0;
|
35
|
-
z-index: 1;
|
36
68
|
vertical-align: middle;
|
37
69
|
content: "";
|
38
|
-
top:
|
39
|
-
|
70
|
+
top: auto;
|
71
|
+
bottom: -6px;
|
40
72
|
right: auto;
|
41
|
-
|
42
|
-
|
73
|
+
left: 10px;
|
74
|
+
color: $dark-background;
|
75
|
+
border-top: .4em solid;
|
43
76
|
border-right: .4em solid transparent;
|
44
77
|
border-left: .4em solid transparent;
|
45
|
-
|
46
|
-
|
47
|
-
&.dropdown-menu-right {
|
48
|
-
&:after {
|
49
|
-
left: auto;
|
50
|
-
right: 10px;
|
51
|
-
}
|
52
|
-
}
|
53
|
-
|
54
|
-
.dropup & {
|
55
|
-
&:after {
|
56
|
-
color: $black-states;
|
57
|
-
z-index: 2;
|
58
|
-
}
|
59
|
-
|
60
|
-
&:before {
|
61
|
-
display: inline-block;
|
62
|
-
position: absolute;
|
63
|
-
width: 0;
|
64
|
-
height: 0;
|
65
|
-
vertical-align: middle;
|
66
|
-
content: "";
|
67
|
-
top: auto;
|
68
|
-
bottom: -6px;
|
69
|
-
right: auto;
|
70
|
-
left: 10px;
|
71
|
-
color: $dark-background;
|
72
|
-
border-top: .4em solid;
|
73
|
-
border-right: .4em solid transparent;
|
74
|
-
border-left: .4em solid transparent;
|
75
|
-
border-bottom: none;
|
76
|
-
z-index: 1;
|
77
|
-
}
|
78
|
+
border-bottom: none;
|
79
|
+
z-index: 1;
|
78
80
|
}
|
79
81
|
}
|
82
|
+
}
|
80
83
|
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
84
|
+
i {
|
85
|
+
margin-right: 5px;
|
86
|
+
position: relative;
|
87
|
+
top: 1px;
|
88
|
+
}
|
86
89
|
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
90
|
+
.tim-icons {
|
91
|
+
margin-right: 10px;
|
92
|
+
position: relative;
|
93
|
+
top: 4px;
|
94
|
+
font-size: 18px;
|
95
|
+
margin-top: -5px;
|
96
|
+
opacity: .5;
|
97
|
+
}
|
95
98
|
|
96
|
-
|
97
|
-
&.active,
|
98
|
-
&:active{
|
99
|
-
color: inherit;
|
100
|
-
}
|
101
|
-
}
|
99
|
+
.dropdown-item {
|
102
100
|
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
}
|
107
|
-
|
108
|
-
&:after {
|
109
|
-
display: inline-block;
|
110
|
-
position: absolute;
|
111
|
-
width: 0;
|
112
|
-
height: 0;
|
113
|
-
vertical-align: middle;
|
114
|
-
content: "";
|
115
|
-
top: auto;
|
116
|
-
bottom: -5px;
|
117
|
-
right: auto;
|
118
|
-
left: 10px;
|
119
|
-
color: $white;
|
120
|
-
border-top: .4em solid;
|
121
|
-
border-right: .4em solid transparent;
|
122
|
-
border-left: .4em solid transparent;
|
123
|
-
border-bottom: none;
|
124
|
-
}
|
125
|
-
|
126
|
-
&.dropdown-menu-right {
|
127
|
-
&:after, &:before {
|
128
|
-
right: 10px;
|
129
|
-
left: auto;
|
130
|
-
}
|
131
|
-
}
|
101
|
+
&.active,
|
102
|
+
&:active {
|
103
|
+
color: inherit;
|
132
104
|
}
|
105
|
+
}
|
133
106
|
|
134
|
-
|
135
|
-
|
107
|
+
.dropup & {
|
136
108
|
&:before {
|
109
|
+
display: none;
|
110
|
+
}
|
111
|
+
|
112
|
+
&:after {
|
137
113
|
display: inline-block;
|
138
114
|
position: absolute;
|
139
115
|
width: 0;
|
140
116
|
height: 0;
|
141
117
|
vertical-align: middle;
|
142
118
|
content: "";
|
143
|
-
top:
|
144
|
-
|
119
|
+
top: auto;
|
120
|
+
bottom: -5px;
|
145
121
|
right: auto;
|
122
|
+
left: 10px;
|
146
123
|
color: $white;
|
147
|
-
border-
|
124
|
+
border-top: .4em solid;
|
148
125
|
border-right: .4em solid transparent;
|
149
126
|
border-left: .4em solid transparent;
|
127
|
+
border-bottom: none;
|
150
128
|
}
|
151
129
|
|
130
|
+
&.dropdown-menu-right {
|
152
131
|
|
132
|
+
&:after,
|
133
|
+
&:before {
|
134
|
+
right: 10px;
|
135
|
+
left: auto;
|
136
|
+
}
|
137
|
+
}
|
138
|
+
}
|
153
139
|
|
154
|
-
|
155
|
-
|
156
|
-
|
140
|
+
// &:before {
|
141
|
+
// display: inline-block;
|
142
|
+
// position: absolute;
|
143
|
+
// width: 0;
|
144
|
+
// height: 0;
|
145
|
+
// vertical-align: middle;
|
146
|
+
// content: "";
|
147
|
+
// top: -5px;
|
148
|
+
// left: 10px;
|
149
|
+
// right: auto;
|
150
|
+
// color: $white;
|
151
|
+
// border-bottom: .4em solid;
|
152
|
+
// border-right: .4em solid transparent;
|
153
|
+
// border-left: .4em solid transparent;
|
154
|
+
// }
|
155
|
+
|
156
|
+
&.dropdown-menu-right {
|
157
|
+
right: 0 !important;
|
158
|
+
left: auto !important;
|
159
|
+
}
|
160
|
+
|
161
|
+
.dropdown-item,
|
162
|
+
.bootstrap-select &.inner li a {
|
163
|
+
font-size: $font-size-sm;
|
164
|
+
padding-top: .6rem;
|
165
|
+
padding-bottom: .6rem;
|
166
|
+
margin-top: 5px;
|
167
|
+
@include transitions($fast-transition-time, $transition-linear);
|
168
|
+
|
169
|
+
&:hover,
|
170
|
+
&:focus {
|
171
|
+
background-color: $opacity-gray-3;
|
157
172
|
}
|
158
173
|
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
padding-top: .6rem;
|
163
|
-
padding-bottom: .6rem;
|
164
|
-
margin-top: 5px;
|
165
|
-
@include transitions($fast-transition-time, $transition-linear);
|
174
|
+
&.disabled,
|
175
|
+
&:disabled {
|
176
|
+
color: $default-opacity;
|
166
177
|
|
167
178
|
&:hover,
|
168
179
|
&:focus {
|
169
|
-
background-color:
|
170
|
-
|
171
|
-
|
172
|
-
&.disabled,
|
173
|
-
&:disabled {
|
174
|
-
color: $default-opacity;
|
175
|
-
|
176
|
-
&:hover,
|
177
|
-
&:focus {
|
178
|
-
background-color: transparent;
|
179
|
-
box-shadow: none;
|
180
|
-
}
|
180
|
+
background-color: transparent;
|
181
|
+
box-shadow: none;
|
181
182
|
}
|
182
183
|
}
|
184
|
+
}
|
183
185
|
|
186
|
+
.dropdown-divider {
|
187
|
+
background-color: $opacity-gray-5;
|
188
|
+
}
|
184
189
|
|
185
|
-
|
186
|
-
|
187
|
-
|
190
|
+
.dropdown-header:not([href]):not([tabindex]) {
|
191
|
+
color: $default-opacity;
|
192
|
+
font-size: $font-size-xs;
|
193
|
+
text-transform: uppercase;
|
194
|
+
font-weight: $font-weight-bold;
|
195
|
+
}
|
188
196
|
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
text-transform: uppercase;
|
193
|
-
font-weight: $font-weight-bold;
|
194
|
-
}
|
197
|
+
&.dropdown-primary {
|
198
|
+
@include dropdown-colors(darken($primary, 3%), $opacity-8, $white, $opacity-2);
|
199
|
+
}
|
195
200
|
|
196
|
-
|
197
|
-
|
198
|
-
|
201
|
+
&.dropdown-info {
|
202
|
+
@include dropdown-colors(darken($info, 3%), $opacity-8, $white, $opacity-2);
|
203
|
+
}
|
199
204
|
|
200
|
-
|
201
|
-
|
202
|
-
|
205
|
+
&.dropdown-danger {
|
206
|
+
@include dropdown-colors(darken($danger, 3%), $opacity-8, $white, $opacity-2);
|
207
|
+
}
|
203
208
|
|
204
|
-
|
205
|
-
|
206
|
-
|
209
|
+
&.dropdown-success {
|
210
|
+
@include dropdown-colors(darken($success, 3%), $opacity-8, $white, $opacity-2);
|
211
|
+
}
|
207
212
|
|
208
|
-
|
209
|
-
|
210
|
-
|
213
|
+
&.dropdown-warning {
|
214
|
+
@include dropdown-colors(darken($warning, 3%), $opacity-8, $white, $opacity-2);
|
215
|
+
}
|
211
216
|
|
212
|
-
|
213
|
-
|
214
|
-
|
217
|
+
.dropdown &,
|
218
|
+
.dropup:not(.bootstrap-select) &,
|
219
|
+
.bootstrap-select &:not(.inner),
|
220
|
+
&.bootstrap-datetimepicker-widget.bottom {
|
221
|
+
@include transform-translate-y-dropdown(-20px);
|
222
|
+
visibility: hidden;
|
223
|
+
display: block;
|
224
|
+
@include opacity(0);
|
225
|
+
top: 100% !important;
|
226
|
+
}
|
215
227
|
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
display: block;
|
223
|
-
@include opacity(0);
|
224
|
-
top: 100% !important;
|
225
|
-
}
|
228
|
+
&.bootstrap-datetimepicker-widget.top {
|
229
|
+
@include transform-translate-y-dropdown(-20px);
|
230
|
+
visibility: hidden;
|
231
|
+
display: block;
|
232
|
+
@include opacity(0);
|
233
|
+
}
|
226
234
|
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
@include opacity(0);
|
232
|
-
}
|
235
|
+
&.bootstrap-datetimepicker-widget.top,
|
236
|
+
&.bootstrap-datetimepicker-widget.bottom {
|
237
|
+
@include transform-translate-y-dropdown(-20px);
|
238
|
+
}
|
233
239
|
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
}
|
240
|
+
.bootstrap-select.dropup &:not(.inner) {
|
241
|
+
@include transform-translate-y-dropdown(25px);
|
242
|
+
}
|
238
243
|
|
239
|
-
|
240
|
-
|
241
|
-
|
244
|
+
.dropup:not(.bootstrap-select) & {
|
245
|
+
@include transform-translate-y-dropdown(20px);
|
246
|
+
top: auto !important;
|
247
|
+
bottom: 100%;
|
248
|
+
}
|
242
249
|
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
250
|
+
.dropdown.show &,
|
251
|
+
.bootstrap-select.show &:not(.inner),
|
252
|
+
&.bootstrap-datetimepicker-widget.top.open,
|
253
|
+
&.bootstrap-datetimepicker-widget.bottom.open,
|
254
|
+
.dropup.show:not(.bootstrap-select) &,
|
255
|
+
.navbar .dropdown.show & {
|
256
|
+
@include opacity(1);
|
257
|
+
visibility: visible;
|
258
|
+
@include transform-translate-y-dropdown(1px);
|
259
|
+
}
|
248
260
|
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
.dropup.show:not(.bootstrap-select) &,
|
254
|
-
.navbar .dropdown.show &{
|
255
|
-
@include opacity(1);
|
256
|
-
visibility: visible;
|
257
|
-
@include transform-translate-y-dropdown(1px);
|
258
|
-
}
|
261
|
+
&.bootstrap-datetimepicker-widget.top.open,
|
262
|
+
&.bootstrap-datetimepicker-widget.bottom.open {
|
263
|
+
@include transform-translate-y-dropdown(0px);
|
264
|
+
}
|
259
265
|
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
}
|
266
|
+
.dropup.show:not(.bootstrap-select) & {
|
267
|
+
@include transform-translate-y-dropdown(-2px);
|
268
|
+
}
|
264
269
|
|
265
|
-
|
266
|
-
|
267
|
-
}
|
270
|
+
&.dropdown-navbar {
|
271
|
+
left: -80px;
|
268
272
|
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
right: 17px;
|
274
|
-
}
|
273
|
+
&:before,
|
274
|
+
&:after {
|
275
|
+
left: auto;
|
276
|
+
right: 17px;
|
275
277
|
}
|
276
|
-
|
278
|
+
}
|
277
279
|
|
278
280
|
}
|
279
281
|
|
280
|
-
.btn{
|
281
|
-
|
282
|
+
.btn {
|
283
|
+
cursor: pointer;
|
282
284
|
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
&:after{
|
289
|
-
content: "";
|
290
|
-
margin-left: 5px;
|
291
|
-
}
|
285
|
+
&.dropdown-toggle[data-toggle="dropdown"] {
|
286
|
+
padding: 10px;
|
287
|
+
margin: 0;
|
288
|
+
margin-bottom: 5px;
|
292
289
|
|
290
|
+
&:after {
|
291
|
+
content: "";
|
292
|
+
margin-left: 5px;
|
293
293
|
}
|
294
294
|
|
295
|
-
|
296
|
-
display: none;
|
297
|
-
}
|
295
|
+
}
|
298
296
|
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
297
|
+
span.bs-caret {
|
298
|
+
display: none;
|
299
|
+
}
|
300
|
+
|
301
|
+
&.btn-link {
|
302
|
+
&.dropdown-toggle {
|
303
|
+
height: 22px;
|
304
|
+
padding: 0;
|
305
|
+
margin-right: 5px;
|
305
306
|
}
|
307
|
+
}
|
306
308
|
}
|
307
309
|
|
308
|
-
.dropdown-toggle:after{
|
310
|
+
.dropdown-toggle:after {
|
309
311
|
|
310
312
|
content: unset;
|
311
313
|
|
312
314
|
}
|
313
315
|
|
314
316
|
.btn:not(:disabled):not(.disabled).active:focus,
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
317
|
+
.btn:not(:disabled):not(.disabled):active:focus,
|
318
|
+
.show>.btn.dropdown-toggle:focus {
|
319
|
+
box-shadow: none;
|
320
|
+
}
|
319
321
|
|
320
322
|
// Dropown: Sizes
|
321
323
|
|
322
324
|
.dropdown-menu-sm {
|
323
|
-
|
324
|
-
|
325
|
+
min-width: 100px;
|
326
|
+
border: $border-radius-lg;
|
325
327
|
}
|
326
328
|
|
327
329
|
.dropdown-menu-lg {
|
328
|
-
|
329
|
-
|
330
|
+
min-width: 260px;
|
331
|
+
border-radius: $border-radius-lg;
|
330
332
|
}
|
331
333
|
|
332
334
|
.dropdown-menu-xl {
|
333
|
-
|
334
|
-
|
335
|
+
min-width: 450px;
|
336
|
+
border-radius: $border-radius-lg;
|
335
337
|
}
|
336
338
|
|
337
|
-
@include media-breakpoint-down(md){
|
338
|
-
.button-dropdown{
|
339
|
-
|
339
|
+
@include media-breakpoint-down(md) {
|
340
|
+
.button-dropdown {
|
341
|
+
display: none;
|
340
342
|
}
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
343
|
+
|
344
|
+
.dropdown-toggle:after {
|
345
|
+
display: inline-block;
|
346
|
+
width: 0;
|
347
|
+
height: 0;
|
348
|
+
margin-left: .255em;
|
349
|
+
vertical-align: .255em;
|
350
|
+
content: "";
|
351
|
+
border-top: .3em solid;
|
352
|
+
border-right: .3em solid transparent;
|
353
|
+
border-bottom: 0;
|
354
|
+
border-left: .3em solid transparent;
|
352
355
|
|
353
356
|
}
|
354
357
|
}
|
355
358
|
|
356
|
-
|
357
|
-
|
358
|
-
.dropdown-menu .dropdown-item{
|
359
|
+
@include media-breakpoint-up(lg) {
|
360
|
+
.dropdown-menu .dropdown-item {
|
359
361
|
color: $dark-gray;
|
360
362
|
}
|
361
|
-
}
|
363
|
+
}
|