viniBaxter-spa_landing 0.1.0 → 0.9
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/app/assets/images/spa_landing/avatar-group-hover-last.svg +9 -0
- data/app/assets/images/spa_landing/avatar-group-hover.svg +10 -0
- data/app/assets/images/spa_landing/avatar-group.svg +9 -0
- data/app/assets/images/spa_landing/avatar-status.svg +9 -0
- data/lib/viniBaxter/sass/.DS_Store +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_alert.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_badge.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_breadcrumb.scss +2 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_button-group.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_buttons.scss +61 -16
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_card.scss +21 -13
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_carousel.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_close.scss +0 -1
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_code.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_custom-forms.scss +7 -5
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_dropdown.scss +2 -1
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_forms.scss +9 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_functions.scss +48 -18
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_grid.scss +10 -6
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_images.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_input-group.scss +2 -1
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_jumbotron.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_list-group.scss +9 -13
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_media.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_mixins.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_modal.scss +2 -1
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_nav.scss +3 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_navbar.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_pagination.scss +1 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_popover.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_print.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_progress.scss +1 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_reboot.scss +11 -24
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_root.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_spinners.scss +1 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_tables.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_toasts.scss +4 -2
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_tooltip.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_transitions.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_type.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/_utilities.scss +2 -1
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/bootstrap-grid.scss +4 -4
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/bootstrap-reboot.scss +4 -4
- data/lib/viniBaxter/sass/bootstrap/bootstrap.scss +43 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_alert.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_background-variant.scss +2 -1
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_badge.scss +0 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_border-radius.scss +76 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_box-shadow.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_breakpoints.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_buttons.scss +57 -13
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_caret.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_clearfix.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_deprecate.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_float.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_forms.scss +3 -2
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_gradients.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_grid-framework.scss +24 -15
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_grid.scss +7 -7
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_hover.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_image.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_list-group.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_lists.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_nav-divider.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_pagination.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_reset-text.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_resize.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_screen-reader.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_size.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_table-row.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_text-emphasis.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_text-hide.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_text-truncate.scss +0 -0
- data/lib/viniBaxter/sass/bootstrap/mixins/_transition.scss +26 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/mixins/_visibility.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/utilities/_align.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/utilities/_background.scss +1 -1
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/utilities/_borders.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/utilities/_clearfix.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/utilities/_display.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/utilities/_embed.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/utilities/_flex.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/utilities/_float.scss +0 -0
- data/lib/viniBaxter/sass/bootstrap/utilities/_interactions.scss +5 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/utilities/_overflow.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/utilities/_position.scss +4 -2
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/utilities/_screenreaders.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/utilities/_shadows.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/utilities/_sizing.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/utilities/_spacing.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/utilities/_stretched-link.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/utilities/_text.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/utilities/_visibility.scss +0 -0
- data/lib/viniBaxter/sass/{spa_landing/scss → bootstrap}/vendor/_rfs.scss +0 -0
- data/lib/viniBaxter/sass/spa_landing-basic-nav.scss +8 -0
- data/lib/viniBaxter/sass/spa_landing-nav.scss +8 -0
- data/lib/viniBaxter/{.DS_Store → 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 +25 -21
- data/lib/viniBaxter/sass/spa_landing/theme/_buttons.scss +65 -5
- 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 +3 -3
- 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/_mixins.scss +7 -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 +267 -272
- data/lib/viniBaxter/sass/spa_landing/theme/_navbar_creative.scss +425 -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 +50 -0
- data/lib/viniBaxter/sass/spa_landing/theme/_theme.scss +52 -48
- data/lib/viniBaxter/sass/spa_landing/theme/_type.scss +2 -7
- 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 +298 -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/_type.scss +8 -4
- data/lib/viniBaxter/spa_landing/version.rb +1 -1
- metadata +114 -111
- data/app/assets/images/spa_landing/asc.gif +0 -0
- data/app/assets/images/spa_landing/bg.gif +0 -0
- data/app/assets/images/spa_landing/desc.gif +0 -0
- data/lib/viniBaxter/sass/spa_landing.scss +0 -17
- data/lib/viniBaxter/sass/spa_landing/_some_airbnb_variables.scss +0 -48
- data/lib/viniBaxter/sass/spa_landing/_user.scss +0 -6
- data/lib/viniBaxter/sass/spa_landing/scss/_variables.scss +0 -1143
- data/lib/viniBaxter/sass/spa_landing/scss/bootstrap.scss +0 -44
- data/lib/viniBaxter/sass/spa_landing/scss/mixins/_border-radius.scss +0 -63
- data/lib/viniBaxter/sass/spa_landing/scss/mixins/_transition.scss +0 -16
- 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
- data/lib/viniBaxter/sass/spa_landing/theme/_variables.scss +0 -565
@@ -0,0 +1,425 @@
|
|
1
|
+
.navbar {
|
2
|
+
padding-top: $navbar-padding-base;
|
3
|
+
padding-bottom: $navbar-padding-base;
|
4
|
+
min-height: 53px;
|
5
|
+
margin-bottom: 20px;
|
6
|
+
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
|
7
|
+
z-index: 1030;
|
8
|
+
a {
|
9
|
+
vertical-align: middle;
|
10
|
+
|
11
|
+
&:not(.btn):not(.dropdown-item) {
|
12
|
+
color: $black;
|
13
|
+
}
|
14
|
+
}
|
15
|
+
|
16
|
+
p {
|
17
|
+
display: inline-block;
|
18
|
+
margin: 0;
|
19
|
+
line-height: 21px;
|
20
|
+
font-weight: inherit;
|
21
|
+
font-size: inherit;
|
22
|
+
}
|
23
|
+
|
24
|
+
.navbar-nav {
|
25
|
+
&.navbar-logo {
|
26
|
+
position: absolute;
|
27
|
+
left: 0;
|
28
|
+
right: 0;
|
29
|
+
margin: 0 auto;
|
30
|
+
width: 49px;
|
31
|
+
top: -4px;
|
32
|
+
}
|
33
|
+
|
34
|
+
.nav-link.btn {
|
35
|
+
padding: $padding-btn-vertical $padding-btn-horizontal;
|
36
|
+
|
37
|
+
&.btn-lg {
|
38
|
+
padding: $padding-large-vertical $padding-large-horizontal;
|
39
|
+
}
|
40
|
+
|
41
|
+
&.btn-sm {
|
42
|
+
padding: $padding-small-vertical $padding-small-horizontal;
|
43
|
+
}
|
44
|
+
}
|
45
|
+
|
46
|
+
.nav-link:not(.btn) {
|
47
|
+
text-transform: uppercase;
|
48
|
+
font-size: $font-size-mini;
|
49
|
+
padding: $padding-base-vertical $padding-base-horizontal;
|
50
|
+
line-height: $line-height-nav-link;
|
51
|
+
|
52
|
+
i.fab + p,
|
53
|
+
i.now-ui-icons + p {
|
54
|
+
margin-left: 3px;
|
55
|
+
}
|
56
|
+
|
57
|
+
i.fab,
|
58
|
+
i.now-ui-icons {
|
59
|
+
font-size: 18px;
|
60
|
+
position: relative;
|
61
|
+
top: 3px;
|
62
|
+
text-align: center;
|
63
|
+
width: 21px;
|
64
|
+
}
|
65
|
+
|
66
|
+
i.now-ui-icons {
|
67
|
+
top: 4px;
|
68
|
+
font-size: 16px;
|
69
|
+
}
|
70
|
+
|
71
|
+
&.profile-photo {
|
72
|
+
.profile-photo-small {
|
73
|
+
width: 27px;
|
74
|
+
height: 27px;
|
75
|
+
}
|
76
|
+
}
|
77
|
+
|
78
|
+
&.disabled {
|
79
|
+
opacity: 0.5;
|
80
|
+
color: $white;
|
81
|
+
}
|
82
|
+
|
83
|
+
&.nav-underline {
|
84
|
+
@include media-breakpoint-up(lg) {
|
85
|
+
@include navbar-hover-link;
|
86
|
+
}
|
87
|
+
}
|
88
|
+
}
|
89
|
+
|
90
|
+
.nav-item.active .nav-link:not(.btn),
|
91
|
+
.nav-item .nav-link:not(.btn):focus,
|
92
|
+
.nav-item .nav-link:not(.btn):hover,
|
93
|
+
.nav-item .nav-link:not(.btn):active {
|
94
|
+
background-color: $opacity-2;
|
95
|
+
border-radius: $border-radius-small;
|
96
|
+
}
|
97
|
+
}
|
98
|
+
|
99
|
+
.logo-container {
|
100
|
+
width: 27px;
|
101
|
+
height: 27px;
|
102
|
+
overflow: hidden;
|
103
|
+
margin: 0 auto;
|
104
|
+
border-radius: 50%;
|
105
|
+
border: 1px solid transparent;
|
106
|
+
}
|
107
|
+
|
108
|
+
.navbar-brand {
|
109
|
+
text-transform: uppercase;
|
110
|
+
font-size: $font-size-small;
|
111
|
+
padding-top: $padding-base-vertical;
|
112
|
+
padding-bottom: $padding-base-vertical;
|
113
|
+
line-height: $line-height-nav-link;
|
114
|
+
}
|
115
|
+
|
116
|
+
.navbar-toggler {
|
117
|
+
width: 37px;
|
118
|
+
height: 27px;
|
119
|
+
outline: 0;
|
120
|
+
cursor: pointer;
|
121
|
+
|
122
|
+
&.navbar-toggler-left {
|
123
|
+
position: relative;
|
124
|
+
left: 0;
|
125
|
+
padding-left: 0;
|
126
|
+
}
|
127
|
+
|
128
|
+
.navbar-toggler-bar.middle-bar {
|
129
|
+
width: 17px;
|
130
|
+
transition: width 0.2s linear;
|
131
|
+
}
|
132
|
+
|
133
|
+
&:hover {
|
134
|
+
& .navbar-toggler-bar.middle-bar {
|
135
|
+
width: 22px;
|
136
|
+
}
|
137
|
+
}
|
138
|
+
}
|
139
|
+
|
140
|
+
.button-dropdown {
|
141
|
+
.navbar-toggler-bar:nth-child(2) {
|
142
|
+
width: 17px;
|
143
|
+
}
|
144
|
+
}
|
145
|
+
|
146
|
+
&.navbar-transparent {
|
147
|
+
background-color: $transparent-bg !important;
|
148
|
+
box-shadow: none;
|
149
|
+
color: $white;
|
150
|
+
padding-top: 20px !important;
|
151
|
+
}
|
152
|
+
|
153
|
+
&.bg-white:not(.navbar-transparent) {
|
154
|
+
a:not(.dropdown-item):not(.btn) {
|
155
|
+
color: $default-color;
|
156
|
+
|
157
|
+
&.disabled {
|
158
|
+
opacity: 0.5;
|
159
|
+
color: $default-color;
|
160
|
+
}
|
161
|
+
}
|
162
|
+
|
163
|
+
.button-bar {
|
164
|
+
background: $default-color;
|
165
|
+
}
|
166
|
+
|
167
|
+
.nav-item.active .nav-link:not(.btn),
|
168
|
+
.nav-item .nav-link:not(.btn):focus,
|
169
|
+
.nav-item .nav-link:not(.btn):hover,
|
170
|
+
.nav-item .nav-link:not(.btn):active {
|
171
|
+
background-color: $opacity-gray-3;
|
172
|
+
}
|
173
|
+
|
174
|
+
.logo-container {
|
175
|
+
border: 1px solid $default-color;
|
176
|
+
}
|
177
|
+
}
|
178
|
+
}
|
179
|
+
|
180
|
+
// @media (max-width: 992px) {
|
181
|
+
// @include media-breakpoint-down(sm) {
|
182
|
+
/* line 410, ../spas_local_gem/LOCAL/administrate/viniBaxter-desk_front/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_navbar.scss */
|
183
|
+
.bar1,
|
184
|
+
.bar2,
|
185
|
+
.bar3 {
|
186
|
+
outline: 1px solid transparent;
|
187
|
+
}
|
188
|
+
/* line 415, ../spas_local_gem/LOCAL/administrate/viniBaxter-desk_front/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_navbar.scss */
|
189
|
+
.bar1 {
|
190
|
+
top: 0px;
|
191
|
+
-webkit-animation: topbar-back 500ms linear 0s;
|
192
|
+
animation: topbar-back 500ms 0s;
|
193
|
+
-webkit-animation-fill-mode: forwards;
|
194
|
+
animation-fill-mode: forwards;
|
195
|
+
}
|
196
|
+
/* line 419, ../spas_local_gem/LOCAL/administrate/viniBaxter-desk_front/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_navbar.scss */
|
197
|
+
.bar2 {
|
198
|
+
opacity: 1;
|
199
|
+
}
|
200
|
+
/* line 422, ../spas_local_gem/LOCAL/administrate/viniBaxter-desk_front/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_navbar.scss */
|
201
|
+
.bar3 {
|
202
|
+
bottom: 0px;
|
203
|
+
-webkit-animation: bottombar-back 500ms linear 0s;
|
204
|
+
animation: bottombar-back 500ms 0s;
|
205
|
+
-webkit-animation-fill-mode: forwards;
|
206
|
+
animation-fill-mode: forwards;
|
207
|
+
}
|
208
|
+
/* line 426, ../spas_local_gem/LOCAL/administrate/viniBaxter-desk_front/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_navbar.scss */
|
209
|
+
.toggled .bar1 {
|
210
|
+
top: 7px;
|
211
|
+
-webkit-animation: topbar-x 500ms linear 0s;
|
212
|
+
animation: topbar-x 500ms 0s;
|
213
|
+
-webkit-animation-fill-mode: forwards;
|
214
|
+
animation-fill-mode: forwards;
|
215
|
+
}
|
216
|
+
/* line 430, ../spas_local_gem/LOCAL/administrate/viniBaxter-desk_front/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_navbar.scss */
|
217
|
+
.toggled .bar2 {
|
218
|
+
opacity: 0;
|
219
|
+
}
|
220
|
+
/* line 433, ../spas_local_gem/LOCAL/administrate/viniBaxter-desk_front/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_navbar.scss */
|
221
|
+
.toggled .bar3 {
|
222
|
+
bottom: 9px;
|
223
|
+
-webkit-animation: bottombar-x 500ms linear 0s;
|
224
|
+
animation: bottombar-x 500ms 0s;
|
225
|
+
-webkit-animation-fill-mode: forwards;
|
226
|
+
animation-fill-mode: forwards;
|
227
|
+
}
|
228
|
+
@keyframes topbar-x {
|
229
|
+
0% {
|
230
|
+
top: 0px;
|
231
|
+
transform: rotate(0deg);
|
232
|
+
}
|
233
|
+
45% {
|
234
|
+
top: 6px;
|
235
|
+
transform: rotate(145deg);
|
236
|
+
}
|
237
|
+
75% {
|
238
|
+
transform: rotate(130deg);
|
239
|
+
}
|
240
|
+
100% {
|
241
|
+
transform: rotate(135deg);
|
242
|
+
}
|
243
|
+
}
|
244
|
+
@-webkit-keyframes topbar-x {
|
245
|
+
0% {
|
246
|
+
top: 0px;
|
247
|
+
-webkit-transform: rotate(0deg);
|
248
|
+
}
|
249
|
+
45% {
|
250
|
+
top: 6px;
|
251
|
+
-webkit-transform: rotate(145deg);
|
252
|
+
}
|
253
|
+
75% {
|
254
|
+
-webkit-transform: rotate(130deg);
|
255
|
+
}
|
256
|
+
100% {
|
257
|
+
-webkit-transform: rotate(135deg);
|
258
|
+
}
|
259
|
+
}
|
260
|
+
@keyframes topbar-back {
|
261
|
+
0% {
|
262
|
+
top: 6px;
|
263
|
+
transform: rotate(135deg);
|
264
|
+
}
|
265
|
+
45% {
|
266
|
+
transform: rotate(-10deg);
|
267
|
+
}
|
268
|
+
75% {
|
269
|
+
transform: rotate(5deg);
|
270
|
+
}
|
271
|
+
100% {
|
272
|
+
top: 0px;
|
273
|
+
transform: rotate(0);
|
274
|
+
}
|
275
|
+
}
|
276
|
+
@-webkit-keyframes topbar-back {
|
277
|
+
0% {
|
278
|
+
top: 6px;
|
279
|
+
-webkit-transform: rotate(135deg);
|
280
|
+
}
|
281
|
+
45% {
|
282
|
+
-webkit-transform: rotate(-10deg);
|
283
|
+
}
|
284
|
+
75% {
|
285
|
+
-webkit-transform: rotate(5deg);
|
286
|
+
}
|
287
|
+
100% {
|
288
|
+
top: 0px;
|
289
|
+
-webkit-transform: rotate(0);
|
290
|
+
}
|
291
|
+
}
|
292
|
+
@keyframes bottombar-x {
|
293
|
+
0% {
|
294
|
+
bottom: 0px;
|
295
|
+
transform: rotate(0deg);
|
296
|
+
}
|
297
|
+
45% {
|
298
|
+
bottom: 6px;
|
299
|
+
transform: rotate(-145deg);
|
300
|
+
}
|
301
|
+
75% {
|
302
|
+
transform: rotate(-130deg);
|
303
|
+
}
|
304
|
+
100% {
|
305
|
+
transform: rotate(-135deg);
|
306
|
+
}
|
307
|
+
}
|
308
|
+
@-webkit-keyframes bottombar-x {
|
309
|
+
0% {
|
310
|
+
bottom: 0px;
|
311
|
+
-webkit-transform: rotate(0deg);
|
312
|
+
}
|
313
|
+
45% {
|
314
|
+
bottom: 6px;
|
315
|
+
-webkit-transform: rotate(-145deg);
|
316
|
+
}
|
317
|
+
75% {
|
318
|
+
-webkit-transform: rotate(-130deg);
|
319
|
+
}
|
320
|
+
100% {
|
321
|
+
-webkit-transform: rotate(-135deg);
|
322
|
+
}
|
323
|
+
}
|
324
|
+
@keyframes bottombar-back {
|
325
|
+
0% {
|
326
|
+
bottom: 6px;
|
327
|
+
transform: rotate(-135deg);
|
328
|
+
}
|
329
|
+
45% {
|
330
|
+
transform: rotate(10deg);
|
331
|
+
}
|
332
|
+
75% {
|
333
|
+
transform: rotate(-5deg);
|
334
|
+
}
|
335
|
+
100% {
|
336
|
+
bottom: 0px;
|
337
|
+
transform: rotate(0);
|
338
|
+
}
|
339
|
+
}
|
340
|
+
@-webkit-keyframes bottombar-back {
|
341
|
+
0% {
|
342
|
+
bottom: 6px;
|
343
|
+
-webkit-transform: rotate(-135deg);
|
344
|
+
}
|
345
|
+
45% {
|
346
|
+
-webkit-transform: rotate(10deg);
|
347
|
+
}
|
348
|
+
75% {
|
349
|
+
-webkit-transform: rotate(-5deg);
|
350
|
+
}
|
351
|
+
100% {
|
352
|
+
bottom: 0px;
|
353
|
+
-webkit-transform: rotate(0);
|
354
|
+
}
|
355
|
+
}
|
356
|
+
@-webkit-keyframes fadeIn {
|
357
|
+
0% {
|
358
|
+
opacity: 0;
|
359
|
+
}
|
360
|
+
100% {
|
361
|
+
opacity: 1;
|
362
|
+
}
|
363
|
+
}
|
364
|
+
@keyframes fadeIn {
|
365
|
+
0% {
|
366
|
+
opacity: 0;
|
367
|
+
}
|
368
|
+
100% {
|
369
|
+
opacity: 1;
|
370
|
+
}
|
371
|
+
}
|
372
|
+
|
373
|
+
.navbar .navbar-toggler-bar.bar2 {
|
374
|
+
width: 17px;
|
375
|
+
transition: width 0.2s linear;
|
376
|
+
}
|
377
|
+
|
378
|
+
.navbar .navbar-toggler-bar {
|
379
|
+
display: block;
|
380
|
+
position: relative !important;
|
381
|
+
width: 22px;
|
382
|
+
height: 1px;
|
383
|
+
border-radius: 1px;
|
384
|
+
background: #454545;
|
385
|
+
}
|
386
|
+
|
387
|
+
.navbar .navbar-toggler-bar + .navbar-toggler-bar {
|
388
|
+
margin-top: 7px;
|
389
|
+
}
|
390
|
+
|
391
|
+
// .navbar .navbar-toggle .navbar-toggler {
|
392
|
+
// display: block;
|
393
|
+
// }
|
394
|
+
|
395
|
+
.navbar-minimize-fixed {
|
396
|
+
display: none;
|
397
|
+
}
|
398
|
+
|
399
|
+
.bg-default {
|
400
|
+
background-color: $default-color !important;
|
401
|
+
}
|
402
|
+
|
403
|
+
.bg-primary {
|
404
|
+
background-color: $primary-color !important;
|
405
|
+
}
|
406
|
+
|
407
|
+
.bg-info {
|
408
|
+
background-color: $info-color !important;
|
409
|
+
}
|
410
|
+
|
411
|
+
.bg-success {
|
412
|
+
background-color: $success-color !important;
|
413
|
+
}
|
414
|
+
|
415
|
+
.bg-danger {
|
416
|
+
background-color: $danger-color !important;
|
417
|
+
}
|
418
|
+
|
419
|
+
.bg-warning {
|
420
|
+
background-color: $warning-color !important;
|
421
|
+
}
|
422
|
+
|
423
|
+
.bg-white {
|
424
|
+
background-color: $white !important;
|
425
|
+
}
|
@@ -0,0 +1,284 @@
|
|
1
|
+
//
|
2
|
+
// quill.scss
|
3
|
+
// Quill plugin overrides
|
4
|
+
//
|
5
|
+
|
6
|
+
.ql-container {
|
7
|
+
font-family: $font-family-base;
|
8
|
+
}
|
9
|
+
|
10
|
+
.ql-toolbar {
|
11
|
+
position: relative;
|
12
|
+
padding: $input-padding-y $input-padding-x;
|
13
|
+
background-color: $input-bg;
|
14
|
+
border: $input-border-width solid $input-border-color;
|
15
|
+
border-radius: $input-border-radius $input-border-radius 0 0;
|
16
|
+
color: $input-color;
|
17
|
+
}
|
18
|
+
|
19
|
+
.ql-toolbar + .ql-container {
|
20
|
+
margin-top: -$border-width;
|
21
|
+
}
|
22
|
+
|
23
|
+
.ql-toolbar + .ql-container .ql-editor {
|
24
|
+
border-top-left-radius: 0;
|
25
|
+
border-top-right-radius: 0;
|
26
|
+
}
|
27
|
+
|
28
|
+
.ql-editor {
|
29
|
+
min-height: $line-height-base * $font-size-base * 4;
|
30
|
+
display: block;
|
31
|
+
width: 100%;
|
32
|
+
padding: $input-padding-y $input-padding-x;
|
33
|
+
font-size: $font-size-base;
|
34
|
+
line-height: $input-line-height;
|
35
|
+
color: $input-color;
|
36
|
+
background-color: $input-bg;
|
37
|
+
background-clip: padding-box;
|
38
|
+
border: $input-border-width solid $input-border-color;
|
39
|
+
|
40
|
+
// Note: This has no effect on <select>s in some browsers, due to the limited stylability of `<select>`s in CSS.
|
41
|
+
@if $enable-rounded {
|
42
|
+
// Manually use the if/else instead of the mixin to account for iOS override
|
43
|
+
border-radius: $input-border-radius;
|
44
|
+
}
|
45
|
+
|
46
|
+
@else {
|
47
|
+
// Otherwise undo the iOS default
|
48
|
+
border-radius: 0;
|
49
|
+
}
|
50
|
+
|
51
|
+
@include box-shadow($input-box-shadow);
|
52
|
+
@include transition($input-transition);
|
53
|
+
|
54
|
+
// Unstyle the caret on `<select>`s in IE10+.
|
55
|
+
&::-ms-expand {
|
56
|
+
background-color: transparent;
|
57
|
+
border: 0;
|
58
|
+
}
|
59
|
+
|
60
|
+
// Customize the `:focus` state to imitate native WebKit styles.
|
61
|
+
@include form-control-focus($ignore-warning: true);
|
62
|
+
}
|
63
|
+
|
64
|
+
.ql-hidden {
|
65
|
+
position: absolute;
|
66
|
+
transform: scale(0);
|
67
|
+
}
|
68
|
+
|
69
|
+
|
70
|
+
// Placeholder
|
71
|
+
|
72
|
+
.ql-editor.ql-blank::before {
|
73
|
+
top: $input-padding-y;
|
74
|
+
left: $input-padding-x;
|
75
|
+
font-style: normal;
|
76
|
+
color: $input-placeholder-color;
|
77
|
+
}
|
78
|
+
|
79
|
+
.ql-editor:focus::before {
|
80
|
+
display: none;
|
81
|
+
}
|
82
|
+
|
83
|
+
|
84
|
+
// Toolbar
|
85
|
+
|
86
|
+
.ql-formats {
|
87
|
+
padding-left: .5rem;
|
88
|
+
padding-right: .5rem;
|
89
|
+
|
90
|
+
&:first-child {
|
91
|
+
padding-left: 0;
|
92
|
+
}
|
93
|
+
|
94
|
+
&:last-child {
|
95
|
+
padding-right: 0;
|
96
|
+
}
|
97
|
+
}
|
98
|
+
|
99
|
+
.ql-toolbar button {
|
100
|
+
padding: 0 .25rem;
|
101
|
+
background: none;
|
102
|
+
border: none;
|
103
|
+
color: $body-color;
|
104
|
+
cursor: pointer;
|
105
|
+
transition: $transition-base;
|
106
|
+
|
107
|
+
&:hover {
|
108
|
+
color: $primary;
|
109
|
+
}
|
110
|
+
|
111
|
+
&:first-child {
|
112
|
+
margin-left: -.25rem;
|
113
|
+
}
|
114
|
+
}
|
115
|
+
|
116
|
+
.ql-toolbar .ql-active {
|
117
|
+
color: $primary;
|
118
|
+
}
|
119
|
+
|
120
|
+
.ql-toolbar button svg {
|
121
|
+
height: $font-size-lg;
|
122
|
+
width: $font-size-lg;
|
123
|
+
}
|
124
|
+
|
125
|
+
.ql-toolbar .ql-stroke {
|
126
|
+
stroke: currentColor;
|
127
|
+
stroke-width: 2;
|
128
|
+
stroke-linecap: round;
|
129
|
+
stroke-linejoin: round;
|
130
|
+
fill: none;
|
131
|
+
}
|
132
|
+
|
133
|
+
.ql-toolbar .ql-thin {
|
134
|
+
stroke-width: 1;
|
135
|
+
}
|
136
|
+
|
137
|
+
.ql-toolbar .ql-fill {
|
138
|
+
fill: currentColor;
|
139
|
+
}
|
140
|
+
|
141
|
+
.ql-toolbar input.ql-image {
|
142
|
+
position: absolute;
|
143
|
+
transform: scale(0);
|
144
|
+
}
|
145
|
+
|
146
|
+
|
147
|
+
// Tooltip
|
148
|
+
|
149
|
+
.ql-tooltip {
|
150
|
+
position: absolute;
|
151
|
+
z-index: $zindex-tooltip;
|
152
|
+
display: flex;
|
153
|
+
flex-wrap: nowrap;
|
154
|
+
width: 18.5rem;
|
155
|
+
background-color: $popover-bg;
|
156
|
+
border: $popover-border-width solid $popover-border-color;
|
157
|
+
border-radius: $popover-border-radius;
|
158
|
+
padding: $input-padding-y $input-padding-x;
|
159
|
+
margin-top: .6rem; // arrow width
|
160
|
+
box-shadow: $popover-box-shadow;
|
161
|
+
|
162
|
+
// Arrow
|
163
|
+
|
164
|
+
&:before, &:after {
|
165
|
+
content: '';
|
166
|
+
position: absolute;
|
167
|
+
left: 50%;
|
168
|
+
bottom: 100%;
|
169
|
+
transform: translateX(-50%);
|
170
|
+
}
|
171
|
+
|
172
|
+
&:before {
|
173
|
+
border-bottom: .6rem solid $popover-border-color;
|
174
|
+
border-left: .6rem solid transparent;
|
175
|
+
border-right: .6rem solid transparent;
|
176
|
+
}
|
177
|
+
|
178
|
+
&:after {
|
179
|
+
border-bottom: .5rem solid $popover-bg;
|
180
|
+
border-left: .5rem solid transparent;
|
181
|
+
border-right: .5rem solid transparent;
|
182
|
+
}
|
183
|
+
}
|
184
|
+
|
185
|
+
.ql-container .ql-tooltip:hover {
|
186
|
+
display: flex !important;
|
187
|
+
}
|
188
|
+
|
189
|
+
.ql-tooltip .ql-preview {
|
190
|
+
width: 100%;
|
191
|
+
@include button-size($btn-padding-y-sm, $btn-padding-x-sm, $font-size-sm, $btn-line-height-sm, $btn-border-radius-sm);
|
192
|
+
@include transition($btn-transition);
|
193
|
+
}
|
194
|
+
|
195
|
+
.ql-tooltip.ql-editing .ql-preview {
|
196
|
+
display: none;
|
197
|
+
}
|
198
|
+
|
199
|
+
.ql-tooltip input {
|
200
|
+
display: none;
|
201
|
+
width: 100%;
|
202
|
+
padding-top: calc(#{$input-padding-y-sm} + #{$input-border-width});
|
203
|
+
padding-bottom: calc(#{$input-padding-y-sm} + #{$input-border-width});
|
204
|
+
background-color: transparent;
|
205
|
+
font-size: $font-size-sm;
|
206
|
+
line-height: $input-line-height-sm;
|
207
|
+
border: none;
|
208
|
+
color: $input-color;
|
209
|
+
|
210
|
+
&:focus {
|
211
|
+
outline: none;
|
212
|
+
}
|
213
|
+
}
|
214
|
+
|
215
|
+
.ql-tooltip.ql-editing input {
|
216
|
+
display: block;
|
217
|
+
}
|
218
|
+
|
219
|
+
|
220
|
+
.ql-tooltip .ql-action,
|
221
|
+
.ql-tooltip .ql-remove {
|
222
|
+
margin-left: .25rem;
|
223
|
+
}
|
224
|
+
|
225
|
+
.ql-tooltip .ql-action::before,
|
226
|
+
.ql-tooltip .ql-remove::before {
|
227
|
+
display: inline-block;
|
228
|
+
font-weight: $btn-font-weight;
|
229
|
+
text-align: center;
|
230
|
+
white-space: nowrap;
|
231
|
+
vertical-align: middle;
|
232
|
+
user-select: none;
|
233
|
+
border: $btn-border-width solid transparent;
|
234
|
+
cursor: pointer;
|
235
|
+
@include button-size($btn-padding-y-sm, $btn-padding-x-sm, $font-size-sm, $btn-line-height-sm, $btn-border-radius-sm);
|
236
|
+
@include transition($btn-transition);
|
237
|
+
|
238
|
+
// Share hover and focus styles
|
239
|
+
@include hover-focus {
|
240
|
+
text-decoration: none;
|
241
|
+
}
|
242
|
+
|
243
|
+
&:focus,
|
244
|
+
&.focus {
|
245
|
+
outline: 0;
|
246
|
+
box-shadow: $btn-focus-box-shadow;
|
247
|
+
}
|
248
|
+
}
|
249
|
+
|
250
|
+
.ql-tooltip .ql-action::before,
|
251
|
+
.ql-tooltip.ql-editing .ql-action::before {
|
252
|
+
@include button-variant($primary, $primary);
|
253
|
+
}
|
254
|
+
|
255
|
+
.ql-tooltip .ql-action::before {
|
256
|
+
content: 'Edit';
|
257
|
+
}
|
258
|
+
|
259
|
+
.ql-tooltip.ql-editing .ql-action::before {
|
260
|
+
content: 'Save';
|
261
|
+
}
|
262
|
+
|
263
|
+
.ql-tooltip .ql-remove::before {
|
264
|
+
@include button-variant($white, $white);
|
265
|
+
content: 'Remove';
|
266
|
+
border-color: $gray-300;
|
267
|
+
}
|
268
|
+
|
269
|
+
.ql-tooltip.ql-editing .ql-remove::before {
|
270
|
+
display: none;
|
271
|
+
}
|
272
|
+
|
273
|
+
|
274
|
+
// Formatting
|
275
|
+
|
276
|
+
.ql-editor blockquote {
|
277
|
+
margin-bottom: $spacer;
|
278
|
+
font-size: $blockquote-font-size;
|
279
|
+
}
|
280
|
+
|
281
|
+
.ql-editor img {
|
282
|
+
max-width: 100%;
|
283
|
+
height: auto;
|
284
|
+
}
|