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,527 @@
|
|
1
|
+
.sr-only,
|
2
|
+
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,
|
3
|
+
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,
|
4
|
+
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
|
5
|
+
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,
|
6
|
+
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,
|
7
|
+
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,
|
8
|
+
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,
|
9
|
+
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,
|
10
|
+
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after,
|
11
|
+
.bootstrap-datetimepicker-widget .picker-switch::after,
|
12
|
+
.bootstrap-datetimepicker-widget table th.prev::after,
|
13
|
+
.bootstrap-datetimepicker-widget table th.next::after {
|
14
|
+
position: absolute;
|
15
|
+
width: 1px;
|
16
|
+
height: 1px;
|
17
|
+
margin: -1px;
|
18
|
+
padding: 0;
|
19
|
+
overflow: hidden;
|
20
|
+
clip: rect(0, 0, 0, 0);
|
21
|
+
border: 0;
|
22
|
+
}
|
23
|
+
|
24
|
+
.bootstrap-datetimepicker-widget {
|
25
|
+
list-style: none;
|
26
|
+
}
|
27
|
+
.bootstrap-datetimepicker-widget a .btn:hover {
|
28
|
+
background-color: transparent;
|
29
|
+
}
|
30
|
+
.bootstrap-datetimepicker-widget.dropdown-menu {
|
31
|
+
padding: 8px 6px;
|
32
|
+
width: 254px;
|
33
|
+
max-width: 254px;
|
34
|
+
|
35
|
+
.tim-icons{
|
36
|
+
opacity: 1;
|
37
|
+
}
|
38
|
+
|
39
|
+
.picker-switch {
|
40
|
+
.table-condensed {
|
41
|
+
&:hover {
|
42
|
+
background: #eee;
|
43
|
+
border-radius: 3px;
|
44
|
+
}
|
45
|
+
}
|
46
|
+
}
|
47
|
+
|
48
|
+
.timepicker-picker {
|
49
|
+
.table-condensed {
|
50
|
+
margin-top: 10px;
|
51
|
+
margin-bottom: 5px;
|
52
|
+
|
53
|
+
.btn[data-action="togglePeriod"]:hover,
|
54
|
+
.separator {
|
55
|
+
color: $dark-gray !important;
|
56
|
+
}
|
57
|
+
}
|
58
|
+
}
|
59
|
+
.table-condensed {
|
60
|
+
.month,
|
61
|
+
.year,
|
62
|
+
.decade {
|
63
|
+
color: $dark-gray;
|
64
|
+
|
65
|
+
&.active {
|
66
|
+
color: $white;
|
67
|
+
}
|
68
|
+
}
|
69
|
+
}
|
70
|
+
}
|
71
|
+
@include media-breakpoint-up(md){
|
72
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
73
|
+
width: 38em;
|
74
|
+
}
|
75
|
+
}
|
76
|
+
@include media-breakpoint-up(lg){
|
77
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
78
|
+
width: 38em;
|
79
|
+
}
|
80
|
+
}
|
81
|
+
@include media-breakpoint-up(xl){
|
82
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
83
|
+
width: 38em;
|
84
|
+
}
|
85
|
+
}
|
86
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{
|
87
|
+
display: inline-block;
|
88
|
+
position: absolute;
|
89
|
+
width: 0;
|
90
|
+
height: 0;
|
91
|
+
vertical-align: middle;
|
92
|
+
content: "";
|
93
|
+
right: auto;
|
94
|
+
border-bottom: .4em solid;
|
95
|
+
border-right: .4em solid transparent;
|
96
|
+
border-left: .4em solid transparent;
|
97
|
+
|
98
|
+
|
99
|
+
}
|
100
|
+
|
101
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.top:before{
|
102
|
+
display: none;
|
103
|
+
}
|
104
|
+
|
105
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.top:after{
|
106
|
+
display: inline-block;
|
107
|
+
position: absolute;
|
108
|
+
width: 0;
|
109
|
+
height: 0;
|
110
|
+
vertical-align: middle;
|
111
|
+
content: "";
|
112
|
+
top: auto;
|
113
|
+
bottom: -6px;
|
114
|
+
right: auto;
|
115
|
+
left: 10px;
|
116
|
+
color: $white;
|
117
|
+
border-top: .4em solid;
|
118
|
+
border-right: .4em solid transparent;
|
119
|
+
border-left: .4em solid transparent;
|
120
|
+
}
|
121
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.top {
|
122
|
+
margin-top: auto;
|
123
|
+
margin-bottom: -20px;
|
124
|
+
}
|
125
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.top.open {
|
126
|
+
margin-top: auto;
|
127
|
+
margin-bottom: 3px;
|
128
|
+
}
|
129
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
|
130
|
+
left: auto;
|
131
|
+
right: 6px;
|
132
|
+
}
|
133
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
|
134
|
+
left: auto;
|
135
|
+
right: 7px;
|
136
|
+
}
|
137
|
+
.bootstrap-datetimepicker-widget .list-unstyled {
|
138
|
+
margin: 0;
|
139
|
+
}
|
140
|
+
.bootstrap-datetimepicker-widget a[data-action] {
|
141
|
+
padding: 0;
|
142
|
+
border-width: 0;
|
143
|
+
color: #fff;
|
144
|
+
background-color: transparent;
|
145
|
+
}
|
146
|
+
.bootstrap-datetimepicker-widget a[data-action="togglePicker"],
|
147
|
+
.bootstrap-datetimepicker-widget a[data-action="togglePicker"]:hover {
|
148
|
+
color: $primary;
|
149
|
+
}
|
150
|
+
.bootstrap-datetimepicker-widget a[data-action]:hover {
|
151
|
+
background-color: transparent;
|
152
|
+
}
|
153
|
+
.bootstrap-datetimepicker-widget a[data-action]:active {
|
154
|
+
box-shadow: none;
|
155
|
+
}
|
156
|
+
.bootstrap-datetimepicker-widget .timepicker-hour,
|
157
|
+
.bootstrap-datetimepicker-widget .timepicker-minute,
|
158
|
+
.bootstrap-datetimepicker-widget .timepicker-second {
|
159
|
+
width: 40px;
|
160
|
+
height: 40px;
|
161
|
+
line-height: 40px;
|
162
|
+
font-weight: 300;
|
163
|
+
font-size: 1.5em;
|
164
|
+
margin: 3px;
|
165
|
+
border-radius: 50%;
|
166
|
+
color: $dark-gray;
|
167
|
+
}
|
168
|
+
.bootstrap-datetimepicker-widget button[data-action] {
|
169
|
+
width: 38px;
|
170
|
+
height: 38px;
|
171
|
+
padding: 0;
|
172
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
|
173
|
+
}
|
174
|
+
|
175
|
+
.bootstrap-datetimepicker-widget .btn{
|
176
|
+
margin: 0 !important;
|
177
|
+
}
|
178
|
+
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
|
179
|
+
content: "Increment Hours";
|
180
|
+
}
|
181
|
+
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
|
182
|
+
content: "Increment Minutes";
|
183
|
+
}
|
184
|
+
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
|
185
|
+
content: "Decrement Hours";
|
186
|
+
}
|
187
|
+
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
|
188
|
+
content: "Decrement Minutes";
|
189
|
+
}
|
190
|
+
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
|
191
|
+
content: "Show Hours";
|
192
|
+
}
|
193
|
+
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
|
194
|
+
content: "Show Minutes";
|
195
|
+
}
|
196
|
+
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
|
197
|
+
content: "Toggle AM/PM";
|
198
|
+
}
|
199
|
+
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
|
200
|
+
content: "Clear the picker";
|
201
|
+
}
|
202
|
+
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
|
203
|
+
content: "Set the date to today";
|
204
|
+
}
|
205
|
+
.bootstrap-datetimepicker-widget .picker-switch {
|
206
|
+
text-align: center;
|
207
|
+
border-radius: 3px;
|
208
|
+
color: $primary;
|
209
|
+
}
|
210
|
+
.bootstrap-datetimepicker-widget .picker-switch::after {
|
211
|
+
content: "Toggle Date and Time Screens";
|
212
|
+
}
|
213
|
+
.bootstrap-datetimepicker-widget .picker-switch td {
|
214
|
+
padding: 0;
|
215
|
+
margin: 0;
|
216
|
+
height: auto;
|
217
|
+
width: auto;
|
218
|
+
line-height: inherit;
|
219
|
+
}
|
220
|
+
.bootstrap-datetimepicker-widget .picker-switch td span {
|
221
|
+
line-height: 2.5;
|
222
|
+
height: 2.5em;
|
223
|
+
width: 100%;
|
224
|
+
border-radius: 3px;
|
225
|
+
margin: 2px 0px !important;
|
226
|
+
}
|
227
|
+
.bootstrap-datetimepicker-widget table {
|
228
|
+
width: 100%;
|
229
|
+
margin: 0;
|
230
|
+
text-align: center;
|
231
|
+
}
|
232
|
+
.bootstrap-datetimepicker-widget table td > div, .bootstrap-datetimepicker-widget table th > div {
|
233
|
+
text-align: center;
|
234
|
+
}
|
235
|
+
.bootstrap-datetimepicker-widget table th {
|
236
|
+
height: 20px;
|
237
|
+
line-height: 20px;
|
238
|
+
width: 20px;
|
239
|
+
font-weight: 300;
|
240
|
+
}
|
241
|
+
.bootstrap-datetimepicker-widget table th.picker-switch {
|
242
|
+
width: 145px;
|
243
|
+
}
|
244
|
+
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
|
245
|
+
background: none;
|
246
|
+
color: #cfcfca;
|
247
|
+
cursor: not-allowed;
|
248
|
+
}
|
249
|
+
.bootstrap-datetimepicker-widget table th.prev span, .bootstrap-datetimepicker-widget table th.next span {
|
250
|
+
border-radius: 4px;
|
251
|
+
height: 27px;
|
252
|
+
width: 27px;
|
253
|
+
line-height: 28px;
|
254
|
+
font-size: 12px;
|
255
|
+
border-radius: 50%;
|
256
|
+
text-align: center;
|
257
|
+
color: $primary;
|
258
|
+
}
|
259
|
+
.bootstrap-datetimepicker-widget table th.prev::after {
|
260
|
+
content: "Previous Month";
|
261
|
+
}
|
262
|
+
.bootstrap-datetimepicker-widget table th.next::after {
|
263
|
+
content: "Next Month";
|
264
|
+
}
|
265
|
+
.bootstrap-datetimepicker-widget table th.dow {
|
266
|
+
text-align: center;
|
267
|
+
color: $primary;
|
268
|
+
padding-bottom: 5px;
|
269
|
+
padding-top: 10px;
|
270
|
+
}
|
271
|
+
.bootstrap-datetimepicker-widget table thead tr:first-child th {
|
272
|
+
cursor: pointer;
|
273
|
+
}
|
274
|
+
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover span, .bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
|
275
|
+
background: #eee;
|
276
|
+
}
|
277
|
+
|
278
|
+
.bootstrap-datetimepicker-widget table td.cw > div {
|
279
|
+
font-size: .8em;
|
280
|
+
height: 20px;
|
281
|
+
line-height: 20px;
|
282
|
+
color: #cfcfca;
|
283
|
+
}
|
284
|
+
.bootstrap-datetimepicker-widget table td.day > div,
|
285
|
+
.bootstrap-datetimepicker-widget table td.minute > div,
|
286
|
+
.bootstrap-datetimepicker-widget table td.hour > div {
|
287
|
+
height: 30px;
|
288
|
+
line-height: 2.2;
|
289
|
+
width: 30px;
|
290
|
+
text-align: center;
|
291
|
+
padding: 0px;
|
292
|
+
border-radius: 50%;
|
293
|
+
margin: 0 auto;
|
294
|
+
z-index: -1;
|
295
|
+
color: $dark-gray;
|
296
|
+
position: relative;
|
297
|
+
font-weight: 300;
|
298
|
+
font-size: 14px;
|
299
|
+
border: none;
|
300
|
+
cursor: pointer;
|
301
|
+
@include transitions($general-transition-time, $transition-ease);
|
302
|
+
}
|
303
|
+
.bootstrap-datetimepicker-widget table td.day:hover > div, .bootstrap-datetimepicker-widget table td.hour:hover > div, .bootstrap-datetimepicker-widget table td.minute:hover > div, .bootstrap-datetimepicker-widget table td.second:hover > div {
|
304
|
+
background: #eee;
|
305
|
+
cursor: pointer;
|
306
|
+
}
|
307
|
+
.bootstrap-datetimepicker-widget table td.old > div, .bootstrap-datetimepicker-widget table td.new > div {
|
308
|
+
color: $default;
|
309
|
+
}
|
310
|
+
.bootstrap-datetimepicker-widget table td.today > div:before {
|
311
|
+
content: '';
|
312
|
+
display: inline-block;
|
313
|
+
border: 0 0 7px 7px solid transparent;
|
314
|
+
border-bottom-color: #68B3C8;
|
315
|
+
border-top-color: rgba(0, 0, 0, 0.2);
|
316
|
+
position: absolute;
|
317
|
+
bottom: 4px;
|
318
|
+
right: 4px;
|
319
|
+
}
|
320
|
+
.bootstrap-datetimepicker-widget table td.active > div, .bootstrap-datetimepicker-widget table td.active:hover > div {
|
321
|
+
background-color: $primary;
|
322
|
+
color: $white;
|
323
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
|
324
|
+
}
|
325
|
+
.bootstrap-datetimepicker-widget table td.active.today:before > div {
|
326
|
+
border-bottom-color: $white;
|
327
|
+
}
|
328
|
+
.bootstrap-datetimepicker-widget table td.disabled > div, .bootstrap-datetimepicker-widget table td.disabled:hover > div {
|
329
|
+
background: none;
|
330
|
+
color: #cfcfca;
|
331
|
+
cursor: not-allowed;
|
332
|
+
}
|
333
|
+
.bootstrap-datetimepicker-widget table td span {
|
334
|
+
display: inline-block;
|
335
|
+
width: 40px;
|
336
|
+
height: 40px;
|
337
|
+
line-height: 40px;
|
338
|
+
margin: 0 3px;
|
339
|
+
cursor: pointer;
|
340
|
+
border-radius: 50%;
|
341
|
+
text-align: center;
|
342
|
+
}
|
343
|
+
|
344
|
+
.bootstrap-datetimepicker-widget table td span.active {
|
345
|
+
background-color: $primary;
|
346
|
+
color: #FFFFFF;
|
347
|
+
}
|
348
|
+
.bootstrap-datetimepicker-widget table td span.old {
|
349
|
+
color: #cfcfca;
|
350
|
+
}
|
351
|
+
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
|
352
|
+
background: none;
|
353
|
+
color: #cfcfca;
|
354
|
+
cursor: not-allowed;
|
355
|
+
}
|
356
|
+
.bootstrap-datetimepicker-widget .timepicker-picker span,
|
357
|
+
.bootstrap-datetimepicker-widget .timepicker-hours span,
|
358
|
+
.bootstrap-datetimepicker-widget .timepicker-minutes span {
|
359
|
+
border-radius: 50% !important;
|
360
|
+
}
|
361
|
+
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
|
362
|
+
height: 27px;
|
363
|
+
line-height: 27px;
|
364
|
+
}
|
365
|
+
|
366
|
+
.input-group.date .input-group-addon {
|
367
|
+
cursor: pointer;
|
368
|
+
}
|
369
|
+
|
370
|
+
.table-condensed > tbody > tr > td,
|
371
|
+
.table-condensed > tbody > tr > th,
|
372
|
+
.table-condensed > tfoot > tr > td,
|
373
|
+
.table-condensed > tfoot > tr > th,
|
374
|
+
.table-condensed > thead > tr > td,
|
375
|
+
.table-condensed > thead > tr > th {
|
376
|
+
padding: 1px;
|
377
|
+
text-align: center;
|
378
|
+
z-index: 1;
|
379
|
+
cursor: pointer;
|
380
|
+
}
|
381
|
+
|
382
|
+
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget{
|
383
|
+
.picker-switch,
|
384
|
+
table th.prev span,
|
385
|
+
table th.next span,
|
386
|
+
table td.day > div,
|
387
|
+
a[data-action="togglePicker"],
|
388
|
+
a[data-action="togglePicker"]:hover,
|
389
|
+
span,
|
390
|
+
.timepicker-hours span,
|
391
|
+
.timepicker-minutes span,
|
392
|
+
.separator,
|
393
|
+
table td.minute > div,
|
394
|
+
table td.hour > div{
|
395
|
+
color: $dark-gray;
|
396
|
+
}
|
397
|
+
|
398
|
+
|
399
|
+
|
400
|
+
table th.dow{
|
401
|
+
color: $opacity-8;
|
402
|
+
}
|
403
|
+
|
404
|
+
table td.old > div,
|
405
|
+
table td.new > div{
|
406
|
+
color: rgba(255,255,255, .4);
|
407
|
+
}
|
408
|
+
|
409
|
+
button[data-action]{
|
410
|
+
background-color: $white;
|
411
|
+
}
|
412
|
+
|
413
|
+
table td.active > div,
|
414
|
+
table td.active:hover > div{
|
415
|
+
background-color: $white;
|
416
|
+
}
|
417
|
+
|
418
|
+
table td:not(.active).day:hover > div,
|
419
|
+
table td.hour:hover > div,
|
420
|
+
table td.minute:hover > div,
|
421
|
+
table td.second:hover > div,
|
422
|
+
table td span:hover{
|
423
|
+
background: $opacity-2;
|
424
|
+
}
|
425
|
+
|
426
|
+
table thead tr:first-child th:hover span,
|
427
|
+
table thead tr:first-child th.picker-switch:hover{
|
428
|
+
background-color: $opacity-2;
|
429
|
+
}
|
430
|
+
}
|
431
|
+
|
432
|
+
|
433
|
+
input.datetimepicker[data-color="orange"] + .bootstrap-datetimepicker-widget{
|
434
|
+
background-color: $primary;
|
435
|
+
|
436
|
+
table td.active > div,
|
437
|
+
table td.active:hover > div,
|
438
|
+
button[data-action],
|
439
|
+
&.dropdown-menu.top:after,
|
440
|
+
&.dropdown-menu.bottom:before{
|
441
|
+
color: $primary;
|
442
|
+
}
|
443
|
+
}
|
444
|
+
|
445
|
+
input.datetimepicker[data-color="blue"] + .bootstrap-datetimepicker-widget{
|
446
|
+
background-color: $info;
|
447
|
+
|
448
|
+
table td.active > div,
|
449
|
+
table td.active:hover > div,
|
450
|
+
button[data-action],
|
451
|
+
&.dropdown-menu.top:after,
|
452
|
+
&.dropdown-menu.bottom:before{
|
453
|
+
color: $info;
|
454
|
+
}
|
455
|
+
}
|
456
|
+
|
457
|
+
input.datetimepicker[data-color="green"] + .bootstrap-datetimepicker-widget{
|
458
|
+
background-color: $success;
|
459
|
+
|
460
|
+
table td.active > div,
|
461
|
+
table td.active:hover > div,
|
462
|
+
button[data-action],
|
463
|
+
&.dropdown-menu.top:after,
|
464
|
+
&.dropdown-menu.bottom:before{
|
465
|
+
color: $success;
|
466
|
+
}
|
467
|
+
}
|
468
|
+
|
469
|
+
input.datetimepicker[data-color="red"] + .bootstrap-datetimepicker-widget{
|
470
|
+
background-color: $danger;
|
471
|
+
|
472
|
+
table td.active > div,
|
473
|
+
table td.active:hover > div,
|
474
|
+
button[data-action],
|
475
|
+
&.dropdown-menu.top:after,
|
476
|
+
&.dropdown-menu.bottom:before{
|
477
|
+
color: $danger;
|
478
|
+
}
|
479
|
+
}
|
480
|
+
|
481
|
+
input.datetimepicker[data-color="yellow"] + .bootstrap-datetimepicker-widget{
|
482
|
+
background-color: $warning;
|
483
|
+
|
484
|
+
table td.active > div,
|
485
|
+
table td.active:hover > div,
|
486
|
+
button[data-action],
|
487
|
+
&.dropdown-menu.top:after,
|
488
|
+
&.dropdown-menu.bottom:before{
|
489
|
+
color: $warning;
|
490
|
+
}
|
491
|
+
}
|
492
|
+
|
493
|
+
|
494
|
+
.bootstrap-datetimepicker-widget {
|
495
|
+
&.dropdown-black {
|
496
|
+
.datepicker-days {
|
497
|
+
.day, .minute{
|
498
|
+
color: rgba(255, 255, 255, 0.7);
|
499
|
+
|
500
|
+
&:hover {
|
501
|
+
color: #212529;
|
502
|
+
}
|
503
|
+
}
|
504
|
+
}
|
505
|
+
|
506
|
+
table td span, table td.minute, table td.hour{
|
507
|
+
color: rgba(255, 255, 255, 0.7);
|
508
|
+
}
|
509
|
+
table td span:hover, table td.minute:hover, table td.hour:hover {
|
510
|
+
background: transparent;
|
511
|
+
color: rgba(255, 255, 255, 0.4);
|
512
|
+
|
513
|
+
div{
|
514
|
+
background: transparent;
|
515
|
+
}
|
516
|
+
|
517
|
+
}
|
518
|
+
|
519
|
+
table td .btn[data-action] {
|
520
|
+
color: $white;
|
521
|
+
}
|
522
|
+
|
523
|
+
table td .btn[data-action="togglePeriod"] {
|
524
|
+
background: transparent;
|
525
|
+
}
|
526
|
+
}
|
527
|
+
}
|