viniBaxter-desk_front 22.0.0 → 24.0.0
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 +1 -1
- data/lib/viniBaxter/sass/desk_front.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_index.scss +1 -1
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_new_nav.scss +9 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_variables.scss +693 -681
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_dropdown.scss +372 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_fixed-plugin.scss +335 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_misc.scss +226 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_navbar.scss +480 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_sidebar-and-main-panel.scss +919 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_white-content.scss +43 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_alert.scss +51 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_badge.scss +54 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_breadcrumb.scss +44 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_button-group.scss +163 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_buttons.scss +184 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_card.scss +286 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_carousel.scss +197 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_close.scss +40 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_code.scss +48 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_custom-forms.scss +523 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_dropdown.scss +192 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_forms.scss +364 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_grid.scss +72 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_images.scss +42 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_input-group.scss +192 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_jumbotron.scss +17 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_list-group.scss +153 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_media.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_mixins.scss +47 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_modal.scss +240 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_nav.scss +123 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_navbar.scss +318 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_pagination.scss +74 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_popover.scss +170 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_print.scss +141 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_progress.scss +47 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_reboot.scss +497 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_root.scss +20 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_spinners.scss +56 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_tables.scss +183 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_toasts.scss +46 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_tooltip.scss +115 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_transitions.scss +20 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_type.scss +149 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_utilities.scss +18 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/bootstrap-grid.scss +29 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/bootstrap-reboot.scss +12 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/bootstrap.scss +43 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_alert.scss +13 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_background-variant.scss +23 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_badge.scss +17 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_border-radius.scss +76 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_box-shadow.scss +20 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_breakpoints.scss +123 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_buttons.scss +153 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_caret.scss +62 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_clearfix.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_deprecate.scss +10 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_float.scss +14 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_forms.scss +178 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_gradients.scss +45 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_grid-framework.scss +80 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_grid.scss +72 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_hover.scss +37 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_image.scss +36 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_list-group.scss +21 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_lists.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_nav-divider.scss +11 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_pagination.scss +22 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_reset-text.scss +17 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_resize.scss +6 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_screen-reader.scss +34 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_size.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_table-row.scss +39 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_text-emphasis.scss +17 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_text-hide.scss +11 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_text-truncate.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_transition.scss +26 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_visibility.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_align.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_background.scss +19 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_borders.scss +75 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_clearfix.scss +3 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_display.scss +26 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_embed.scss +39 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_flex.scss +51 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_float.scss +11 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_interactions.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_overflow.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_position.scss +34 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_screenreaders.scss +11 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_shadows.scss +6 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_sizing.scss +20 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_spacing.scss +73 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_stretched-link.scss +19 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_text.scss +72 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_visibility.scss +13 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/vendor/_rfs.scss +204 -0
- data/lib/viniBaxter/sass/desk_front/dashkit/_dashkit.scss +2 -2
- data/lib/viniBaxter/sass/desk_front/dashkit/_list-group.scss +3 -7
- data/lib/viniBaxter/sass/desk_front/dashkit/_nav.scss +16 -15
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_theme.scss +0 -52
- data/lib/viniBaxter/sass/desk_front/theme.scss +0 -10
- metadata +98 -45
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_alert.scss +0 -18
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_aos.scss +0 -32
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_avatar.scss +0 -192
- 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 +0 -115
- 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 +0 -11
- 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 +0 -15
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_custom-forms.scss +0 -65
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_device.scss +0 -110
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_dropdown.scss +0 -106
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_fancybox.scss +0 -14
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_feather.scss +0 -1093
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_flickity.scss +0 -112
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_footer.scss +0 -10
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_forms.scss +0 -92
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_grid.scss +0 -9
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_highlight.scss +0 -8
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_icon.scss +0 -56
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_images.scss +0 -32
- 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 +0 -22
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_list.scss +0 -27
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_media.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_modal.scss +0 -21
- 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 +0 -377
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_pagination.scss +0 -34
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_popover.scss +0 -15
- 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 +0 -17
- 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 +0 -9
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_section.scss +0 -19
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_sidenav.scss +0 -28
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_tables.scss +0 -23
- 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 +0 -169
@@ -0,0 +1,372 @@
|
|
1
|
+
.dropdown-menu {
|
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
|
+
|
7
|
+
&.dropdown-menu-right {
|
8
|
+
&:before,
|
9
|
+
&:after {
|
10
|
+
left: auto;
|
11
|
+
right: 10px;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
|
15
|
+
&.dropdown-black {
|
16
|
+
background: linear-gradient(to bottom, $black 0%, $black-states 100%);
|
17
|
+
border: 1px solid $default;
|
18
|
+
.dropdown-item {
|
19
|
+
color: rgba(255, 255, 255, 0.7);
|
20
|
+
}
|
21
|
+
|
22
|
+
.dropdown-divider {
|
23
|
+
border-color: $default;
|
24
|
+
}
|
25
|
+
|
26
|
+
&:before {
|
27
|
+
color: $black;
|
28
|
+
z-index: 2;
|
29
|
+
}
|
30
|
+
|
31
|
+
&:after {
|
32
|
+
display: inline-block;
|
33
|
+
position: absolute;
|
34
|
+
width: 0;
|
35
|
+
height: 0;
|
36
|
+
z-index: 1;
|
37
|
+
vertical-align: middle;
|
38
|
+
content: '';
|
39
|
+
top: -6px;
|
40
|
+
left: 10px;
|
41
|
+
right: auto;
|
42
|
+
color: $default;
|
43
|
+
border-bottom: 0.4em solid;
|
44
|
+
border-right: 0.4em solid transparent;
|
45
|
+
border-left: 0.4em solid transparent;
|
46
|
+
}
|
47
|
+
|
48
|
+
&.dropdown-menu-right {
|
49
|
+
&:after {
|
50
|
+
left: auto;
|
51
|
+
right: 10px;
|
52
|
+
}
|
53
|
+
}
|
54
|
+
|
55
|
+
.dropup & {
|
56
|
+
&:after {
|
57
|
+
color: $black-states;
|
58
|
+
z-index: 2;
|
59
|
+
}
|
60
|
+
|
61
|
+
&:before {
|
62
|
+
display: inline-block;
|
63
|
+
position: absolute;
|
64
|
+
width: 0;
|
65
|
+
height: 0;
|
66
|
+
vertical-align: middle;
|
67
|
+
content: '';
|
68
|
+
top: auto;
|
69
|
+
bottom: -6px;
|
70
|
+
right: auto;
|
71
|
+
left: 10px;
|
72
|
+
color: $dark-background;
|
73
|
+
border-top: 0.4em solid;
|
74
|
+
border-right: 0.4em solid transparent;
|
75
|
+
border-left: 0.4em solid transparent;
|
76
|
+
border-bottom: none;
|
77
|
+
z-index: 1;
|
78
|
+
}
|
79
|
+
}
|
80
|
+
}
|
81
|
+
|
82
|
+
i {
|
83
|
+
margin-right: 5px;
|
84
|
+
position: relative;
|
85
|
+
top: 1px;
|
86
|
+
}
|
87
|
+
|
88
|
+
.tim-icons {
|
89
|
+
margin-right: 10px;
|
90
|
+
position: relative;
|
91
|
+
top: 4px;
|
92
|
+
font-size: 18px;
|
93
|
+
margin-top: -5px;
|
94
|
+
opacity: 0.5;
|
95
|
+
}
|
96
|
+
|
97
|
+
.dropdown-item {
|
98
|
+
&.active,
|
99
|
+
&:active {
|
100
|
+
color: inherit;
|
101
|
+
}
|
102
|
+
}
|
103
|
+
|
104
|
+
.dropup & {
|
105
|
+
&:before {
|
106
|
+
display: none;
|
107
|
+
}
|
108
|
+
|
109
|
+
&:after {
|
110
|
+
display: inline-block;
|
111
|
+
position: absolute;
|
112
|
+
width: 0;
|
113
|
+
height: 0;
|
114
|
+
vertical-align: middle;
|
115
|
+
content: '';
|
116
|
+
top: auto;
|
117
|
+
bottom: -5px;
|
118
|
+
right: auto;
|
119
|
+
left: 10px;
|
120
|
+
color: $white;
|
121
|
+
border-top: 0.4em solid;
|
122
|
+
border-right: 0.4em solid transparent;
|
123
|
+
border-left: 0.4em solid transparent;
|
124
|
+
border-bottom: none;
|
125
|
+
}
|
126
|
+
|
127
|
+
&.dropdown-menu-right {
|
128
|
+
&:after,
|
129
|
+
&:before {
|
130
|
+
right: 10px;
|
131
|
+
left: auto;
|
132
|
+
}
|
133
|
+
}
|
134
|
+
}
|
135
|
+
|
136
|
+
&:before {
|
137
|
+
display: inline-block;
|
138
|
+
position: absolute;
|
139
|
+
width: 0;
|
140
|
+
height: 0;
|
141
|
+
vertical-align: middle;
|
142
|
+
content: '';
|
143
|
+
top: -5px;
|
144
|
+
left: 10px;
|
145
|
+
right: auto;
|
146
|
+
color: $white;
|
147
|
+
border-bottom: 0.4em solid;
|
148
|
+
border-right: 0.4em solid transparent;
|
149
|
+
border-left: 0.4em solid transparent;
|
150
|
+
}
|
151
|
+
|
152
|
+
&.dropdown-menu-right {
|
153
|
+
right: 0 !important;
|
154
|
+
left: auto !important;
|
155
|
+
}
|
156
|
+
|
157
|
+
.dropdown-item,
|
158
|
+
.bootstrap-select &.inner li a {
|
159
|
+
font-size: $font-size-sm;
|
160
|
+
padding-top: 0.3rem;
|
161
|
+
padding-bottom: 0.3rem;
|
162
|
+
margin-top: 5px;
|
163
|
+
@include transitions($fast-transition-time, $transition-linear);
|
164
|
+
|
165
|
+
&:hover,
|
166
|
+
&:focus {
|
167
|
+
background-color: $opacity-gray-3;
|
168
|
+
}
|
169
|
+
|
170
|
+
&.disabled,
|
171
|
+
&:disabled {
|
172
|
+
color: $default-opacity;
|
173
|
+
|
174
|
+
&:hover,
|
175
|
+
&:focus {
|
176
|
+
background-color: transparent;
|
177
|
+
box-shadow: none;
|
178
|
+
}
|
179
|
+
}
|
180
|
+
}
|
181
|
+
|
182
|
+
.dropdown-divider {
|
183
|
+
background-color: $opacity-gray-5;
|
184
|
+
}
|
185
|
+
|
186
|
+
.dropdown-header:not([href]):not([tabindex]) {
|
187
|
+
color: $default-opacity;
|
188
|
+
font-size: $font-size-xs;
|
189
|
+
text-transform: uppercase;
|
190
|
+
font-weight: $font-weight-bold;
|
191
|
+
}
|
192
|
+
|
193
|
+
&.dropdown-primary {
|
194
|
+
@include dropdown-colors(
|
195
|
+
darken($primary, 3%),
|
196
|
+
$opacity-8,
|
197
|
+
$white,
|
198
|
+
$opacity-2
|
199
|
+
);
|
200
|
+
}
|
201
|
+
|
202
|
+
&.dropdown-info {
|
203
|
+
@include dropdown-colors(darken($info, 3%), $opacity-8, $white, $opacity-2);
|
204
|
+
}
|
205
|
+
|
206
|
+
&.dropdown-danger {
|
207
|
+
@include dropdown-colors(
|
208
|
+
darken($danger, 3%),
|
209
|
+
$opacity-8,
|
210
|
+
$white,
|
211
|
+
$opacity-2
|
212
|
+
);
|
213
|
+
}
|
214
|
+
|
215
|
+
&.dropdown-success {
|
216
|
+
@include dropdown-colors(
|
217
|
+
darken($success, 3%),
|
218
|
+
$opacity-8,
|
219
|
+
$white,
|
220
|
+
$opacity-2
|
221
|
+
);
|
222
|
+
}
|
223
|
+
|
224
|
+
&.dropdown-warning {
|
225
|
+
@include dropdown-colors(
|
226
|
+
darken($warning, 3%),
|
227
|
+
$opacity-8,
|
228
|
+
$white,
|
229
|
+
$opacity-2
|
230
|
+
);
|
231
|
+
}
|
232
|
+
|
233
|
+
.dropdown &,
|
234
|
+
.dropup:not(.bootstrap-select) &,
|
235
|
+
.bootstrap-select &:not(.inner),
|
236
|
+
&.bootstrap-datetimepicker-widget.bottom {
|
237
|
+
@include transform-translate-y-dropdown(-20px);
|
238
|
+
visibility: hidden;
|
239
|
+
display: block;
|
240
|
+
@include opacity(0);
|
241
|
+
top: 100% !important;
|
242
|
+
}
|
243
|
+
|
244
|
+
&.bootstrap-datetimepicker-widget.top {
|
245
|
+
@include transform-translate-y-dropdown(-20px);
|
246
|
+
visibility: hidden;
|
247
|
+
display: block;
|
248
|
+
@include opacity(0);
|
249
|
+
}
|
250
|
+
|
251
|
+
&.bootstrap-datetimepicker-widget.top,
|
252
|
+
&.bootstrap-datetimepicker-widget.bottom {
|
253
|
+
@include transform-translate-y-dropdown(-20px);
|
254
|
+
}
|
255
|
+
|
256
|
+
.bootstrap-select.dropup &:not(.inner) {
|
257
|
+
@include transform-translate-y-dropdown(25px);
|
258
|
+
}
|
259
|
+
|
260
|
+
.dropup:not(.bootstrap-select) & {
|
261
|
+
@include transform-translate-y-dropdown(20px);
|
262
|
+
top: auto !important;
|
263
|
+
bottom: 100%;
|
264
|
+
}
|
265
|
+
|
266
|
+
.dropdown.show &,
|
267
|
+
.bootstrap-select.show &:not(.inner),
|
268
|
+
&.bootstrap-datetimepicker-widget.top.open,
|
269
|
+
&.bootstrap-datetimepicker-widget.bottom.open,
|
270
|
+
.dropup.show:not(.bootstrap-select) &,
|
271
|
+
.navbar .dropdown.show & {
|
272
|
+
@include opacity(1);
|
273
|
+
visibility: visible;
|
274
|
+
@include transform-translate-y-dropdown(1px);
|
275
|
+
}
|
276
|
+
|
277
|
+
&.bootstrap-datetimepicker-widget.top.open,
|
278
|
+
&.bootstrap-datetimepicker-widget.bottom.open {
|
279
|
+
@include transform-translate-y-dropdown(0px);
|
280
|
+
}
|
281
|
+
|
282
|
+
.dropup.show:not(.bootstrap-select) & {
|
283
|
+
@include transform-translate-y-dropdown(-2px);
|
284
|
+
}
|
285
|
+
|
286
|
+
&.dropdown-navbar {
|
287
|
+
left: -80px;
|
288
|
+
&:before,
|
289
|
+
&:after {
|
290
|
+
left: auto;
|
291
|
+
right: 17px;
|
292
|
+
}
|
293
|
+
}
|
294
|
+
}
|
295
|
+
|
296
|
+
.btn {
|
297
|
+
cursor: pointer;
|
298
|
+
|
299
|
+
&.dropdown-toggle[data-toggle='dropdown'] {
|
300
|
+
padding: 10px;
|
301
|
+
margin: 0;
|
302
|
+
margin-bottom: 5px;
|
303
|
+
|
304
|
+
&:after {
|
305
|
+
content: '';
|
306
|
+
margin-left: 5px;
|
307
|
+
}
|
308
|
+
}
|
309
|
+
|
310
|
+
span.bs-caret {
|
311
|
+
display: none;
|
312
|
+
}
|
313
|
+
|
314
|
+
&.btn-link {
|
315
|
+
&.dropdown-toggle {
|
316
|
+
height: 22px;
|
317
|
+
padding: 0;
|
318
|
+
margin-right: 5px;
|
319
|
+
}
|
320
|
+
}
|
321
|
+
}
|
322
|
+
|
323
|
+
.dropdown-toggle:after {
|
324
|
+
content: unset;
|
325
|
+
}
|
326
|
+
|
327
|
+
.btn:not(:disabled):not(.disabled).active:focus,
|
328
|
+
.btn:not(:disabled):not(.disabled):active:focus,
|
329
|
+
.show > .btn.dropdown-toggle:focus {
|
330
|
+
box-shadow: none;
|
331
|
+
}
|
332
|
+
|
333
|
+
// Dropown: Sizes
|
334
|
+
|
335
|
+
.dropdown-menu-sm {
|
336
|
+
min-width: 100px;
|
337
|
+
border: $border-radius-lg;
|
338
|
+
}
|
339
|
+
|
340
|
+
.dropdown-menu-lg {
|
341
|
+
min-width: 260px;
|
342
|
+
border-radius: $border-radius-lg;
|
343
|
+
}
|
344
|
+
|
345
|
+
.dropdown-menu-xl {
|
346
|
+
min-width: 450px;
|
347
|
+
border-radius: $border-radius-lg;
|
348
|
+
}
|
349
|
+
|
350
|
+
@include media-breakpoint-down(md) {
|
351
|
+
.button-dropdown {
|
352
|
+
display: none;
|
353
|
+
}
|
354
|
+
.dropdown-toggle:after {
|
355
|
+
display: inline-block;
|
356
|
+
width: 0;
|
357
|
+
height: 0;
|
358
|
+
margin-left: 0.255em;
|
359
|
+
vertical-align: 0.255em;
|
360
|
+
content: '';
|
361
|
+
border-top: 0.3em solid;
|
362
|
+
border-right: 0.3em solid transparent;
|
363
|
+
border-bottom: 0;
|
364
|
+
border-left: 0.3em solid transparent;
|
365
|
+
}
|
366
|
+
}
|
367
|
+
|
368
|
+
@include media-breakpoint-up(lg) {
|
369
|
+
.dropdown-menu .dropdown-item {
|
370
|
+
color: $dark-gray;
|
371
|
+
}
|
372
|
+
}
|
@@ -0,0 +1,335 @@
|
|
1
|
+
.fixed-plugin{
|
2
|
+
position: fixed;
|
3
|
+
right: 0;
|
4
|
+
width: 64px;
|
5
|
+
background: rgba(0,0,0,.3);
|
6
|
+
z-index: 1031;
|
7
|
+
border-radius: 8px 0 0 8px;
|
8
|
+
text-align: center;
|
9
|
+
top: 130px;
|
10
|
+
|
11
|
+
li > a,
|
12
|
+
.badge{
|
13
|
+
transition: all .34s;
|
14
|
+
-webkit-transition: all .34s;
|
15
|
+
-moz-transition: all .34s;
|
16
|
+
}
|
17
|
+
|
18
|
+
.fa-cog{
|
19
|
+
color: $white;
|
20
|
+
padding: 10px;
|
21
|
+
border-radius: 0 0 6px 6px;
|
22
|
+
width: auto;
|
23
|
+
}
|
24
|
+
|
25
|
+
.dropdown-menu{
|
26
|
+
right: 80px;
|
27
|
+
left: auto !important;
|
28
|
+
top: -52px !important;
|
29
|
+
width: 290px;
|
30
|
+
border-radius: 0.1875rem;
|
31
|
+
padding: 0 10px;
|
32
|
+
background: linear-gradient($black, $black-states);
|
33
|
+
}
|
34
|
+
|
35
|
+
.dropdown .dropdown-menu .tim-icons{
|
36
|
+
top: 5px;
|
37
|
+
}
|
38
|
+
|
39
|
+
.dropdown-menu:after,
|
40
|
+
.dropdown-menu:before{
|
41
|
+
right: 10px;
|
42
|
+
margin-left: auto;
|
43
|
+
left: auto;
|
44
|
+
}
|
45
|
+
|
46
|
+
.fa-circle-thin{
|
47
|
+
color: $white;
|
48
|
+
}
|
49
|
+
|
50
|
+
.active .fa-circle-thin{
|
51
|
+
color: $active-blue;
|
52
|
+
}
|
53
|
+
|
54
|
+
.dropdown-menu > .active > a,
|
55
|
+
.dropdown-menu > .active > a:hover,
|
56
|
+
.dropdown-menu > .active > a:focus{
|
57
|
+
color: $active-gray;
|
58
|
+
text-align: center;
|
59
|
+
}
|
60
|
+
|
61
|
+
img{
|
62
|
+
border-radius: 0;
|
63
|
+
width: 100%;
|
64
|
+
height: 100px;
|
65
|
+
margin: 0 auto;
|
66
|
+
}
|
67
|
+
|
68
|
+
.dropdown-menu li > a:hover,
|
69
|
+
.dropdown-menu li > a:focus{
|
70
|
+
box-shadow: none;
|
71
|
+
}
|
72
|
+
|
73
|
+
.badge{
|
74
|
+
border: 2px solid $white;
|
75
|
+
border-radius: 50%;
|
76
|
+
cursor: pointer;
|
77
|
+
display: inline-block;
|
78
|
+
height: 23px;
|
79
|
+
margin-right: 5px;
|
80
|
+
position: relative;
|
81
|
+
width: 23px;
|
82
|
+
}
|
83
|
+
|
84
|
+
.badge.active,
|
85
|
+
.badge:hover{
|
86
|
+
border-color: $black-states;
|
87
|
+
}
|
88
|
+
|
89
|
+
.light-badge, .dark-badge{
|
90
|
+
margin:0;
|
91
|
+
border: 1px solid $info;
|
92
|
+
&:hover{
|
93
|
+
border: 1px solid $info;
|
94
|
+
}
|
95
|
+
}
|
96
|
+
|
97
|
+
.light-badge{
|
98
|
+
background: $white;
|
99
|
+
&:hover{
|
100
|
+
background: $white;
|
101
|
+
}
|
102
|
+
}
|
103
|
+
|
104
|
+
.dark-badge{
|
105
|
+
background: $black;
|
106
|
+
&:hover{
|
107
|
+
background: $black;
|
108
|
+
}
|
109
|
+
}
|
110
|
+
|
111
|
+
h5{
|
112
|
+
margin: 10px;
|
113
|
+
}
|
114
|
+
|
115
|
+
.dropdown-menu li{
|
116
|
+
display: block;
|
117
|
+
padding: 18px 2px;
|
118
|
+
width: 25%;
|
119
|
+
float: left;
|
120
|
+
}
|
121
|
+
|
122
|
+
li.adjustments-line,
|
123
|
+
li.header-title,
|
124
|
+
li.button-container{
|
125
|
+
width: 100%;
|
126
|
+
height: 50px;
|
127
|
+
min-height: inherit;
|
128
|
+
}
|
129
|
+
|
130
|
+
li.button-container{
|
131
|
+
height: auto;
|
132
|
+
|
133
|
+
div{
|
134
|
+
margin-bottom: 5px;
|
135
|
+
}
|
136
|
+
}
|
137
|
+
|
138
|
+
#sharrreTitle{
|
139
|
+
text-align: center;
|
140
|
+
padding: 10px 0;
|
141
|
+
height: 50px;
|
142
|
+
}
|
143
|
+
|
144
|
+
li.header-title{
|
145
|
+
color: $white;
|
146
|
+
height: 30px;
|
147
|
+
line-height: 25px;
|
148
|
+
font-size: 12px;
|
149
|
+
font-weight: 600;
|
150
|
+
text-align: center;
|
151
|
+
text-transform: uppercase;
|
152
|
+
}
|
153
|
+
|
154
|
+
.adjustments-line{
|
155
|
+
|
156
|
+
a{
|
157
|
+
color: transparent;
|
158
|
+
|
159
|
+
.badge-colors{
|
160
|
+
position: relative;
|
161
|
+
top: -2px;
|
162
|
+
}
|
163
|
+
|
164
|
+
a:hover,
|
165
|
+
a:focus{
|
166
|
+
color: transparent;
|
167
|
+
}
|
168
|
+
}
|
169
|
+
|
170
|
+
.togglebutton{
|
171
|
+
text-align: center;
|
172
|
+
|
173
|
+
.label-switch{
|
174
|
+
position: relative;
|
175
|
+
left: -10px;
|
176
|
+
font-size: $font-size-xs;
|
177
|
+
color: $white;
|
178
|
+
|
179
|
+
&.label-right{
|
180
|
+
left: 10px;
|
181
|
+
}
|
182
|
+
}
|
183
|
+
|
184
|
+
.toggle{
|
185
|
+
margin-right: 0;
|
186
|
+
}
|
187
|
+
}
|
188
|
+
|
189
|
+
.color-label{
|
190
|
+
position: relative;
|
191
|
+
top: -7px;
|
192
|
+
font-size: $font-size-xs;
|
193
|
+
color: $white;
|
194
|
+
}
|
195
|
+
|
196
|
+
.dropdown-menu > li.adjustments-line > a{
|
197
|
+
padding-right: 0;
|
198
|
+
padding-left: 0;
|
199
|
+
border-bottom: 1px solid #ddd;
|
200
|
+
border-radius: 0;
|
201
|
+
margin: 0;
|
202
|
+
}
|
203
|
+
}
|
204
|
+
|
205
|
+
|
206
|
+
|
207
|
+
.dropdown-menu{
|
208
|
+
> li{
|
209
|
+
& > a.img-holder{
|
210
|
+
font-size: $font-paragraph;
|
211
|
+
text-align: center;
|
212
|
+
border-radius: 10px;
|
213
|
+
background-color: $white;
|
214
|
+
border: 3px solid $white;
|
215
|
+
padding-left: 0;
|
216
|
+
padding-right: 0;
|
217
|
+
opacity: 1;
|
218
|
+
cursor: pointer;
|
219
|
+
display: block;
|
220
|
+
max-height: 100px;
|
221
|
+
overflow: hidden;
|
222
|
+
padding: 0;
|
223
|
+
|
224
|
+
img{
|
225
|
+
margin-top: auto;
|
226
|
+
}
|
227
|
+
}
|
228
|
+
|
229
|
+
a.switch-trigger:hover,
|
230
|
+
& > a.switch-trigger:focus{
|
231
|
+
background-color: transparent;
|
232
|
+
}
|
233
|
+
|
234
|
+
&:hover,
|
235
|
+
&:focus{
|
236
|
+
> a.img-holder{
|
237
|
+
border-color: rgba(0, 187, 255, 0.53);;
|
238
|
+
}
|
239
|
+
}
|
240
|
+
}
|
241
|
+
|
242
|
+
> .active > a.img-holder,
|
243
|
+
> .active > a.img-holder{
|
244
|
+
border-color: $active-blue;
|
245
|
+
background-color: $white;
|
246
|
+
}
|
247
|
+
|
248
|
+
}
|
249
|
+
|
250
|
+
.btn-social{
|
251
|
+
width: 50%;
|
252
|
+
display: block;
|
253
|
+
width: 48%;
|
254
|
+
float: left;
|
255
|
+
font-weight: 600;
|
256
|
+
}
|
257
|
+
|
258
|
+
.btn-social{
|
259
|
+
i{
|
260
|
+
margin-right: 5px;
|
261
|
+
}
|
262
|
+
|
263
|
+
&:first-child{
|
264
|
+
margin-right: 2%;
|
265
|
+
}
|
266
|
+
}
|
267
|
+
|
268
|
+
.dropdown{
|
269
|
+
.dropdown-menu{
|
270
|
+
-webkit-transform: translateY(-15%);
|
271
|
+
-moz-transform: translateY(-15%);
|
272
|
+
-o-transform: translateY(-15%);
|
273
|
+
-ms-transform: translateY(-15%);
|
274
|
+
transform: translateY(-15%);
|
275
|
+
top: 27px;
|
276
|
+
opacity: 0;
|
277
|
+
|
278
|
+
transform-origin: 0 0;
|
279
|
+
|
280
|
+
&:before{
|
281
|
+
border-bottom: .4em solid rgba(0, 0, 0, 0);
|
282
|
+
border-left: .4em solid rgba(0,0,0,0.2);
|
283
|
+
border-top: .4em solid rgba(0,0,0,0);
|
284
|
+
right: -16px;
|
285
|
+
top: 46px;
|
286
|
+
}
|
287
|
+
|
288
|
+
&:after{
|
289
|
+
border-bottom: .4em solid rgba(0, 0, 0, 0);
|
290
|
+
border-left: .4em solid $black;
|
291
|
+
border-top: .4em solid rgba(0,0,0,0);
|
292
|
+
right: -16px;
|
293
|
+
}
|
294
|
+
|
295
|
+
&:before,
|
296
|
+
&:after{
|
297
|
+
content: "";
|
298
|
+
display: inline-block;
|
299
|
+
position: absolute;
|
300
|
+
top: 74px;
|
301
|
+
width: 16px;
|
302
|
+
transform: translateY(-50%);
|
303
|
+
-webkit-transform: translateY(-50%);
|
304
|
+
-moz-transform: translateY(-50%);
|
305
|
+
}
|
306
|
+
}
|
307
|
+
|
308
|
+
&.show .dropdown-menu{
|
309
|
+
opacity: 1;
|
310
|
+
|
311
|
+
-webkit-transform: translateY(-13%);
|
312
|
+
-moz-transform: translateY(-13%);
|
313
|
+
-o-transform: translateY(-13%);
|
314
|
+
-ms-transform: translateY(-13%);
|
315
|
+
transform: translateY(-13%);
|
316
|
+
|
317
|
+
transform-origin: 0 0;
|
318
|
+
}
|
319
|
+
}
|
320
|
+
|
321
|
+
.bootstrap-switch{
|
322
|
+
margin:0;
|
323
|
+
}
|
324
|
+
}
|
325
|
+
|
326
|
+
@include media-breakpoint-down(xs){
|
327
|
+
.fixed-plugin {
|
328
|
+
top: 100px;
|
329
|
+
}
|
330
|
+
|
331
|
+
.fixed-plugin .dropdown-menu {
|
332
|
+
width: 225px;
|
333
|
+
top: -65px !important;
|
334
|
+
}
|
335
|
+
}
|