viniBaxter-spa_landing 0.6.0 → 13.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.DS_Store +0 -0
- data/lib/viniBaxter/sass/.DS_Store +0 -0
- data/lib/viniBaxter/sass/bootstrap/_alert.scss +51 -0
- data/lib/viniBaxter/sass/bootstrap/_badge.scss +54 -0
- data/lib/viniBaxter/sass/bootstrap/_breadcrumb.scss +44 -0
- data/lib/viniBaxter/sass/bootstrap/_button-group.scss +163 -0
- data/lib/viniBaxter/sass/bootstrap/_buttons.scss +203 -0
- data/lib/viniBaxter/sass/bootstrap/_card.scss +286 -0
- data/lib/viniBaxter/sass/bootstrap/_carousel.scss +197 -0
- data/lib/viniBaxter/sass/bootstrap/_close.scss +40 -0
- data/lib/viniBaxter/sass/bootstrap/_code.scss +48 -0
- data/lib/viniBaxter/sass/bootstrap/_custom-forms.scss +523 -0
- data/lib/viniBaxter/sass/bootstrap/_dropdown.scss +192 -0
- data/lib/viniBaxter/sass/bootstrap/_forms.scss +364 -0
- data/lib/viniBaxter/sass/bootstrap/_grid.scss +82 -0
- data/lib/viniBaxter/sass/bootstrap/_images.scss +42 -0
- data/lib/viniBaxter/sass/bootstrap/_input-group.scss +192 -0
- data/lib/viniBaxter/sass/bootstrap/_jumbotron.scss +17 -0
- data/lib/viniBaxter/sass/bootstrap/_list-group.scss +154 -0
- data/lib/viniBaxter/sass/bootstrap/_media.scss +8 -0
- data/lib/viniBaxter/sass/bootstrap/_mixins.scss +47 -0
- data/lib/viniBaxter/sass/bootstrap/_modal.scss +240 -0
- data/lib/viniBaxter/sass/bootstrap/_nav.scss +123 -0
- data/lib/viniBaxter/sass/bootstrap/_navbar.scss +318 -0
- data/lib/viniBaxter/sass/bootstrap/_pagination.scss +74 -0
- data/lib/viniBaxter/sass/bootstrap/_popover.scss +170 -0
- data/lib/viniBaxter/sass/bootstrap/_print.scss +141 -0
- data/lib/viniBaxter/sass/bootstrap/_progress.scss +47 -0
- data/lib/viniBaxter/sass/bootstrap/_reboot.scss +498 -0
- data/lib/viniBaxter/sass/bootstrap/_root.scss +20 -0
- data/lib/viniBaxter/sass/bootstrap/_spinners.scss +56 -0
- data/lib/viniBaxter/sass/bootstrap/_tables.scss +185 -0
- data/lib/viniBaxter/sass/bootstrap/_toasts.scss +46 -0
- data/lib/viniBaxter/sass/bootstrap/_tooltip.scss +115 -0
- data/lib/viniBaxter/sass/bootstrap/_transitions.scss +20 -0
- data/lib/viniBaxter/sass/bootstrap/_type.scss +149 -0
- data/lib/viniBaxter/sass/bootstrap/_utilities.scss +18 -0
- data/lib/viniBaxter/sass/bootstrap/bootstrap-grid.scss +29 -0
- data/lib/viniBaxter/sass/bootstrap/bootstrap-reboot.scss +12 -0
- data/lib/viniBaxter/sass/bootstrap/bootstrap.scss +42 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_alert.scss +13 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_background-variant.scss +23 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_badge.scss +17 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_border-radius.scss +76 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_box-shadow.scss +20 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_breakpoints.scss +123 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_buttons.scss +153 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_caret.scss +62 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_clearfix.scss +7 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_deprecate.scss +10 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_float.scss +14 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_forms.scss +178 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_gradients.scss +45 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_grid-framework.scss +80 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_grid.scss +72 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_hover.scss +37 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_image.scss +36 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_list-group.scss +21 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_lists.scss +7 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_nav-divider.scss +11 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_pagination.scss +22 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_reset-text.scss +17 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_resize.scss +6 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_screen-reader.scss +34 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_size.scss +7 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_table-row.scss +39 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_text-emphasis.scss +17 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_text-hide.scss +11 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_text-truncate.scss +8 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_transition.scss +26 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_visibility.scss +8 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_align.scss +8 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_background.scss +19 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_borders.scss +75 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_clearfix.scss +3 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_display.scss +26 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_embed.scss +39 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_flex.scss +51 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_float.scss +11 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_interactions.scss +5 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_overflow.scss +5 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_position.scss +34 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_screenreaders.scss +11 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_shadows.scss +6 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_sizing.scss +20 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_spacing.scss +73 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_stretched-link.scss +19 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_text.scss +72 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_visibility.scss +13 -0
- data/lib/viniBaxter/sass/bootstrap/vendor/_rfs.scss +204 -0
- data/lib/viniBaxter/sass/spa_landing-basic-nav.scss +11 -0
- data/lib/viniBaxter/sass/spa_landing-nav.scss +11 -0
- data/lib/viniBaxter/sass/spa_landing/.DS_Store +0 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_aos.scss +13 -11
- data/lib/viniBaxter/sass/spa_landing/theme/_avatar.scss +24 -20
- data/lib/viniBaxter/sass/spa_landing/theme/_both_gems.scss +1 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_buttons.scss +66 -10
- data/lib/viniBaxter/sass/spa_landing/theme/_card.scss +60 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_choices.scss +20 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_custom-forms.scss +19 -7
- data/lib/viniBaxter/sass/spa_landing/theme/_dropdown-extend.scss +113 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_dropdown.scss +18 -19
- data/lib/viniBaxter/sass/spa_landing/theme/_dropdown_creative.scss +140 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_dropzone.scss +89 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_feather.scss +0 -1079
- data/lib/viniBaxter/sass/spa_landing/theme/_forms.scss +14 -3
- data/lib/viniBaxter/sass/spa_landing/theme/_functions.scss +2 -2
- data/lib/viniBaxter/sass/spa_landing/theme/_grid.scss +1 -1
- data/lib/viniBaxter/sass/spa_landing/theme/_icon.scss +12 -14
- data/lib/viniBaxter/sass/spa_landing/theme/_input-group.scss +16 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_landind-page.scss +39 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_mixins.scss +8 -3
- data/lib/viniBaxter/sass/spa_landing/theme/_modal.scss +5 -8
- data/lib/viniBaxter/sass/spa_landing/theme/_navbar-extend.scss +54 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_navbar.scss +270 -272
- data/lib/viniBaxter/sass/spa_landing/theme/_navbar_creative.scss +456 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_quill.scss +284 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_reboot.scss +2 -10
- data/lib/viniBaxter/sass/spa_landing/theme/_responsive.scss +307 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_shapes.scss +10 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_theme-basic-nav.scss +56 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_theme.scss +59 -48
- data/lib/viniBaxter/sass/spa_landing/theme/_type.scss +63 -20
- data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_banking.scss +17 -0
- data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_class-added-with-javascript.scss +15 -0
- data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_custom_modals.scss +115 -0
- data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_flatpickr.scss +120 -0
- data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_flex-container-logic.scss +87 -0
- data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_footer-links-map.scss +8 -0
- data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_form-search.scss +34 -0
- data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_hiw.scss +49 -0
- data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_index.scss +13 -0
- data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_jumbotron-logic.scss +1 -0
- data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_key-frame.scss +9 -0
- data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_mission.scss +6 -0
- data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_mixins.scss +38 -0
- data/lib/viniBaxter/sass/spa_landing/theme/both_gems/flatpickr/fatpickr_mixins.scss +99 -0
- data/lib/viniBaxter/sass/spa_landing/theme/both_gems/jumbotrons/_jubo-home.scss +154 -0
- data/lib/viniBaxter/sass/spa_landing/theme/hidden/_hidden-down.scss +43 -0
- data/lib/viniBaxter/sass/spa_landing/theme/hidden/_index.scss +13 -0
- data/lib/viniBaxter/sass/spa_landing/theme/hidden/_show-down.scss +57 -0
- data/lib/viniBaxter/sass/spa_landing/theme/hidden/_show.scss +122 -0
- data/lib/viniBaxter/sass/spa_landing/theme/iOS/_1068.scss +44 -0
- data/lib/viniBaxter/sass/spa_landing/theme/iOS/_735.scss +56 -0
- data/lib/viniBaxter/sass/spa_landing/theme/iOS/_OS_style.scss +211 -0
- data/lib/viniBaxter/sass/spa_landing/theme/iOS/_index.scss +3 -0
- data/lib/viniBaxter/sass/spa_landing/theme/iOS/_os_card.scss +152 -0
- data/lib/viniBaxter/sass/spa_landing/theme/iOS/_safari__blur__effect.scss +50 -0
- data/lib/viniBaxter/sass/spa_landing/theme/mixins/_colored_block.scss +78 -0
- data/lib/viniBaxter/sass/spa_landing/theme/mixins/_dropdown.scss +29 -0
- data/lib/viniBaxter/sass/spa_landing/theme/mixins/_mixins.scss +3 -0
- data/lib/viniBaxter/sass/spa_landing/theme/mixins/_navbar.scss +318 -0
- data/lib/viniBaxter/sass/spa_landing/theme/mixins/_transparency.scss +8 -0
- data/lib/viniBaxter/sass/spa_landing/theme/mixins/_vendor-prefixes.scss +305 -0
- data/lib/viniBaxter/sass/spa_landing/theme/now-ui-kit.scss +6 -0
- data/lib/viniBaxter/sass/spa_landing/theme/utilities/_borders.scss +10 -2
- data/lib/viniBaxter/sass/spa_landing/theme/utilities/_overlay.scss +23 -6
- data/lib/viniBaxter/sass/spa_landing/theme/utilities/_type.scss +8 -4
- data/lib/viniBaxter/spa_landing/version.rb +1 -1
- data/viniBaxter-spa_landing-13.1.gem +0 -0
- metadata +140 -15
- data/lib/viniBaxter/sass/spa_landing.scss +0 -5
- data/lib/viniBaxter/sass/spa_landing/theme/_button-group.scss +0 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_carousel.scss +0 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_code.scss +0 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_jumbotron.scss +0 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_media.scss +0 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_nav.scss +0 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_print.scss +0 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_progress.scss +0 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_root.scss +0 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_tooltip.scss +0 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_transitions.scss +0 -0
@@ -0,0 +1,29 @@
|
|
1
|
+
@mixin dropdown-colors(
|
2
|
+
$brand-color,
|
3
|
+
$dropdown-header-color,
|
4
|
+
$dropdown-color,
|
5
|
+
$background-color
|
6
|
+
) {
|
7
|
+
background-color: $brand-color;
|
8
|
+
|
9
|
+
&:before {
|
10
|
+
color: $brand-color;
|
11
|
+
}
|
12
|
+
|
13
|
+
.dropdown-header:not([href]):not([tabindex]) {
|
14
|
+
color: $dropdown-header-color;
|
15
|
+
}
|
16
|
+
|
17
|
+
.dropdown-item {
|
18
|
+
color: $dropdown-color;
|
19
|
+
|
20
|
+
&:hover,
|
21
|
+
&:focus {
|
22
|
+
background-color: $background-color;
|
23
|
+
}
|
24
|
+
}
|
25
|
+
|
26
|
+
.dropdown-divider {
|
27
|
+
background-color: $background-color;
|
28
|
+
}
|
29
|
+
}
|
@@ -0,0 +1,318 @@
|
|
1
|
+
@mixin navbar-responsive() {
|
2
|
+
.menu-on-left .navbar-translate {
|
3
|
+
flex-direction: row-reverse;
|
4
|
+
}
|
5
|
+
|
6
|
+
.navbar {
|
7
|
+
.navbar-toggler-bar {
|
8
|
+
display: block;
|
9
|
+
position: relative;
|
10
|
+
width: 22px;
|
11
|
+
height: 1px;
|
12
|
+
border-radius: 1px;
|
13
|
+
background: $black;
|
14
|
+
|
15
|
+
& + .navbar-toggler-bar {
|
16
|
+
margin-top: 7px;
|
17
|
+
}
|
18
|
+
|
19
|
+
&.bar2 {
|
20
|
+
width: 17px;
|
21
|
+
transition: width 0.2s linear;
|
22
|
+
}
|
23
|
+
}
|
24
|
+
&.relative-top {
|
25
|
+
.navbar-toggler-bar {
|
26
|
+
background: $white;
|
27
|
+
}
|
28
|
+
}
|
29
|
+
.navbar-nav {
|
30
|
+
margin-top: 53px;
|
31
|
+
position: relative;
|
32
|
+
// max-height: calc(100vh - 75px);
|
33
|
+
// min-height: 100%;
|
34
|
+
overflow: auto;
|
35
|
+
|
36
|
+
&.navbar-logo {
|
37
|
+
top: 0;
|
38
|
+
height: 53px;
|
39
|
+
}
|
40
|
+
}
|
41
|
+
|
42
|
+
.dropdown.show .dropdown-menu,
|
43
|
+
.dropdown .dropdown-menu {
|
44
|
+
background-color: transparent;
|
45
|
+
border: 0;
|
46
|
+
transition: none;
|
47
|
+
-webkit-box-shadow: none;
|
48
|
+
box-shadow: none;
|
49
|
+
width: auto;
|
50
|
+
margin: 0 1rem;
|
51
|
+
margin-bottom: 15px;
|
52
|
+
padding-top: 0;
|
53
|
+
height: auto;
|
54
|
+
overflow-y: scroll;
|
55
|
+
|
56
|
+
&:before {
|
57
|
+
display: none;
|
58
|
+
}
|
59
|
+
}
|
60
|
+
|
61
|
+
.dropdown {
|
62
|
+
.dropdown-item {
|
63
|
+
padding-left: 2.5rem;
|
64
|
+
}
|
65
|
+
|
66
|
+
.dropdown-menu {
|
67
|
+
display: none;
|
68
|
+
}
|
69
|
+
|
70
|
+
&.show .dropdown-menu {
|
71
|
+
display: block;
|
72
|
+
}
|
73
|
+
}
|
74
|
+
|
75
|
+
.dropdown-menu .dropdown-item:focus,
|
76
|
+
.dropdown-menu .dropdown-item:hover {
|
77
|
+
color: $white;
|
78
|
+
border-radius: $border-radius-small;
|
79
|
+
}
|
80
|
+
|
81
|
+
.navbar-translate {
|
82
|
+
width: 100%;
|
83
|
+
position: relative;
|
84
|
+
display: flex;
|
85
|
+
-ms-flex-pack: justify !important;
|
86
|
+
justify-content: space-between !important;
|
87
|
+
-ms-flex-align: center;
|
88
|
+
align-items: center;
|
89
|
+
@include transform-translate-x(0px);
|
90
|
+
@include custom_transition(0.5s, cubic-bezier(0.685, 0.0473, 0.346, 1));
|
91
|
+
padding: 0.5rem 1rem;
|
92
|
+
}
|
93
|
+
|
94
|
+
&.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
|
95
|
+
background: $dark;
|
96
|
+
}
|
97
|
+
}
|
98
|
+
|
99
|
+
// .bar1,
|
100
|
+
// .bar2,
|
101
|
+
// .bar3 {
|
102
|
+
// outline: 1px solid transparent;
|
103
|
+
// }
|
104
|
+
// .bar1 {
|
105
|
+
// top: 0px;
|
106
|
+
// @include bar-animation($topbar-back);
|
107
|
+
// }
|
108
|
+
// .bar2 {
|
109
|
+
// opacity: 1;
|
110
|
+
// }
|
111
|
+
// .bar3 {
|
112
|
+
// bottom: 0px;
|
113
|
+
// @include bar-animation($bottombar-back);
|
114
|
+
// }
|
115
|
+
// .toggled .bar1 {
|
116
|
+
// top: 6px;
|
117
|
+
// @include bar-animation($topbar-x);
|
118
|
+
// }
|
119
|
+
// .toggled .bar2 {
|
120
|
+
// opacity: 0;
|
121
|
+
// }
|
122
|
+
// .toggled .bar3 {
|
123
|
+
// bottom: 6px;
|
124
|
+
// @include bar-animation($bottombar-x);
|
125
|
+
// }
|
126
|
+
|
127
|
+
.top-bar {
|
128
|
+
transform: rotate(0);
|
129
|
+
}
|
130
|
+
.middle-bar {
|
131
|
+
opacity: 1;
|
132
|
+
}
|
133
|
+
.bottom-bar {
|
134
|
+
transform: rotate(0);
|
135
|
+
}
|
136
|
+
|
137
|
+
.top-bar,
|
138
|
+
.middle-bar,
|
139
|
+
.bottom-bar {
|
140
|
+
transition: all 0.2s;
|
141
|
+
}
|
142
|
+
|
143
|
+
.toggled {
|
144
|
+
.top-bar {
|
145
|
+
transform: rotate(45deg);
|
146
|
+
transform-origin: 0%;
|
147
|
+
}
|
148
|
+
.bottom-bar {
|
149
|
+
transform: rotate(-45deg);
|
150
|
+
transform-origin: 0%;
|
151
|
+
}
|
152
|
+
.middle-bar {
|
153
|
+
opacity: 0;
|
154
|
+
}
|
155
|
+
}
|
156
|
+
|
157
|
+
//
|
158
|
+
// @include topbar-x-rotation();
|
159
|
+
// @include topbar-back-rotation();
|
160
|
+
// @include bottombar-x-rotation();
|
161
|
+
// @include bottombar-back-rotation();
|
162
|
+
//
|
163
|
+
// @-webkit-keyframes fadeIn {
|
164
|
+
// 0% {opacity: 0;}
|
165
|
+
// 100% {opacity: 1;}
|
166
|
+
// }
|
167
|
+
// @-moz-keyframes fadeIn {
|
168
|
+
// 0% {opacity: 0;}
|
169
|
+
// 100% {opacity: 1;}
|
170
|
+
// }
|
171
|
+
// @keyframes fadeIn {
|
172
|
+
// 0% {opacity: 0;}
|
173
|
+
// 100% {opacity: 1;}
|
174
|
+
// }
|
175
|
+
}
|
176
|
+
|
177
|
+
@mixin navbar-collapse() {
|
178
|
+
#globalnav {
|
179
|
+
background: $opacity-2;
|
180
|
+
user-select: none;
|
181
|
+
}
|
182
|
+
|
183
|
+
@supports (
|
184
|
+
(-webkit-backdrop-filter: $small-backdrop-filter) or
|
185
|
+
(backdrop-filter: $small-backdrop-filter)
|
186
|
+
) {
|
187
|
+
#globalnav {
|
188
|
+
background: $opacity-2;
|
189
|
+
-webkit-backdrop-filter: $small-backdrop-filter;
|
190
|
+
backdrop-filter: $small-backdrop-filter;
|
191
|
+
}
|
192
|
+
}
|
193
|
+
.navbar-collapse {
|
194
|
+
position: fixed;
|
195
|
+
display: block !important;
|
196
|
+
top: 0;
|
197
|
+
height: 100% !important;
|
198
|
+
width: 300px;
|
199
|
+
right: 0;
|
200
|
+
z-index: 1032;
|
201
|
+
visibility: visible;
|
202
|
+
background-color: #999;
|
203
|
+
overflow-y: visible;
|
204
|
+
border-top: none;
|
205
|
+
text-align: left;
|
206
|
+
|
207
|
+
@include transform-translate-x(300px);
|
208
|
+
@include custom_transition(0.5s, cubic-bezier(0.685, 0.0473, 0.346, 1));
|
209
|
+
|
210
|
+
&:before {
|
211
|
+
// background: $brand-primary; /* For browsers that do not support gradients */
|
212
|
+
background: $secondary-gradient;
|
213
|
+
@include opacity(0.76);
|
214
|
+
box-shadow: $material-shadow;
|
215
|
+
display: block;
|
216
|
+
content: '';
|
217
|
+
position: absolute;
|
218
|
+
width: 100%;
|
219
|
+
height: 100%;
|
220
|
+
top: 0;
|
221
|
+
left: 0;
|
222
|
+
z-index: -1;
|
223
|
+
}
|
224
|
+
|
225
|
+
.navbar-nav:not(.navbar-logo) {
|
226
|
+
.nav-link {
|
227
|
+
margin: 0 1rem;
|
228
|
+
margin-top: 0.3125rem;
|
229
|
+
|
230
|
+
&:not(.btn) {
|
231
|
+
color: $white !important;
|
232
|
+
}
|
233
|
+
}
|
234
|
+
}
|
235
|
+
|
236
|
+
.dropdown-menu .dropdown-item {
|
237
|
+
color: $white;
|
238
|
+
}
|
239
|
+
|
240
|
+
.btn {
|
241
|
+
position: fixed !important;
|
242
|
+
bottom: 30px;
|
243
|
+
margin-left: 30px;
|
244
|
+
width: 80%;
|
245
|
+
color: $white !important;
|
246
|
+
}
|
247
|
+
|
248
|
+
// check btn-outline-
|
249
|
+
// which incude btn-outline-gradient-also
|
250
|
+
// with colored navbar
|
251
|
+
[class^='btn-outline-'],
|
252
|
+
[class*='btn-outline-'] {
|
253
|
+
@include button-outline-variant($white);
|
254
|
+
&:hover {
|
255
|
+
color: $white !important;
|
256
|
+
background-color: transparent !important;
|
257
|
+
}
|
258
|
+
}
|
259
|
+
}
|
260
|
+
|
261
|
+
@include navbar-responsive();
|
262
|
+
|
263
|
+
[class*='navbar-expand-'] .navbar-collapse {
|
264
|
+
width: 300px;
|
265
|
+
}
|
266
|
+
|
267
|
+
.wrapper {
|
268
|
+
@include custom_transition(0.5s, cubic-bezier(0.685, 0.0473, 0.346, 1));
|
269
|
+
}
|
270
|
+
|
271
|
+
#bodyClick {
|
272
|
+
height: 100%;
|
273
|
+
width: 100%;
|
274
|
+
position: fixed;
|
275
|
+
opacity: 1;
|
276
|
+
top: 0;
|
277
|
+
left: auto;
|
278
|
+
right: 300px;
|
279
|
+
content: '';
|
280
|
+
z-index: 9999;
|
281
|
+
overflow-x: hidden;
|
282
|
+
background-color: transparent;
|
283
|
+
@include custom_transition(0.5s, cubic-bezier(0.685, 0.0473, 0.346, 1));
|
284
|
+
}
|
285
|
+
}
|
286
|
+
@mixin navbar-hover-link($color, $border) {
|
287
|
+
padding-top: 10px;
|
288
|
+
color: $color;
|
289
|
+
font-size: 14px;
|
290
|
+
line-height: $line-height-nav-link;
|
291
|
+
display: block;
|
292
|
+
transition: 0.3s ease;
|
293
|
+
transform: $transition-border;
|
294
|
+
&:hover {
|
295
|
+
text-decoration: none !important;
|
296
|
+
}
|
297
|
+
&:after {
|
298
|
+
display: block;
|
299
|
+
content: '';
|
300
|
+
border-bottom: $border;
|
301
|
+
transform: scaleX(0);
|
302
|
+
transition: transform $transition-border;
|
303
|
+
}
|
304
|
+
&:hover:after {
|
305
|
+
transform: scaleX(1);
|
306
|
+
}
|
307
|
+
&.fromLeft:after {
|
308
|
+
transform-origin: 0% 50%;
|
309
|
+
}
|
310
|
+
&:focus {
|
311
|
+
color: $color;
|
312
|
+
opacity: 1;
|
313
|
+
text-decoration: none !important;
|
314
|
+
}
|
315
|
+
p {
|
316
|
+
font-weight: $font-weight-normal;
|
317
|
+
}
|
318
|
+
}
|
@@ -0,0 +1,305 @@
|
|
1
|
+
@mixin box-shadow($shadow...) {
|
2
|
+
-webkit-box-shadow: $shadow; // iOS <4.3 & Android <4.1
|
3
|
+
box-shadow: $shadow;
|
4
|
+
}
|
5
|
+
|
6
|
+
@mixin transition-input-focus-color() {
|
7
|
+
-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
|
8
|
+
background-color 0.3s ease-in-out;
|
9
|
+
-moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
|
10
|
+
background-color 0.3s ease-in-out;
|
11
|
+
-o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
|
12
|
+
background-color 0.3s ease-in-out;
|
13
|
+
-ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
|
14
|
+
background-color 0.3s ease-in-out;
|
15
|
+
transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
|
16
|
+
background-color 0.3s ease-in-out;
|
17
|
+
}
|
18
|
+
|
19
|
+
@mixin custom_transition($time, $type) {
|
20
|
+
-webkit-transition: all $time $type;
|
21
|
+
-moz-transition: all $time $type;
|
22
|
+
-o-transition: all $time $type;
|
23
|
+
-ms-transition: all $time $type;
|
24
|
+
transition: all $time $type;
|
25
|
+
}
|
26
|
+
|
27
|
+
@mixin transition-on-prop($prop, $time, $type) {
|
28
|
+
-webkit-transition: $prop $time $type;
|
29
|
+
-moz-transition: $prop $time $type;
|
30
|
+
-o-transition: $prop $time $type;
|
31
|
+
-ms-transition: all $time $type;
|
32
|
+
transition: $prop $time $type;
|
33
|
+
}
|
34
|
+
|
35
|
+
@mixin rotate-180() {
|
36
|
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
37
|
+
-webkit-transform: rotate(180deg);
|
38
|
+
-ms-transform: rotate(180deg);
|
39
|
+
transform: rotate(180deg);
|
40
|
+
}
|
41
|
+
|
42
|
+
@mixin transform-scale($value) {
|
43
|
+
-webkit-transform: scale($value);
|
44
|
+
-moz-transform: scale($value);
|
45
|
+
-o-transform: scale($value);
|
46
|
+
-ms-transform: scale($value);
|
47
|
+
transform: scale($value);
|
48
|
+
}
|
49
|
+
|
50
|
+
@mixin transform-translate-x($value) {
|
51
|
+
-webkit-transform: translate3d($value, 0, 0);
|
52
|
+
-moz-transform: translate3d($value, 0, 0);
|
53
|
+
-o-transform: translate3d($value, 0, 0);
|
54
|
+
-ms-transform: translate3d($value, 0, 0);
|
55
|
+
transform: translate3d($value, 0, 0);
|
56
|
+
}
|
57
|
+
|
58
|
+
@mixin transform-translate-y-dropdown($value) {
|
59
|
+
-webkit-transform: translate3d(0, $value, 0) !important;
|
60
|
+
-moz-transform: translate3d(0, $value, 0) !important;
|
61
|
+
-o-transform: translate3d(0, $value, 0) !important;
|
62
|
+
-ms-transform: translate3d(0, $value, 0) !important;
|
63
|
+
transform: translate3d(0, $value, 0) !important;
|
64
|
+
}
|
65
|
+
|
66
|
+
@mixin transform-translate-y($value) {
|
67
|
+
-webkit-transform: translate3d(0, $value, 0);
|
68
|
+
-moz-transform: translate3d(0, $value, 0);
|
69
|
+
-o-transform: translate3d(0, $value, 0);
|
70
|
+
-ms-transform: translate3d(0, $value, 0);
|
71
|
+
transform: translate3d(0, $value, 0);
|
72
|
+
}
|
73
|
+
|
74
|
+
@mixin bar-animation($type) {
|
75
|
+
-webkit-animation: $type 500ms linear 0s;
|
76
|
+
-moz-animation: $type 500ms linear 0s;
|
77
|
+
animation: $type 500ms 0s;
|
78
|
+
-webkit-animation-fill-mode: forwards;
|
79
|
+
-moz-animation-fill-mode: forwards;
|
80
|
+
animation-fill-mode: forwards;
|
81
|
+
}
|
82
|
+
|
83
|
+
@mixin topbar-x-rotation() {
|
84
|
+
@keyframes topbar-x {
|
85
|
+
0% {
|
86
|
+
top: 0px;
|
87
|
+
transform: rotate(0deg);
|
88
|
+
}
|
89
|
+
45% {
|
90
|
+
top: 6px;
|
91
|
+
transform: rotate(145deg);
|
92
|
+
}
|
93
|
+
75% {
|
94
|
+
transform: rotate(130deg);
|
95
|
+
}
|
96
|
+
100% {
|
97
|
+
transform: rotate(135deg);
|
98
|
+
}
|
99
|
+
}
|
100
|
+
@-webkit-keyframes topbar-x {
|
101
|
+
0% {
|
102
|
+
top: 0px;
|
103
|
+
-webkit-transform: rotate(0deg);
|
104
|
+
}
|
105
|
+
45% {
|
106
|
+
top: 6px;
|
107
|
+
-webkit-transform: rotate(145deg);
|
108
|
+
}
|
109
|
+
75% {
|
110
|
+
-webkit-transform: rotate(130deg);
|
111
|
+
}
|
112
|
+
100% {
|
113
|
+
-webkit-transform: rotate(135deg);
|
114
|
+
}
|
115
|
+
}
|
116
|
+
@-moz-keyframes topbar-x {
|
117
|
+
0% {
|
118
|
+
top: 0px;
|
119
|
+
-moz-transform: rotate(0deg);
|
120
|
+
}
|
121
|
+
45% {
|
122
|
+
top: 6px;
|
123
|
+
-moz-transform: rotate(145deg);
|
124
|
+
}
|
125
|
+
75% {
|
126
|
+
-moz-transform: rotate(130deg);
|
127
|
+
}
|
128
|
+
100% {
|
129
|
+
-moz-transform: rotate(135deg);
|
130
|
+
}
|
131
|
+
}
|
132
|
+
}
|
133
|
+
|
134
|
+
@mixin topbar-back-rotation() {
|
135
|
+
@keyframes topbar-back {
|
136
|
+
0% {
|
137
|
+
top: 6px;
|
138
|
+
transform: rotate(135deg);
|
139
|
+
}
|
140
|
+
45% {
|
141
|
+
transform: rotate(-10deg);
|
142
|
+
}
|
143
|
+
75% {
|
144
|
+
transform: rotate(5deg);
|
145
|
+
}
|
146
|
+
100% {
|
147
|
+
top: 0px;
|
148
|
+
transform: rotate(0);
|
149
|
+
}
|
150
|
+
}
|
151
|
+
|
152
|
+
@-webkit-keyframes topbar-back {
|
153
|
+
0% {
|
154
|
+
top: 6px;
|
155
|
+
-webkit-transform: rotate(135deg);
|
156
|
+
}
|
157
|
+
45% {
|
158
|
+
-webkit-transform: rotate(-10deg);
|
159
|
+
}
|
160
|
+
75% {
|
161
|
+
-webkit-transform: rotate(5deg);
|
162
|
+
}
|
163
|
+
100% {
|
164
|
+
top: 0px;
|
165
|
+
-webkit-transform: rotate(0);
|
166
|
+
}
|
167
|
+
}
|
168
|
+
|
169
|
+
@-moz-keyframes topbar-back {
|
170
|
+
0% {
|
171
|
+
top: 6px;
|
172
|
+
-moz-transform: rotate(135deg);
|
173
|
+
}
|
174
|
+
45% {
|
175
|
+
-moz-transform: rotate(-10deg);
|
176
|
+
}
|
177
|
+
75% {
|
178
|
+
-moz-transform: rotate(5deg);
|
179
|
+
}
|
180
|
+
100% {
|
181
|
+
top: 0px;
|
182
|
+
-moz-transform: rotate(0);
|
183
|
+
}
|
184
|
+
}
|
185
|
+
}
|
186
|
+
|
187
|
+
@mixin bottombar-x-rotation() {
|
188
|
+
@keyframes bottombar-x {
|
189
|
+
0% {
|
190
|
+
bottom: 0px;
|
191
|
+
transform: rotate(0deg);
|
192
|
+
}
|
193
|
+
45% {
|
194
|
+
bottom: 6px;
|
195
|
+
transform: rotate(-145deg);
|
196
|
+
}
|
197
|
+
75% {
|
198
|
+
transform: rotate(-130deg);
|
199
|
+
}
|
200
|
+
100% {
|
201
|
+
transform: rotate(-135deg);
|
202
|
+
}
|
203
|
+
}
|
204
|
+
@-webkit-keyframes bottombar-x {
|
205
|
+
0% {
|
206
|
+
bottom: 0px;
|
207
|
+
-webkit-transform: rotate(0deg);
|
208
|
+
}
|
209
|
+
45% {
|
210
|
+
bottom: 6px;
|
211
|
+
-webkit-transform: rotate(-145deg);
|
212
|
+
}
|
213
|
+
75% {
|
214
|
+
-webkit-transform: rotate(-130deg);
|
215
|
+
}
|
216
|
+
100% {
|
217
|
+
-webkit-transform: rotate(-135deg);
|
218
|
+
}
|
219
|
+
}
|
220
|
+
@-moz-keyframes bottombar-x {
|
221
|
+
0% {
|
222
|
+
bottom: 0px;
|
223
|
+
-moz-transform: rotate(0deg);
|
224
|
+
}
|
225
|
+
45% {
|
226
|
+
bottom: 6px;
|
227
|
+
-moz-transform: rotate(-145deg);
|
228
|
+
}
|
229
|
+
75% {
|
230
|
+
-moz-transform: rotate(-130deg);
|
231
|
+
}
|
232
|
+
100% {
|
233
|
+
-moz-transform: rotate(-135deg);
|
234
|
+
}
|
235
|
+
}
|
236
|
+
}
|
237
|
+
|
238
|
+
@mixin bottombar-back-rotation {
|
239
|
+
@keyframes bottombar-back {
|
240
|
+
0% {
|
241
|
+
bottom: 6px;
|
242
|
+
transform: rotate(-135deg);
|
243
|
+
}
|
244
|
+
45% {
|
245
|
+
transform: rotate(10deg);
|
246
|
+
}
|
247
|
+
75% {
|
248
|
+
transform: rotate(-5deg);
|
249
|
+
}
|
250
|
+
100% {
|
251
|
+
bottom: 0px;
|
252
|
+
transform: rotate(0);
|
253
|
+
}
|
254
|
+
}
|
255
|
+
@-webkit-keyframes bottombar-back {
|
256
|
+
0% {
|
257
|
+
bottom: 6px;
|
258
|
+
-webkit-transform: rotate(-135deg);
|
259
|
+
}
|
260
|
+
45% {
|
261
|
+
-webkit-transform: rotate(10deg);
|
262
|
+
}
|
263
|
+
75% {
|
264
|
+
-webkit-transform: rotate(-5deg);
|
265
|
+
}
|
266
|
+
100% {
|
267
|
+
bottom: 0px;
|
268
|
+
-webkit-transform: rotate(0);
|
269
|
+
}
|
270
|
+
}
|
271
|
+
@-moz-keyframes bottombar-back {
|
272
|
+
0% {
|
273
|
+
bottom: 6px;
|
274
|
+
-moz-transform: rotate(-135deg);
|
275
|
+
}
|
276
|
+
45% {
|
277
|
+
-moz-transform: rotate(10deg);
|
278
|
+
}
|
279
|
+
75% {
|
280
|
+
-moz-transform: rotate(-5deg);
|
281
|
+
}
|
282
|
+
100% {
|
283
|
+
bottom: 0px;
|
284
|
+
-moz-transform: rotate(0);
|
285
|
+
}
|
286
|
+
}
|
287
|
+
}
|
288
|
+
|
289
|
+
@mixin nc-rotate($degrees, $rotation) {
|
290
|
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation});
|
291
|
+
-webkit-transform: rotate($degrees);
|
292
|
+
-moz-transform: rotate($degrees);
|
293
|
+
-ms-transform: rotate($degrees);
|
294
|
+
-o-transform: rotate($degrees);
|
295
|
+
transform: rotate($degrees);
|
296
|
+
}
|
297
|
+
|
298
|
+
@mixin nc-flip($horiz, $vert, $rotation) {
|
299
|
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation});
|
300
|
+
-webkit-transform: scale($horiz, $vert);
|
301
|
+
-moz-transform: scale($horiz, $vert);
|
302
|
+
-ms-transform: scale($horiz, $vert);
|
303
|
+
-o-transform: scale($horiz, $vert);
|
304
|
+
transform: scale($horiz, $vert);
|
305
|
+
}
|