viniBaxter-desk_front 0.3.1 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/images/desk_front/icon-status.svg +9 -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/.DS_Store +0 -0
- data/lib/viniBaxter/sass/desk_front.scss +10 -4
- data/lib/viniBaxter/sass/desk_front/.DS_Store +0 -0
- data/lib/viniBaxter/sass/desk_front/administrate/base/_tables.scss +3 -1
- data/lib/viniBaxter/sass/desk_front/administrate/index.scss +6 -6
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_functions.scss +23 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_index.scss +85 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_mixins.scss +15 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-animation-on-hover.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-chart.scss +84 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-collapse.scss +51 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-contributions.scss +55 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-lock.scss +18 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-map.scss +3 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-plain.scss +16 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-pricing.scss +190 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-profile.scss +49 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-register.scss +79 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-stats-mini.scss +53 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-stats.scss +80 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-subcategories.scss +3 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-task.scss +31 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-testimonials.scss +46 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-user.scss +77 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-wizard.scss +21 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss +89 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_avatars.scss +53 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_badge.scss +25 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_buttons.scss +281 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_card.scss +228 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_checkboxes-radio.scss +154 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_close.scss +29 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_custom-forms.scss +186 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_dropdown.scss +361 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_example-pages.scss +319 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_fixed-plugin.scss +335 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_footer.scss +109 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_forms.scss +146 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_functions.scss +23 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_global.scss +172 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_grid.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_icons.scss +92 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_images.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_info-areas.scss +170 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_input-group.scss +342 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_misc.scss +215 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_mixins.scss +15 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_modal.scss +257 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_nav.scss +85 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_navbar.scss +480 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_pagination.scss +141 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_pills.scss +169 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_popover.scss +14 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_progress.scss +103 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_reboot.scss +18 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_rtl.scss +268 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_sidebar-and-main-panel.scss +912 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_tables.scss +248 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_tabs.scss +110 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_timeline.scss +251 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_type.scss +166 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_utilities.scss +9 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_variables.scss +997 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_white-content.scss +491 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-animation-on-hover.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-chart.scss +84 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-collapse.scss +51 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-contributions.scss +55 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-lock.scss +18 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-map.scss +3 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-plain.scss +16 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-pricing.scss +190 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-profile.scss +49 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-register.scss +79 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-stats-mini.scss +53 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-stats.scss +80 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-subcategories.scss +3 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-task.scss +31 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-testimonials.scss +46 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-user.scss +77 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-wizard.scss +21 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_alert.scss +14 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_background-variant.scss +18 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_badges.scss +15 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_buttons.scss +343 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_dropdown.scss +26 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_forms.scss +127 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_icon.scss +4 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_inputs.scss +234 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_modals.scss +15 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_page-header.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_popovers.scss +41 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_vendor-prefixes.scss +202 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_wizard.scss +26 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/opacity.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/utilities/_backgrounds.scss +42 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/utilities/_floating.scss +54 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/utilities/_helper.scss +62 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/utilities/_position.scss +19 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/utilities/_shadows.scss +10 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/utilities/_sizing.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/utilities/_spacing.scss +105 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/utilities/_text.scss +40 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/utilities/_transform.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-animate-bootstrap-notify.scss +227 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-bootstrap-select.scss +358 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-bootstrap-switch.scss +316 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-card-wizard.scss +315 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-datatables.net.scss +135 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-datetimepicker.scss +527 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-fullcalendar.scss +1528 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-jasny-fileupload.scss +116 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-jquery.jvectormap.scss +136 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-nouislider.scss +373 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-perfect-scrollbar.scss +116 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-sweetalert2.scss +711 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-tagsinput.scss +79 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_alert.scss +14 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_background-variant.scss +18 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_badges.scss +15 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_buttons.scss +343 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_dropdown.scss +26 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_forms.scss +127 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_icon.scss +4 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_inputs.scss +234 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_modals.scss +15 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_page-header.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_popovers.scss +41 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_vendor-prefixes.scss +202 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_wizard.scss +26 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/opacity.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/dashkit/_avatar.scss +1 -1
- data/lib/viniBaxter/sass/desk_front/dashkit/_card.scss +2 -2
- data/lib/viniBaxter/sass/desk_front/dashkit/_icon.scss +2 -2
- data/lib/viniBaxter/sass/desk_front/dashkit/_list-group.scss +4 -3
- data/lib/viniBaxter/sass/desk_front/dashkit/_navbar.scss +4 -4
- data/viniBaxter-desk_front.gemspec +1 -1
- metadata +132 -18
- data/Gemfile.lock +0 -35
@@ -0,0 +1,358 @@
|
|
1
|
+
/*!
|
2
|
+
* Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
|
3
|
+
*
|
4
|
+
* Copyright 2013-2017 bootstrap-select
|
5
|
+
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
6
|
+
*/
|
7
|
+
|
8
|
+
select.bs-select-hidden,
|
9
|
+
select.selectpicker {
|
10
|
+
display: none !important;
|
11
|
+
}
|
12
|
+
|
13
|
+
.bootstrap-select.show>.dropdown-toggle{
|
14
|
+
border-color: $primary !important;
|
15
|
+
}
|
16
|
+
.bootstrap-select button.dropdown-toggle{
|
17
|
+
background: $transparent-bg !important;
|
18
|
+
background-image: none !important;
|
19
|
+
border: 1px solid lighten($black, 5%);
|
20
|
+
&:hover,&:active,&:hover:active{
|
21
|
+
background: $transparent-bg !important;
|
22
|
+
box-shadow: none !important;
|
23
|
+
transform: none !important;
|
24
|
+
|
25
|
+
}
|
26
|
+
&:focus,&:active{
|
27
|
+
border-color: $primary !important;
|
28
|
+
}
|
29
|
+
}
|
30
|
+
|
31
|
+
.bootstrap-select {
|
32
|
+
min-width: 100%;
|
33
|
+
}
|
34
|
+
.bootstrap-select > .dropdown-toggle {
|
35
|
+
width: 100%;
|
36
|
+
padding-right: 25px;
|
37
|
+
z-index: 1;
|
38
|
+
margin: 0;
|
39
|
+
|
40
|
+
&:after{
|
41
|
+
margin-left: -10px !important;
|
42
|
+
}
|
43
|
+
}
|
44
|
+
|
45
|
+
.bootstrap-select > select {
|
46
|
+
position: absolute !important;
|
47
|
+
bottom: 0;
|
48
|
+
left: 50%;
|
49
|
+
display: block !important;
|
50
|
+
width: 0.5px !important;
|
51
|
+
height: 100% !important;
|
52
|
+
padding: 0 !important;
|
53
|
+
opacity: 0 !important;
|
54
|
+
border: none;
|
55
|
+
}
|
56
|
+
.bootstrap-select > select.mobile-device {
|
57
|
+
top: 0;
|
58
|
+
left: 0;
|
59
|
+
display: block !important;
|
60
|
+
width: 100% !important;
|
61
|
+
z-index: 2;
|
62
|
+
}
|
63
|
+
.has-error .bootstrap-select .dropdown-toggle,
|
64
|
+
.error .bootstrap-select .dropdown-toggle {
|
65
|
+
border-color: #b94a48;
|
66
|
+
}
|
67
|
+
.bootstrap-select.fit-width {
|
68
|
+
width: auto !important;
|
69
|
+
}
|
70
|
+
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
|
71
|
+
width: 100%;
|
72
|
+
}
|
73
|
+
|
74
|
+
.bootstrap-select.form-control {
|
75
|
+
margin-bottom: 0;
|
76
|
+
padding: 0;
|
77
|
+
border: none;
|
78
|
+
}
|
79
|
+
.bootstrap-select.form-control:not([class*="col-"]) {
|
80
|
+
width: 100%;
|
81
|
+
}
|
82
|
+
.bootstrap-select.btn-block{
|
83
|
+
width: 100%;
|
84
|
+
}
|
85
|
+
.bootstrap-select.form-control.input-group-btn {
|
86
|
+
z-index: auto;
|
87
|
+
}
|
88
|
+
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
|
89
|
+
border-radius: 0;
|
90
|
+
}
|
91
|
+
.bootstrap-select.btn-group:not(.input-group-btn),
|
92
|
+
.bootstrap-select.btn-group[class*="col-"] {
|
93
|
+
float: none;
|
94
|
+
display: inline-block;
|
95
|
+
margin-left: 0;
|
96
|
+
}
|
97
|
+
.bootstrap-select.btn-group.dropdown-menu-right,
|
98
|
+
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
|
99
|
+
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
|
100
|
+
float: right;
|
101
|
+
}
|
102
|
+
.form-inline .bootstrap-select.btn-group,
|
103
|
+
.form-horizontal .bootstrap-select.btn-group,
|
104
|
+
.form-group .bootstrap-select.btn-group {
|
105
|
+
margin-bottom: 0;
|
106
|
+
}
|
107
|
+
.form-group-lg .bootstrap-select.btn-group.form-control,
|
108
|
+
.form-group-sm .bootstrap-select.btn-group.form-control {
|
109
|
+
padding: 0;
|
110
|
+
}
|
111
|
+
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
|
112
|
+
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
|
113
|
+
height: 100%;
|
114
|
+
font-size: inherit;
|
115
|
+
line-height: inherit;
|
116
|
+
border-radius: inherit;
|
117
|
+
}
|
118
|
+
.form-inline .bootstrap-select.btn-group .form-control {
|
119
|
+
width: 100%;
|
120
|
+
}
|
121
|
+
.bootstrap-select.btn-group.disabled,
|
122
|
+
.bootstrap-select.btn-group > .disabled {
|
123
|
+
cursor: not-allowed;
|
124
|
+
}
|
125
|
+
.bootstrap-select.btn-group.disabled:focus,
|
126
|
+
.bootstrap-select.btn-group > .disabled:focus {
|
127
|
+
outline: none !important;
|
128
|
+
}
|
129
|
+
.bootstrap-select.btn-group.bs-container {
|
130
|
+
position: absolute;
|
131
|
+
height: 0 !important;
|
132
|
+
padding: 0 !important;
|
133
|
+
}
|
134
|
+
.bootstrap-select.btn-group.bs-container .dropdown-menu {
|
135
|
+
z-index: 1060;
|
136
|
+
}
|
137
|
+
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
|
138
|
+
display: inline-block;
|
139
|
+
overflow: hidden;
|
140
|
+
text-overflow: ellipsis;
|
141
|
+
width: 90%;
|
142
|
+
font-size: $font-size-sm;
|
143
|
+
color: rgba($white,0.8);
|
144
|
+
font-weight: $font-weight-normal;
|
145
|
+
text-align: left;
|
146
|
+
}
|
147
|
+
.bootstrap-select.btn-group .dropdown-toggle .caret {
|
148
|
+
display: none;
|
149
|
+
}
|
150
|
+
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
|
151
|
+
width: 100%;
|
152
|
+
}
|
153
|
+
.bootstrap-select.btn-group .dropdown-menu {
|
154
|
+
min-width: 100%;
|
155
|
+
-webkit-box-sizing: border-box;
|
156
|
+
-moz-box-sizing: border-box;
|
157
|
+
box-sizing: border-box;
|
158
|
+
max-height: 265px !important;
|
159
|
+
}
|
160
|
+
.bootstrap-select.btn-group .dropdown-menu.inner {
|
161
|
+
position: static;
|
162
|
+
float: none;
|
163
|
+
border: 0;
|
164
|
+
padding: 0;
|
165
|
+
margin: 0;
|
166
|
+
border-radius: 0;
|
167
|
+
display: block;
|
168
|
+
max-height: 245px !important;
|
169
|
+
overflow-y: scroll;
|
170
|
+
-ms-overflow-style: auto;
|
171
|
+
-webkit-box-shadow: none;
|
172
|
+
box-shadow: none;
|
173
|
+
}
|
174
|
+
.bootstrap-select.btn-group .dropdown-menu li {
|
175
|
+
position: relative;
|
176
|
+
}
|
177
|
+
.bootstrap-select.btn-group .dropdown-menu li.active small {
|
178
|
+
color: $white;
|
179
|
+
}
|
180
|
+
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
|
181
|
+
cursor: not-allowed;
|
182
|
+
}
|
183
|
+
.bootstrap-select.btn-group .dropdown-menu li a {
|
184
|
+
cursor: pointer;
|
185
|
+
-webkit-user-select: none;
|
186
|
+
-moz-user-select: none;
|
187
|
+
-ms-user-select: none;
|
188
|
+
user-select: none;
|
189
|
+
}
|
190
|
+
.bootstrap-select.btn-group .dropdown-menu li a.opt {
|
191
|
+
position: relative;
|
192
|
+
padding-left: 2.25em;
|
193
|
+
}
|
194
|
+
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
|
195
|
+
display: none;
|
196
|
+
}
|
197
|
+
.bootstrap-select.btn-group .dropdown-menu li a span.text {
|
198
|
+
display: inline-block;
|
199
|
+
}
|
200
|
+
.bootstrap-select.btn-group .dropdown-menu li small {
|
201
|
+
padding-left: 0.5em;
|
202
|
+
}
|
203
|
+
.bootstrap-select.btn-group .dropdown-menu .notify {
|
204
|
+
position: absolute;
|
205
|
+
bottom: 5px;
|
206
|
+
width: 96%;
|
207
|
+
margin: 0 2%;
|
208
|
+
min-height: 26px;
|
209
|
+
padding: 3px 5px;
|
210
|
+
background: #f5f5f5;
|
211
|
+
border: 1px solid #e3e3e3;
|
212
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
213
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
214
|
+
pointer-events: none;
|
215
|
+
opacity: 0.9;
|
216
|
+
-webkit-box-sizing: border-box;
|
217
|
+
-moz-box-sizing: border-box;
|
218
|
+
box-sizing: border-box;
|
219
|
+
}
|
220
|
+
.bootstrap-select.btn-group .no-results {
|
221
|
+
padding: 3px;
|
222
|
+
background: #f5f5f5;
|
223
|
+
margin: 0 5px;
|
224
|
+
white-space: nowrap;
|
225
|
+
}
|
226
|
+
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
|
227
|
+
position: static;
|
228
|
+
}
|
229
|
+
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
|
230
|
+
position: static;
|
231
|
+
top: auto;
|
232
|
+
margin-top: -1px;
|
233
|
+
}
|
234
|
+
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
|
235
|
+
position: absolute;
|
236
|
+
display: inline-block;
|
237
|
+
right: 15px;
|
238
|
+
margin-top: 5px;
|
239
|
+
}
|
240
|
+
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
|
241
|
+
margin-right: 34px;
|
242
|
+
}
|
243
|
+
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
|
244
|
+
z-index: 1061;
|
245
|
+
}
|
246
|
+
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
|
247
|
+
content: '';
|
248
|
+
border-left: 7px solid transparent;
|
249
|
+
border-right: 7px solid transparent;
|
250
|
+
border-bottom: 7px solid rgba(204, 204, 204, 0.2);
|
251
|
+
position: absolute;
|
252
|
+
bottom: -4px;
|
253
|
+
left: 9px;
|
254
|
+
display: none;
|
255
|
+
}
|
256
|
+
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
|
257
|
+
content: '';
|
258
|
+
border-left: 6px solid transparent;
|
259
|
+
border-right: 6px solid transparent;
|
260
|
+
border-bottom: 6px solid white;
|
261
|
+
position: absolute;
|
262
|
+
bottom: -4px;
|
263
|
+
left: 10px;
|
264
|
+
display: none;
|
265
|
+
}
|
266
|
+
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
|
267
|
+
bottom: auto;
|
268
|
+
top: -3px;
|
269
|
+
border-top: 7px solid rgba(204, 204, 204, 0.2);
|
270
|
+
border-bottom: 0;
|
271
|
+
}
|
272
|
+
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
|
273
|
+
bottom: auto;
|
274
|
+
top: -3px;
|
275
|
+
border-top: 6px solid white;
|
276
|
+
border-bottom: 0;
|
277
|
+
}
|
278
|
+
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
|
279
|
+
right: 12px;
|
280
|
+
left: auto;
|
281
|
+
}
|
282
|
+
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
|
283
|
+
right: 13px;
|
284
|
+
left: auto;
|
285
|
+
}
|
286
|
+
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
|
287
|
+
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
|
288
|
+
display: block;
|
289
|
+
}
|
290
|
+
.bs-searchbox,
|
291
|
+
.bs-actionsbox,
|
292
|
+
.bs-donebutton {
|
293
|
+
padding: 4px 8px;
|
294
|
+
}
|
295
|
+
.bs-actionsbox {
|
296
|
+
width: 100%;
|
297
|
+
-webkit-box-sizing: border-box;
|
298
|
+
-moz-box-sizing: border-box;
|
299
|
+
box-sizing: border-box;
|
300
|
+
}
|
301
|
+
.bs-actionsbox .btn-group button {
|
302
|
+
width: 50%;
|
303
|
+
}
|
304
|
+
.bs-donebutton {
|
305
|
+
float: left;
|
306
|
+
width: 100%;
|
307
|
+
-webkit-box-sizing: border-box;
|
308
|
+
-moz-box-sizing: border-box;
|
309
|
+
box-sizing: border-box;
|
310
|
+
}
|
311
|
+
.bs-donebutton .btn-group button {
|
312
|
+
width: 100%;
|
313
|
+
}
|
314
|
+
.bs-searchbox + .bs-actionsbox {
|
315
|
+
padding: 0 8px 4px;
|
316
|
+
}
|
317
|
+
.bs-searchbox .form-control {
|
318
|
+
margin-bottom: 0;
|
319
|
+
width: 100%;
|
320
|
+
float: none;
|
321
|
+
}
|
322
|
+
|
323
|
+
.bootstrap-select {
|
324
|
+
.dropdown-menu.inner {
|
325
|
+
li a{
|
326
|
+
padding-left: 1.5rem;
|
327
|
+
padding-right: 1.5rem;
|
328
|
+
display: block;
|
329
|
+
outline: none;
|
330
|
+
color: #292b2c;
|
331
|
+
}
|
332
|
+
|
333
|
+
li.disabled a {
|
334
|
+
color: $default-opacity;
|
335
|
+
|
336
|
+
&:hover,
|
337
|
+
&:focus{
|
338
|
+
background-color: transparent;
|
339
|
+
}
|
340
|
+
}
|
341
|
+
|
342
|
+
}
|
343
|
+
|
344
|
+
.dropdown-menu {
|
345
|
+
&.open{
|
346
|
+
overflow: visible !important;
|
347
|
+
}
|
348
|
+
|
349
|
+
&.dropdown-black {
|
350
|
+
background: linear-gradient(to bottom, $black 0%, $black-states 100%);
|
351
|
+
border: 1px solid $dark-background;
|
352
|
+
|
353
|
+
li > a {
|
354
|
+
color: rgba(255, 255, 255, 0.7);
|
355
|
+
}
|
356
|
+
}
|
357
|
+
}
|
358
|
+
}
|
@@ -0,0 +1,316 @@
|
|
1
|
+
/* ========================================================================
|
2
|
+
* bootstrap-switch - v3.3.4
|
3
|
+
* http://www.bootstrap-switch.org
|
4
|
+
* ========================================================================
|
5
|
+
* Copyright 2012-2013 Mattia Larentis
|
6
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
7
|
+
*/
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
//* IMPORTANT! Creative Tim Notice: this file has major changes to fit the Black Dashboard 's design. If you want to use the plugin as it was before our changes, please get the old files from http://www.bootstrap-switch.org
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
.bootstrap-switch {
|
48
|
+
display: inline-block;
|
49
|
+
direction: ltr;
|
50
|
+
cursor: pointer;
|
51
|
+
border-radius: 30px;
|
52
|
+
border: 0;
|
53
|
+
position: relative;
|
54
|
+
text-align: left;
|
55
|
+
overflow: hidden;
|
56
|
+
box-shadow: 0 0px 10px rgba(0, 0, 0, 0.13);
|
57
|
+
margin-bottom: 10px;
|
58
|
+
line-height: 8px;
|
59
|
+
width: 59px !important;
|
60
|
+
height: 22px;
|
61
|
+
outline: none;
|
62
|
+
z-index: 0;
|
63
|
+
-webkit-user-select: none;
|
64
|
+
-moz-user-select: none;
|
65
|
+
-ms-user-select: none;
|
66
|
+
user-select: none;
|
67
|
+
vertical-align: middle;
|
68
|
+
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
69
|
+
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
70
|
+
background: url("https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/J9H9WF0/night-sky-full-of-stars-fantasy-animation-made-of-magical-sparkly-light-particles-flickering-on-a-purple-blue-gradient-background_bajacpz7x_thumbnail-full01.png");
|
71
|
+
background-position: center center;
|
72
|
+
background-size: cover;
|
73
|
+
}
|
74
|
+
|
75
|
+
.bootstrap-switch .bootstrap-switch-container {
|
76
|
+
display: inline-flex;
|
77
|
+
top: 0;
|
78
|
+
height: 22px;
|
79
|
+
border-radius: 4px;
|
80
|
+
-webkit-transform: translate3d(0, 0, 0);
|
81
|
+
transform: translate3d(0, 0, 0);
|
82
|
+
width: 100px !important;
|
83
|
+
}
|
84
|
+
.bootstrap-switch .bootstrap-switch-handle-on,
|
85
|
+
.bootstrap-switch .bootstrap-switch-handle-off,
|
86
|
+
.bootstrap-switch .bootstrap-switch-label {
|
87
|
+
-webkit-box-sizing: border-box;
|
88
|
+
-moz-box-sizing: border-box;
|
89
|
+
box-sizing: border-box;
|
90
|
+
cursor: pointer;
|
91
|
+
display: inline-block !important;
|
92
|
+
height: 100%;
|
93
|
+
color: #fff;
|
94
|
+
padding: 6px 10px;
|
95
|
+
font-size: 11px;
|
96
|
+
text-indent: -5px;
|
97
|
+
line-height: 15px;
|
98
|
+
-webkit-transition: 0.25s ease-out;
|
99
|
+
transition: 0.25s ease-out;
|
100
|
+
|
101
|
+
}
|
102
|
+
.bootstrap-switch .bootstrap-switch-handle-on,
|
103
|
+
.bootstrap-switch .bootstrap-switch-handle-off {
|
104
|
+
text-align: center;
|
105
|
+
z-index: 1;
|
106
|
+
float: left;
|
107
|
+
line-height: 11px;
|
108
|
+
width: 50% !important;
|
109
|
+
}
|
110
|
+
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-brown,
|
111
|
+
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-brown {
|
112
|
+
color: #fff;
|
113
|
+
background: $brand-primary;
|
114
|
+
}
|
115
|
+
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-blue,
|
116
|
+
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-blue {
|
117
|
+
color: #fff;
|
118
|
+
background: $brand-info;
|
119
|
+
}
|
120
|
+
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-green,
|
121
|
+
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-green {
|
122
|
+
color: #fff;
|
123
|
+
background: $brand-success;
|
124
|
+
}
|
125
|
+
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-orange,
|
126
|
+
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-orange {
|
127
|
+
background: $brand-warning;
|
128
|
+
color: #fff;
|
129
|
+
}
|
130
|
+
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-red,
|
131
|
+
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-red {
|
132
|
+
color: #fff;
|
133
|
+
background: $brand-danger;
|
134
|
+
}
|
135
|
+
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
|
136
|
+
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
|
137
|
+
color: #fff;
|
138
|
+
}
|
139
|
+
.bootstrap-switch .bootstrap-switch-label {
|
140
|
+
text-align: center;
|
141
|
+
z-index: 100;
|
142
|
+
color: #333333;
|
143
|
+
background: #ffffff;
|
144
|
+
width: 18px !important;
|
145
|
+
height: 18px !important;
|
146
|
+
margin: 0px -11px;
|
147
|
+
border-radius: 20px;
|
148
|
+
position: absolute;
|
149
|
+
float: left;
|
150
|
+
top: 2px;
|
151
|
+
left: 51%;
|
152
|
+
padding: 0;
|
153
|
+
box-shadow: 0 1px 11px rgba(0, 0, 0, 0.25);
|
154
|
+
}
|
155
|
+
|
156
|
+
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label{
|
157
|
+
background-color: rgba(156, 156 ,156 , .9);
|
158
|
+
left: 52%;
|
159
|
+
}
|
160
|
+
.bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label{
|
161
|
+
width: 27px !important;
|
162
|
+
margin-left: -20px;
|
163
|
+
}
|
164
|
+
.bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label{
|
165
|
+
width: 27px !important;
|
166
|
+
margin-left: -11px;
|
167
|
+
}
|
168
|
+
.bootstrap-switch .bootstrap-switch-handle-on {
|
169
|
+
border-bottom-left-radius: 3px;
|
170
|
+
border-top-left-radius: 3px;
|
171
|
+
}
|
172
|
+
.bootstrap-switch .bootstrap-switch-handle-off {
|
173
|
+
text-indent: 6px;
|
174
|
+
}
|
175
|
+
.bootstrap-switch input[type='radio'],
|
176
|
+
.bootstrap-switch input[type='checkbox'] {
|
177
|
+
position: absolute !important;
|
178
|
+
top: 0;
|
179
|
+
left: 0;
|
180
|
+
opacity: 0;
|
181
|
+
filter: alpha(opacity=0);
|
182
|
+
z-index: -1;
|
183
|
+
}
|
184
|
+
.bootstrap-switch input[type='radio'].form-control,
|
185
|
+
.bootstrap-switch input[type='checkbox'].form-control {
|
186
|
+
height: auto;
|
187
|
+
}
|
188
|
+
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
|
189
|
+
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
|
190
|
+
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
|
191
|
+
padding: 1px 5px;
|
192
|
+
font-size: 12px;
|
193
|
+
line-height: 1.5;
|
194
|
+
}
|
195
|
+
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
|
196
|
+
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
|
197
|
+
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
|
198
|
+
padding: 5px 10px;
|
199
|
+
font-size: 12px;
|
200
|
+
line-height: 1.5;
|
201
|
+
}
|
202
|
+
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
|
203
|
+
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
|
204
|
+
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
|
205
|
+
padding: 6px 16px;
|
206
|
+
font-size: 18px;
|
207
|
+
line-height: 1.33;
|
208
|
+
}
|
209
|
+
.bootstrap-switch.bootstrap-switch-disabled,
|
210
|
+
.bootstrap-switch.bootstrap-switch-readonly,
|
211
|
+
.bootstrap-switch.bootstrap-switch-indeterminate {
|
212
|
+
cursor: default !important;
|
213
|
+
}
|
214
|
+
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
|
215
|
+
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
|
216
|
+
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
|
217
|
+
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
|
218
|
+
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
|
219
|
+
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
|
220
|
+
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
|
221
|
+
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
|
222
|
+
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
|
223
|
+
opacity: 0.5;
|
224
|
+
filter: alpha(opacity=50);
|
225
|
+
cursor: default !important;
|
226
|
+
}
|
227
|
+
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
|
228
|
+
-webkit-transition: margin-left 0.5s;
|
229
|
+
transition: margin-left 0.5s;
|
230
|
+
}
|
231
|
+
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
|
232
|
+
border-bottom-left-radius: 0;
|
233
|
+
border-top-left-radius: 0;
|
234
|
+
border-bottom-right-radius: 3px;
|
235
|
+
border-top-right-radius: 3px;
|
236
|
+
}
|
237
|
+
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
|
238
|
+
border-bottom-right-radius: 0;
|
239
|
+
border-top-right-radius: 0;
|
240
|
+
border-bottom-left-radius: 3px;
|
241
|
+
border-top-left-radius: 3px;
|
242
|
+
}
|
243
|
+
.bootstrap-switch.bootstrap-switch-focused {
|
244
|
+
// border-color: #66afe9;
|
245
|
+
// outline: 0;
|
246
|
+
// -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
247
|
+
// box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
248
|
+
}
|
249
|
+
// .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
|
250
|
+
// .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
|
251
|
+
// border-bottom-right-radius: 3px;
|
252
|
+
// border-top-right-radius: 3px;
|
253
|
+
// }
|
254
|
+
// .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
|
255
|
+
// .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
|
256
|
+
// border-bottom-left-radius: 3px;
|
257
|
+
// border-top-left-radius: 3px;
|
258
|
+
// }
|
259
|
+
|
260
|
+
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container{
|
261
|
+
margin-left: -2px !important;
|
262
|
+
}
|
263
|
+
|
264
|
+
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container{
|
265
|
+
margin-left: -39px !important;
|
266
|
+
}
|
267
|
+
|
268
|
+
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label{
|
269
|
+
&:before{
|
270
|
+
background-color: #FFFFFF;
|
271
|
+
}
|
272
|
+
}
|
273
|
+
|
274
|
+
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-red ~ .bootstrap-switch-default{
|
275
|
+
background-color: $brand-danger;
|
276
|
+
}
|
277
|
+
|
278
|
+
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-orange ~ .bootstrap-switch-default{
|
279
|
+
background-color: $brand-warning;
|
280
|
+
}
|
281
|
+
|
282
|
+
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-green ~ .bootstrap-switch-default{
|
283
|
+
background-color: $brand-success;
|
284
|
+
}
|
285
|
+
|
286
|
+
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-brown ~ .bootstrap-switch-default{
|
287
|
+
background-color: $brand-primary;
|
288
|
+
}
|
289
|
+
|
290
|
+
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-blue ~ .bootstrap-switch-default{
|
291
|
+
background-color: $brand-info;
|
292
|
+
}
|
293
|
+
|
294
|
+
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-red,
|
295
|
+
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-brown,
|
296
|
+
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-blue,
|
297
|
+
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-orange,
|
298
|
+
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-green{
|
299
|
+
background-color: $light-gray;
|
300
|
+
}
|
301
|
+
|
302
|
+
.bootstrap-switch-on .bootstrap-switch-handle-off,
|
303
|
+
.bootstrap-switch-off .bootstrap-switch-handle-on{
|
304
|
+
opacity: 0;
|
305
|
+
visibility: hidden;
|
306
|
+
}
|
307
|
+
|
308
|
+
.bootstrap-switch-off:before{
|
309
|
+
position: absolute;
|
310
|
+
content: "";
|
311
|
+
height: 100%;
|
312
|
+
width: 100%;
|
313
|
+
top: 0;
|
314
|
+
right: 0;
|
315
|
+
background: rgba(16,16,16,0.7);
|
316
|
+
}
|