vbax-becky_thatcher 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +8 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +21 -0
- data/README.md +39 -0
- data/Rakefile +2 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/vbax/becky_thatcher/engine.rb +14 -0
- data/lib/vbax/becky_thatcher/version.rb +5 -0
- data/lib/vbax/becky_thatcher.rb +8 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_alert.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_badge.scss +47 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_breadcrumb.scss +41 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_button-group.scss +172 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_buttons.scss +143 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_card.scss +301 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_carousel.scss +236 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_close.scss +35 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_code.scss +48 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_custom-forms.scss +433 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_dropdown.scss +166 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_forms.scss +333 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_functions.scss +86 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_grid.scss +52 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_images.scss +42 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_input-group.scss +173 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_jumbotron.scss +16 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_list-group.scss +115 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_media.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_mixins.scss +41 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_modal.scss +180 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_nav.scss +118 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_navbar.scss +299 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_pagination.scss +78 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_popover.scss +183 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_print.scss +141 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_progress.scss +34 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_reboot.scss +483 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_root.scss +19 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_tables.scss +187 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_tooltip.scss +115 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_transitions.scss +22 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_type.scss +125 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_utilities.scss +15 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_variables.scss +952 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_alert.scss +13 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_background-variant.scss +21 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_badge.scss +12 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_border-radius.scss +35 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_box-shadow.scss +5 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_breakpoints.scss +123 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_buttons.scss +109 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_caret.scss +66 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_clearfix.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_float.scss +11 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_forms.scss +147 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_gradients.scss +45 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_grid-framework.scss +67 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_grid.scss +52 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_hover.scss +37 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_image.scss +36 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_list-group.scss +21 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_lists.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_nav-divider.scss +10 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_pagination.scss +22 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_reset-text.scss +17 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_resize.scss +6 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_screen-reader.scss +33 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_size.scss +6 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_table-row.scss +30 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-emphasis.scss +14 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-hide.scss +13 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-truncate.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_transition.scss +13 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_visibility.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_align.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_background.scss +19 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_borders.scss +59 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_clearfix.scss +3 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_display.scss +38 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_embed.scss +52 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_flex.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_float.scss +9 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_position.scss +37 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_screenreaders.scss +11 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_shadows.scss +6 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_sizing.scss +12 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_spacing.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_text.scss +58 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_visibility.scss +11 -0
- data/lib/vbax/sass/becky_thatcher/custom/_alerts.scss +89 -0
- data/lib/vbax/sass/becky_thatcher/custom/_avatars.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/custom/_badge.scss +25 -0
- data/lib/vbax/sass/becky_thatcher/custom/_buttons.scss +281 -0
- data/lib/vbax/sass/becky_thatcher/custom/_card.scss +223 -0
- data/lib/vbax/sass/becky_thatcher/custom/_checkboxes-radio.scss +154 -0
- data/lib/vbax/sass/becky_thatcher/custom/_close.scss +29 -0
- data/lib/vbax/sass/becky_thatcher/custom/_custom-forms.scss +186 -0
- data/lib/vbax/sass/becky_thatcher/custom/_dropdown.scss +361 -0
- data/lib/vbax/sass/becky_thatcher/custom/_example-pages.scss +319 -0
- data/lib/vbax/sass/becky_thatcher/custom/_fixed-plugin.scss +335 -0
- data/lib/vbax/sass/becky_thatcher/custom/_footer.scss +109 -0
- data/lib/vbax/sass/becky_thatcher/custom/_forms.scss +146 -0
- data/lib/vbax/sass/becky_thatcher/custom/_functions.scss +23 -0
- data/lib/vbax/sass/becky_thatcher/custom/_global.scss +172 -0
- data/lib/vbax/sass/becky_thatcher/custom/_grid.scss +5 -0
- data/lib/vbax/sass/becky_thatcher/custom/_icons.scss +92 -0
- data/lib/vbax/sass/becky_thatcher/custom/_images.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/custom/_info-areas.scss +170 -0
- data/lib/vbax/sass/becky_thatcher/custom/_input-group.scss +342 -0
- data/lib/vbax/sass/becky_thatcher/custom/_misc.scss +215 -0
- data/lib/vbax/sass/becky_thatcher/custom/_mixins.scss +15 -0
- data/lib/vbax/sass/becky_thatcher/custom/_modal.scss +257 -0
- data/lib/vbax/sass/becky_thatcher/custom/_nav.scss +85 -0
- data/lib/vbax/sass/becky_thatcher/custom/_navbar.scss +480 -0
- data/lib/vbax/sass/becky_thatcher/custom/_pagination.scss +141 -0
- data/lib/vbax/sass/becky_thatcher/custom/_pills.scss +169 -0
- data/lib/vbax/sass/becky_thatcher/custom/_popover.scss +14 -0
- data/lib/vbax/sass/becky_thatcher/custom/_progress.scss +103 -0
- data/lib/vbax/sass/becky_thatcher/custom/_reboot.scss +18 -0
- data/lib/vbax/sass/becky_thatcher/custom/_rtl.scss +268 -0
- data/lib/vbax/sass/becky_thatcher/custom/_sidebar-and-main-panel.scss +912 -0
- data/lib/vbax/sass/becky_thatcher/custom/_tables.scss +248 -0
- data/lib/vbax/sass/becky_thatcher/custom/_tabs.scss +110 -0
- data/lib/vbax/sass/becky_thatcher/custom/_timeline.scss +251 -0
- data/lib/vbax/sass/becky_thatcher/custom/_type.scss +166 -0
- data/lib/vbax/sass/becky_thatcher/custom/_utilities.scss +9 -0
- data/lib/vbax/sass/becky_thatcher/custom/_variables.scss +997 -0
- data/lib/vbax/sass/becky_thatcher/custom/_white-content.scss +491 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-animation-on-hover.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-chart.scss +84 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-collapse.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-contributions.scss +55 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-lock.scss +18 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-map.scss +3 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-plain.scss +16 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-pricing.scss +190 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-profile.scss +49 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-register.scss +79 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-stats-mini.scss +53 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-stats.scss +80 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-subcategories.scss +3 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-task.scss +31 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-testimonials.scss +46 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-user.scss +77 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-wizard.scss +21 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_alert.scss +14 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_background-variant.scss +18 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_badges.scss +15 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_buttons.scss +343 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_dropdown.scss +26 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_forms.scss +127 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_icon.scss +4 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_inputs.scss +234 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_modals.scss +15 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_page-header.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_popovers.scss +41 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_vendor-prefixes.scss +202 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_wizard.scss +26 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/opacity.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_backgrounds.scss +42 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_floating.scss +54 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_helper.scss +62 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_position.scss +19 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_shadows.scss +10 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_sizing.scss +5 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_spacing.scss +105 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_text.scss +40 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_transform.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_icons.scss +415 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-animate-bootstrap-notify.scss +227 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-bootstrap-select.scss +358 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-bootstrap-switch.scss +316 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-card-wizard.scss +315 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-datatables.net.scss +135 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-datetimepicker.scss +527 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-fullcalendar.scss +1528 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-jasny-fileupload.scss +116 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-jquery.jvectormap.scss +136 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-nouislider.scss +373 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-perfect-scrollbar.scss +116 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-sweetalert2.scss +711 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-tagsinput.scss +79 -0
- data/lib/vbax/sass/becky_thatcher.scss +144 -0
- data/vbax-becky_thatcher.gemspec +41 -0
- metadata +257 -0
@@ -0,0 +1,480 @@
|
|
1
|
+
.navbar {
|
2
|
+
width: 100%;
|
3
|
+
z-index: 1050;
|
4
|
+
background: $navbar-color;
|
5
|
+
|
6
|
+
.photo {
|
7
|
+
display: inline-block;
|
8
|
+
height: 30px;
|
9
|
+
width: 30px;
|
10
|
+
border-radius: 50%;
|
11
|
+
vertical-align: middle;
|
12
|
+
overflow: hidden;
|
13
|
+
img{
|
14
|
+
width: 100%;
|
15
|
+
}
|
16
|
+
}
|
17
|
+
|
18
|
+
.navbar-wrapper {
|
19
|
+
display: flex;
|
20
|
+
align-items: center;
|
21
|
+
}
|
22
|
+
|
23
|
+
.navbar-text {
|
24
|
+
color: $white;
|
25
|
+
}
|
26
|
+
|
27
|
+
.btn{
|
28
|
+
margin: 0 5px 0 10px;
|
29
|
+
}
|
30
|
+
|
31
|
+
&.navbar-absolute{
|
32
|
+
position: absolute;
|
33
|
+
z-index: 1050;
|
34
|
+
}
|
35
|
+
|
36
|
+
|
37
|
+
&.navbar-transparent{
|
38
|
+
background: transparent !important;
|
39
|
+
}
|
40
|
+
|
41
|
+
&.bg-white{
|
42
|
+
.navbar-nav{
|
43
|
+
.search-bar.input-group{
|
44
|
+
i{
|
45
|
+
color: $black;
|
46
|
+
}
|
47
|
+
}
|
48
|
+
|
49
|
+
.search-bar.input-group .form-control{
|
50
|
+
background: rgba($black,0.1);
|
51
|
+
border-radius: 4px;
|
52
|
+
}
|
53
|
+
|
54
|
+
a.nav-link{
|
55
|
+
color: $black !important;
|
56
|
+
p{
|
57
|
+
color: $black;
|
58
|
+
}
|
59
|
+
}
|
60
|
+
|
61
|
+
}
|
62
|
+
|
63
|
+
.navbar-text, .navbar-brand{
|
64
|
+
color: $black;
|
65
|
+
}
|
66
|
+
|
67
|
+
.form-control {
|
68
|
+
color: $black !important;
|
69
|
+
}
|
70
|
+
|
71
|
+
.form-control::placeholder {
|
72
|
+
color: $dark-gray !important;
|
73
|
+
}
|
74
|
+
|
75
|
+
}
|
76
|
+
|
77
|
+
&.bg-dark {
|
78
|
+
background: $black !important;
|
79
|
+
}
|
80
|
+
|
81
|
+
&.bg-primary {
|
82
|
+
background-color: $primary !important;
|
83
|
+
}
|
84
|
+
|
85
|
+
&.bg-warning {
|
86
|
+
background-color: $warning !important;
|
87
|
+
}
|
88
|
+
|
89
|
+
&.bg-info {
|
90
|
+
background-color: $info !important;
|
91
|
+
}
|
92
|
+
|
93
|
+
&.bg-success {
|
94
|
+
background-color: darken($success, 10%) !important;
|
95
|
+
}
|
96
|
+
|
97
|
+
&.bg-danger {
|
98
|
+
background-color: $danger !important;
|
99
|
+
}
|
100
|
+
|
101
|
+
.navbar-brand {
|
102
|
+
position: relative;
|
103
|
+
padding-top: .3125rem;
|
104
|
+
padding-bottom: .3125rem;
|
105
|
+
color: $white;
|
106
|
+
margin-left: 17px;
|
107
|
+
text-transform: uppercase;
|
108
|
+
font-size: $font-paragraph;
|
109
|
+
}
|
110
|
+
|
111
|
+
.navbar-toggle button:focus, .navbar-toggler{
|
112
|
+
outline: none;
|
113
|
+
}
|
114
|
+
|
115
|
+
}
|
116
|
+
|
117
|
+
.navbar-minimize-fixed {
|
118
|
+
position: fixed;
|
119
|
+
margin-left: 40px;
|
120
|
+
margin-top: 14px;
|
121
|
+
transition: 0.3s ease;
|
122
|
+
color: white;
|
123
|
+
z-index: 20;
|
124
|
+
opacity: 0;
|
125
|
+
transition: 0.2s ease;
|
126
|
+
button{
|
127
|
+
i {
|
128
|
+
font-size: 20px;
|
129
|
+
}
|
130
|
+
}
|
131
|
+
}
|
132
|
+
|
133
|
+
.notification {
|
134
|
+
background: $danger;
|
135
|
+
color: $white;
|
136
|
+
border-radius: $border-radius-xl;
|
137
|
+
height: 6px;
|
138
|
+
width: 6px;
|
139
|
+
position: absolute;
|
140
|
+
text-align: center;
|
141
|
+
font-size: 12px;
|
142
|
+
font-weight: 800;
|
143
|
+
top: 10px;
|
144
|
+
right: 10px;
|
145
|
+
border: 1px solid $danger;
|
146
|
+
}
|
147
|
+
|
148
|
+
.navbar-nav li{
|
149
|
+
padding: 0 10px;
|
150
|
+
a{
|
151
|
+
color: $white;
|
152
|
+
}
|
153
|
+
i{
|
154
|
+
vertical-align: middle;
|
155
|
+
font-size: 20px;
|
156
|
+
}
|
157
|
+
}
|
158
|
+
|
159
|
+
@include media-breakpoint-down(md){
|
160
|
+
.navbar {
|
161
|
+
top: -70px;
|
162
|
+
}
|
163
|
+
|
164
|
+
.navbar{
|
165
|
+
.container-fluid{
|
166
|
+
padding-right: 15px;
|
167
|
+
padding-left: 15px;
|
168
|
+
}
|
169
|
+
|
170
|
+
.navbar-collapse{
|
171
|
+
.input-group{
|
172
|
+
margin: 0;
|
173
|
+
margin-top: 5px;
|
174
|
+
}
|
175
|
+
}
|
176
|
+
|
177
|
+
.navbar-nav{
|
178
|
+
|
179
|
+
.btn{
|
180
|
+
margin-left: -3px;
|
181
|
+
display: flex;
|
182
|
+
|
183
|
+
i {
|
184
|
+
margin-right: 12px;
|
185
|
+
}
|
186
|
+
|
187
|
+
span {
|
188
|
+
margin: 0;
|
189
|
+
text-transform: uppercase;
|
190
|
+
font-weight: 300;
|
191
|
+
|
192
|
+
&,
|
193
|
+
&:hover,
|
194
|
+
&:focus,
|
195
|
+
&:active,
|
196
|
+
&:active:focus {
|
197
|
+
color: $black !important;
|
198
|
+
}
|
199
|
+
}
|
200
|
+
}
|
201
|
+
|
202
|
+
a.nav-link{
|
203
|
+
i{
|
204
|
+
opacity: 1;
|
205
|
+
margin-left: 4px;
|
206
|
+
margin-right: 5px;
|
207
|
+
}
|
208
|
+
p{
|
209
|
+
display: inline-block;
|
210
|
+
text-transform: uppercase;
|
211
|
+
margin-left: 7px;
|
212
|
+
}
|
213
|
+
}
|
214
|
+
|
215
|
+
.modal-search .modal-dialog{
|
216
|
+
padding: 0 40px;
|
217
|
+
}
|
218
|
+
.dropdown{
|
219
|
+
margin: 5px 0;
|
220
|
+
.nav-link{
|
221
|
+
padding-bottom: 0;
|
222
|
+
}
|
223
|
+
.dropdown-menu{
|
224
|
+
.dropdown-item{
|
225
|
+
margin-top: 0;
|
226
|
+
padding-left: 24px;
|
227
|
+
}
|
228
|
+
}
|
229
|
+
}
|
230
|
+
}
|
231
|
+
|
232
|
+
.dropdown.show .dropdown-menu{
|
233
|
+
display: block;
|
234
|
+
|
235
|
+
}
|
236
|
+
|
237
|
+
.dropdown .dropdown-menu{
|
238
|
+
display: none;
|
239
|
+
li a{
|
240
|
+
color: $black;
|
241
|
+
}
|
242
|
+
}
|
243
|
+
|
244
|
+
.dropdown.show .dropdown-menu,
|
245
|
+
.dropdown .dropdown-menu{
|
246
|
+
background-color: transparent;
|
247
|
+
border: 0;
|
248
|
+
transition: none;
|
249
|
+
-webkit-box-shadow: none;
|
250
|
+
box-shadow: none;
|
251
|
+
width: auto;
|
252
|
+
margin: 0px 1rem;
|
253
|
+
padding-top: 0;
|
254
|
+
margin-top: 0px;
|
255
|
+
|
256
|
+
&:before{
|
257
|
+
display: none;
|
258
|
+
}
|
259
|
+
}
|
260
|
+
|
261
|
+
.dropdown-menu .dropdown-item:focus,
|
262
|
+
.dropdown-menu .dropdown-item:hover{
|
263
|
+
color: $white;
|
264
|
+
}
|
265
|
+
|
266
|
+
&.bg-white .dropdown-menu .dropdown-item:focus,
|
267
|
+
&.bg-white .dropdown-menu .dropdown-item:hover{
|
268
|
+
color: $default;
|
269
|
+
}
|
270
|
+
|
271
|
+
.navbar-toggler-bar{
|
272
|
+
display: block;
|
273
|
+
position: relative;
|
274
|
+
width: 22px;
|
275
|
+
height: 1px;
|
276
|
+
border-radius: 1px;
|
277
|
+
background: $white;
|
278
|
+
|
279
|
+
&.navbar-kebab{
|
280
|
+
height: 4px;
|
281
|
+
width: 4px;
|
282
|
+
margin-bottom: 3px;
|
283
|
+
border-radius: 50%;
|
284
|
+
}
|
285
|
+
|
286
|
+
& + .navbar-toggler-bar{
|
287
|
+
margin-top: 7px;
|
288
|
+
}
|
289
|
+
|
290
|
+
& + .navbar-toggler-bar.navbar-kebab{
|
291
|
+
margin-top: 0px;
|
292
|
+
}
|
293
|
+
|
294
|
+
&.bar2{
|
295
|
+
width: 17px;
|
296
|
+
transition: width .2s linear;
|
297
|
+
}
|
298
|
+
}
|
299
|
+
|
300
|
+
&.bg-white:not(.navbar-transparent) .navbar-toggler-bar{
|
301
|
+
background-color: $default;
|
302
|
+
}
|
303
|
+
|
304
|
+
& .toggled .navbar-toggler-bar{
|
305
|
+
width: 24px;
|
306
|
+
}
|
307
|
+
}
|
308
|
+
|
309
|
+
.bar1,
|
310
|
+
.bar2,
|
311
|
+
.bar3 {
|
312
|
+
outline: 1px solid transparent;
|
313
|
+
}
|
314
|
+
.bar1 {
|
315
|
+
top: 0px;
|
316
|
+
@include bar-animation($topbar-back);
|
317
|
+
}
|
318
|
+
.bar2 {
|
319
|
+
opacity: 1;
|
320
|
+
}
|
321
|
+
.bar3 {
|
322
|
+
bottom: 0px;
|
323
|
+
@include bar-animation($bottombar-back);
|
324
|
+
}
|
325
|
+
.toggled .bar1 {
|
326
|
+
top: 6px;
|
327
|
+
@include bar-animation($topbar-x);
|
328
|
+
}
|
329
|
+
.toggled .bar2 {
|
330
|
+
opacity: 0;
|
331
|
+
}
|
332
|
+
.toggled .bar3 {
|
333
|
+
bottom: 9px;
|
334
|
+
@include bar-animation($bottombar-x);
|
335
|
+
}
|
336
|
+
|
337
|
+
@include topbar-x-rotation();
|
338
|
+
@include topbar-back-rotation();
|
339
|
+
@include bottombar-x-rotation();
|
340
|
+
@include bottombar-back-rotation();
|
341
|
+
|
342
|
+
@-webkit-keyframes fadeIn {
|
343
|
+
0% {opacity: 0;}
|
344
|
+
100% {opacity: 1;}
|
345
|
+
}
|
346
|
+
@-moz-keyframes fadeIn {
|
347
|
+
0% {opacity: 0;}
|
348
|
+
100% {opacity: 1;}
|
349
|
+
}
|
350
|
+
@keyframes fadeIn {
|
351
|
+
0% {opacity: 0;}
|
352
|
+
100% {opacity: 1;}
|
353
|
+
}
|
354
|
+
|
355
|
+
.navbar-nav{
|
356
|
+
.nav-link{
|
357
|
+
i.fa,
|
358
|
+
i.tim-icons{
|
359
|
+
opacity: .5;
|
360
|
+
}
|
361
|
+
}
|
362
|
+
}
|
363
|
+
|
364
|
+
}
|
365
|
+
|
366
|
+
@include media-breakpoint-up(lg) {
|
367
|
+
.navbar-collapse {
|
368
|
+
background: none !important;
|
369
|
+
}
|
370
|
+
|
371
|
+
.navbar .navbar-toggle {
|
372
|
+
display: none;
|
373
|
+
|
374
|
+
}
|
375
|
+
|
376
|
+
.navbar-nav {
|
377
|
+
.nav-link {
|
378
|
+
&.profile-photo {
|
379
|
+
padding: 0;
|
380
|
+
margin: 7px $padding-base-horizontal;
|
381
|
+
}
|
382
|
+
}
|
383
|
+
}
|
384
|
+
|
385
|
+
.navbar {
|
386
|
+
.caret {
|
387
|
+
position: absolute;
|
388
|
+
left: 80%;
|
389
|
+
top: 55%;
|
390
|
+
margin-left: 0;
|
391
|
+
}
|
392
|
+
}
|
393
|
+
|
394
|
+
.navbar-expand-lg .navbar-nav .nav-link {
|
395
|
+
padding-right: $list-inline-padding;
|
396
|
+
padding-left: $list-inline-padding;
|
397
|
+
}
|
398
|
+
|
399
|
+
}
|
400
|
+
|
401
|
+
@include media-breakpoint-down(xs) {
|
402
|
+
.navbar[class*='navbar-toggleable-'] .container {
|
403
|
+
margin-left: 0;
|
404
|
+
margin-right: 0;
|
405
|
+
}
|
406
|
+
|
407
|
+
}
|
408
|
+
|
409
|
+
@include media-breakpoint-between (md, lg){
|
410
|
+
.bar1,
|
411
|
+
.bar2,
|
412
|
+
.bar3 {
|
413
|
+
outline: 1px solid transparent;
|
414
|
+
}
|
415
|
+
.bar1 {
|
416
|
+
top: 0px;
|
417
|
+
@include bar-animation($topbar-back);
|
418
|
+
}
|
419
|
+
.bar2 {
|
420
|
+
opacity: 1;
|
421
|
+
}
|
422
|
+
.bar3 {
|
423
|
+
bottom: 0px;
|
424
|
+
@include bar-animation($bottombar-back);
|
425
|
+
}
|
426
|
+
.toggled .bar1 {
|
427
|
+
top: 7px;
|
428
|
+
@include bar-animation($topbar-x);
|
429
|
+
}
|
430
|
+
.toggled .bar2 {
|
431
|
+
opacity: 0;
|
432
|
+
}
|
433
|
+
.toggled .bar3 {
|
434
|
+
bottom: 9px;
|
435
|
+
@include bar-animation($bottombar-x);
|
436
|
+
}
|
437
|
+
|
438
|
+
@include topbar-x-rotation();
|
439
|
+
@include topbar-back-rotation();
|
440
|
+
@include bottombar-x-rotation();
|
441
|
+
@include bottombar-back-rotation();
|
442
|
+
|
443
|
+
@-webkit-keyframes fadeIn {
|
444
|
+
0% {opacity: 0;}
|
445
|
+
100% {opacity: 1;}
|
446
|
+
}
|
447
|
+
@-moz-keyframes fadeIn {
|
448
|
+
0% {opacity: 0;}
|
449
|
+
100% {opacity: 1;}
|
450
|
+
}
|
451
|
+
@keyframes fadeIn {
|
452
|
+
0% {opacity: 0;}
|
453
|
+
100% {opacity: 1;}
|
454
|
+
}
|
455
|
+
|
456
|
+
.navbar .navbar-toggler-bar.bar2 {
|
457
|
+
width: 17px;
|
458
|
+
transition: width .2s linear;
|
459
|
+
}
|
460
|
+
|
461
|
+
.navbar .navbar-toggler-bar {
|
462
|
+
display: block;
|
463
|
+
position: relative !important;
|
464
|
+
width: 22px;
|
465
|
+
height: 1px;
|
466
|
+
border-radius: 1px;
|
467
|
+
background: $white;
|
468
|
+
}
|
469
|
+
.navbar .navbar-toggler-bar+.navbar-toggler-bar {
|
470
|
+
margin-top: 7px;
|
471
|
+
}
|
472
|
+
|
473
|
+
.navbar .navbar-toggle .navbar-toggler{
|
474
|
+
display: block;
|
475
|
+
}
|
476
|
+
|
477
|
+
.navbar-minimize-fixed{
|
478
|
+
display: none;
|
479
|
+
}
|
480
|
+
}
|
@@ -0,0 +1,141 @@
|
|
1
|
+
.pagination {
|
2
|
+
.page-item .page-link {
|
3
|
+
border: 0;
|
4
|
+
border-radius: 30px !important;
|
5
|
+
transition: all .3s;
|
6
|
+
margin: 0 3px;
|
7
|
+
min-width: 30px;
|
8
|
+
text-align: center;
|
9
|
+
height: 30px;
|
10
|
+
line-height: 30px;
|
11
|
+
cursor: pointer;
|
12
|
+
text-transform: uppercase;
|
13
|
+
outline: none;
|
14
|
+
|
15
|
+
&:hover,
|
16
|
+
&:focus {
|
17
|
+
background-color: rgba($white, 0.1);
|
18
|
+
color: $white;
|
19
|
+
border: none;
|
20
|
+
box-shadow: none;
|
21
|
+
}
|
22
|
+
}
|
23
|
+
|
24
|
+
.arrow-margin-left,
|
25
|
+
.arrow-margin-right {
|
26
|
+
position: absolute;
|
27
|
+
}
|
28
|
+
|
29
|
+
.arrow-margin-right {
|
30
|
+
right: 0;
|
31
|
+
}
|
32
|
+
|
33
|
+
.arrow-margin-left {
|
34
|
+
left: 0;
|
35
|
+
}
|
36
|
+
|
37
|
+
.page-item.active > .page-link {
|
38
|
+
color: $white;
|
39
|
+
box-shadow: $box-shadow;
|
40
|
+
|
41
|
+
&,
|
42
|
+
&:focus,
|
43
|
+
&:hover{
|
44
|
+
@include diagonal-gradient($primary, $primary-states);
|
45
|
+
|
46
|
+
color: $white;
|
47
|
+
}
|
48
|
+
}
|
49
|
+
|
50
|
+
.page-item.disabled > .page-link{
|
51
|
+
opacity: .5;
|
52
|
+
}
|
53
|
+
|
54
|
+
// Colors
|
55
|
+
&.pagination-info{
|
56
|
+
.page-item.active > .page-link{
|
57
|
+
&,
|
58
|
+
&:focus,
|
59
|
+
&:hover{
|
60
|
+
@include diagonal-gradient($info, $info-states);
|
61
|
+
}
|
62
|
+
}
|
63
|
+
}
|
64
|
+
|
65
|
+
&.pagination-success{
|
66
|
+
.page-item.active > .page-link{
|
67
|
+
&,
|
68
|
+
&:focus,
|
69
|
+
&:hover{
|
70
|
+
@include diagonal-gradient($success, $success-states);
|
71
|
+
}
|
72
|
+
}
|
73
|
+
}
|
74
|
+
|
75
|
+
&.pagination-primary{
|
76
|
+
.page-item.active > .page-link{
|
77
|
+
&,
|
78
|
+
&:focus,
|
79
|
+
&:hover{
|
80
|
+
@include diagonal-gradient($primary, $primary-states);
|
81
|
+
|
82
|
+
}
|
83
|
+
}
|
84
|
+
}
|
85
|
+
|
86
|
+
&.pagination-warning{
|
87
|
+
.page-item.active > .page-link{
|
88
|
+
&,
|
89
|
+
&:focus,
|
90
|
+
&:hover{
|
91
|
+
@include diagonal-gradient($warning, $warning-states);
|
92
|
+
|
93
|
+
}
|
94
|
+
}
|
95
|
+
}
|
96
|
+
|
97
|
+
&.pagination-danger{
|
98
|
+
.page-item.active > .page-link{
|
99
|
+
&,
|
100
|
+
&:focus,
|
101
|
+
&:hover{
|
102
|
+
@include diagonal-gradient($danger, $danger-states);
|
103
|
+
|
104
|
+
}
|
105
|
+
}
|
106
|
+
}
|
107
|
+
|
108
|
+
&.pagination-neutral{
|
109
|
+
.page-item > .page-link{
|
110
|
+
color: $white;
|
111
|
+
|
112
|
+
&:focus,
|
113
|
+
&:hover{
|
114
|
+
background-color: $opacity-2;
|
115
|
+
color: $white;
|
116
|
+
}
|
117
|
+
}
|
118
|
+
|
119
|
+
.page-item.active > .page-link{
|
120
|
+
&,
|
121
|
+
&:focus,
|
122
|
+
&:hover{
|
123
|
+
background-color: $white;
|
124
|
+
border-color: $white;
|
125
|
+
color: $brand-primary;
|
126
|
+
}
|
127
|
+
}
|
128
|
+
}
|
129
|
+
|
130
|
+
}
|
131
|
+
|
132
|
+
@include media-breakpoint-down(sm){
|
133
|
+
div.dataTables_paginate ul.pagination {
|
134
|
+
.page-item:first-of-type,
|
135
|
+
.page-item:nth-of-type(2),
|
136
|
+
.page-item:nth-of-type(8),
|
137
|
+
.page-item:last-of-type {
|
138
|
+
display: none !important;
|
139
|
+
}
|
140
|
+
}
|
141
|
+
}
|