viniBaxter-spa_landing 10.0 → 13.4

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.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/.DS_Store +0 -0
  3. data/lib/viniBaxter/sass/bootstrap/_buttons.scss +27 -8
  4. data/lib/viniBaxter/sass/bootstrap/_grid.scss +10 -0
  5. data/lib/viniBaxter/sass/bootstrap/_reboot.scss +1 -0
  6. data/lib/viniBaxter/sass/bootstrap/bootstrap.scss +1 -1
  7. data/lib/viniBaxter/sass/spa_landing-basic-nav.scss +7 -4
  8. data/lib/viniBaxter/sass/spa_landing-nav.scss +9 -6
  9. data/lib/viniBaxter/sass/spa_landing/theme/_both_gems.scss +1 -0
  10. data/lib/viniBaxter/sass/spa_landing/theme/_buttons.scss +9 -13
  11. data/lib/viniBaxter/sass/spa_landing/theme/_dropdown-extend.scss +1 -1
  12. data/lib/viniBaxter/sass/spa_landing/theme/_dropdown_creative.scss +6 -6
  13. data/lib/viniBaxter/sass/spa_landing/theme/{_landin-page.scss → _landind-page.scss} +2 -2
  14. data/lib/viniBaxter/sass/spa_landing/theme/_mixins.scss +1 -0
  15. data/lib/viniBaxter/sass/spa_landing/theme/_theme.scss +1 -1
  16. data/lib/viniBaxter/sass/spa_landing/theme/_type.scss +56 -7
  17. data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_banking.scss +17 -0
  18. data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_class-added-with-javascript.scss +15 -0
  19. data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_custom_modals.scss +115 -0
  20. data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_flatpickr.scss +120 -0
  21. data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_flex-container-logic.scss +87 -0
  22. data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_footer-links-map.scss +8 -0
  23. data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_form-search.scss +34 -0
  24. data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_hiw.scss +49 -0
  25. data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_index.scss +13 -0
  26. data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_jumbotron-logic.scss +1 -0
  27. data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_key-frame.scss +9 -0
  28. data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_mission.scss +6 -0
  29. data/lib/viniBaxter/sass/spa_landing/theme/both_gems/_mixins.scss +38 -0
  30. data/lib/viniBaxter/sass/spa_landing/theme/both_gems/flatpickr/fatpickr_mixins.scss +99 -0
  31. data/lib/viniBaxter/sass/spa_landing/theme/both_gems/jumbotrons/_jubo-home.scss +154 -0
  32. data/lib/viniBaxter/sass/spa_landing/theme/hidden/_hidden-down.scss +43 -0
  33. data/lib/viniBaxter/sass/spa_landing/theme/hidden/_index.scss +13 -0
  34. data/lib/viniBaxter/sass/spa_landing/theme/hidden/_show-down.scss +57 -0
  35. data/lib/viniBaxter/sass/spa_landing/theme/hidden/_show.scss +122 -0
  36. data/lib/viniBaxter/sass/spa_landing/theme/mixins/_colored_block.scss +78 -0
  37. data/lib/viniBaxter/sass/spa_landing/theme/utilities/_overlay.scss +23 -6
  38. data/lib/viniBaxter/spa_landing/version.rb +1 -1
  39. metadata +25 -3
@@ -0,0 +1,154 @@
1
+ // Home jumbo
2
+
3
+ .host-asset {
4
+ min-height: 500px;
5
+ max-height: 1000px;
6
+ position: absolute !important;
7
+ top: 0;
8
+ background-repeat: no-repeat !important;
9
+ animation-name: illusion_jumbotron !important;
10
+ animation-duration: 300ms !important;
11
+ animation-timing-function: ease-out !important;
12
+ background-size: cover !important;
13
+ width: 100%;
14
+ height: 70vh;
15
+ @include media-breakpoint-down(xs) {
16
+ height: 85vh;
17
+ }
18
+ @include media-breakpoint-up(sm) {
19
+ height: 80vh;
20
+ }
21
+
22
+ // if it preferable to keep peach gradient
23
+ // uncomment that
24
+ // @include media-breakpoint-down(sm) {
25
+ // background-image: $peach-gradient;
26
+ // }
27
+
28
+ @include media-breakpoint-up(sm) {
29
+ background-image: linear-gradient(
30
+ 270deg,
31
+ rgba(255, 255, 255, 0) 8%,
32
+ rgba(255, 255, 255, 0.21) 100%
33
+ ),
34
+ url('https://vbaxt-fixed-assets.ams3.cdn.digitaloceanspaces.com/Spassngo/site/home/home_jumbo_spassngo.jpg');
35
+ }
36
+
37
+ // target the left side of the picture
38
+ &.focus-left {
39
+ @include media-breakpoint-down(md) {
40
+ background-position: 25% 50% !important;
41
+ }
42
+ }
43
+ }
44
+ // cta inside search
45
+ #cta-form-search {
46
+ &.btn-xl-form {
47
+ box-shadow: $material-shadow2;
48
+ }
49
+ }
50
+
51
+ #main-wrapper-xs-search-jumbo {
52
+ #cta_form_search {
53
+ &.btn-small-form {
54
+ color: #ffffff !important;
55
+ background-color: transparent !important;
56
+ box-shadow: none !important;
57
+ border-bottom: 2px solid #ffffff;
58
+ }
59
+
60
+ @include form-xs-with-only-bottom-border($light);
61
+ }
62
+
63
+ #cta_form_search2 {
64
+ &.btn-rounded-circle {
65
+ padding-left: 0.8125rem !important;
66
+ padding-right: 0.8125rem !important;
67
+ border-radius: 50rem !important;
68
+ border: 2px solid #fff !important;
69
+ &:hover {
70
+ background-color: transparent !important;
71
+ }
72
+ }
73
+ }
74
+ }
75
+
76
+ #main-wrapper-search-jumbo {
77
+ position: absolute;
78
+ margin: 43px auto auto;
79
+ top: 70%;
80
+ width: 850px;
81
+ left: calc((100% - 850px) / 2);
82
+ &.sticky {
83
+ position: fixed !important;
84
+ top: 0 !important;
85
+ left: 0 !important;
86
+ margin: 0px auto auto;
87
+ #div-inject_span {
88
+ opacity: 0;
89
+ position: absolute;
90
+ top: 0px;
91
+ left: 0%;
92
+ width: 38%;
93
+ transition: all 0.8s ease-in-out;
94
+ height: auto;
95
+ border-radius: 0px;
96
+ &.show {
97
+ opacity: 1;
98
+ top: 10px;
99
+ z-index: 1079;
100
+ }
101
+ }
102
+ .wrapper-search-bg-light {
103
+ padding: 1rem 2.2rem 1.5rem 40%;
104
+ }
105
+ }
106
+
107
+ // @include media-breakpoint-up(xl) {
108
+ // width: 60%;
109
+ // left: calc((100% - 60%) / 2);
110
+ // }
111
+ // @include media-breakpoint-down(xl) {
112
+ // width: 66%;
113
+ // left: calc((100% - 66%) / 2);
114
+ // }
115
+ @include media-breakpoint-down(lg) {
116
+ width: 90%;
117
+ left: calc((100% - 90%) / 2);
118
+ }
119
+ // @include media-breakpoint-down(sm) {
120
+ // width: 98%;
121
+ // left: calc((100% - 98%) / 2);
122
+ // top: 65%;
123
+ // }
124
+
125
+ .wrapper-search-bg-light {
126
+ @include wrapper-inline-form-bg-white;
127
+
128
+ .form-search-xl {
129
+ width: 90%;
130
+ }
131
+
132
+ .form-group {
133
+ font-size: 12px !important;
134
+ margin-right: 15px !important;
135
+ // &:first-child {
136
+ // flex: 2 0 auto !important;
137
+ // }
138
+ &.string.required.search_what_where_xl_form_input {
139
+ flex: 1 1 30% !important;
140
+ // flex: 2 1 60% !important;
141
+ }
142
+ &.string.required.search_added_values_xl_form_input {
143
+ flex: 1 1 30% !important;
144
+ }
145
+ }
146
+
147
+ input {
148
+ @include form-with-only-bottom-border;
149
+ }
150
+ }
151
+ .item_title-main-div-xl {
152
+ flex: 1 1 30% !important;
153
+ }
154
+ }
@@ -0,0 +1,43 @@
1
+ /* hidden-down
2
+ (forheadsbands effect)
3
+ ________________________________*/
4
+
5
+
6
+ /* hidden-down-xs
7
+ ________________________________*/
8
+ .hidden-down-xs, .show-up-xs{
9
+ @include media-breakpoint-down(xs) {
10
+ display: none!important;
11
+ }
12
+ }
13
+
14
+ /* hidden-down-sm
15
+ ________________________________*/
16
+ .hidden-down-sm, .show-up-sm{
17
+ @include media-breakpoint-down(sm) {
18
+ display: none !important
19
+ }
20
+ }
21
+
22
+ /* hidden-down-md
23
+ ________________________________*/
24
+ .hidden-down-md, .show-up-md{
25
+ @include media-breakpoint-down(md) {
26
+ display: none!important;
27
+ }
28
+ }
29
+
30
+ /* hidden-down-lg
31
+ ________________________________*/
32
+ .hidden-down-lg, .show-up-lg{
33
+ @include media-breakpoint-down(lg) {
34
+ display: none!important;
35
+ }
36
+ }
37
+ /* hidden-down-xl
38
+ ________________________________*/
39
+ .hidden-down-xl, .show-up-xl{
40
+ @include media-breakpoint-down(xl) {
41
+ display: none!important;
42
+ }
43
+ }
@@ -0,0 +1,13 @@
1
+ /*________________________________________
2
+ show => montrer pour une taille seulement
3
+ show-down => montrer en dessous de
4
+ show-up => montrer au dessu de
5
+ show-between => montrer entre
6
+ hidden => caché pour une taille seulement
7
+ hidden-down => caché en dessous de
8
+ hidden-up => caché en dessus de
9
+ hidden-between => chaché entre
10
+ ________________________________*/
11
+ @import 'show';
12
+ @import 'hidden-down';
13
+ @import 'show-down';
@@ -0,0 +1,57 @@
1
+ /* show-down
2
+ ________________________________*/
3
+
4
+ /* show-down-xs
5
+ ________________________________*/
6
+ .show-down-xs, .hidden-up-xs {
7
+ display: none !important
8
+ }
9
+ .show-down-xs, .hidden-up-xs{
10
+ @include media-breakpoint-down(xs) {
11
+ display:block !important;
12
+ }
13
+ }
14
+
15
+ /* show-down-sm
16
+ ________________________________*/
17
+ .show-down-sm, .hidden-up-sm{
18
+ display: none !important
19
+ }
20
+ .show-down-sm, .hidden-up-sm{
21
+ @include media-breakpoint-down(sm) {
22
+ display:block !important;
23
+ }
24
+ }
25
+
26
+ /* show-down-md
27
+ ________________________________*/
28
+ .show-down-md, .hidden-up-md {
29
+ display: none !important
30
+ }
31
+ .show-down-md, .hidden-up-md{
32
+ @include media-breakpoint-down(md) {
33
+ display:block !important;
34
+ }
35
+ }
36
+
37
+ /* show-down-lg
38
+ ________________________________*/
39
+ .show-down-lg, .hidden-up-lg{
40
+ display: none !important
41
+ }
42
+ .show-down-lg, .hidden-up-lg{
43
+ @include media-breakpoint-down(lg) {
44
+ display:block !important;
45
+ }
46
+ }
47
+
48
+ /* show-down-xl
49
+ ________________________________*/
50
+ .show-down-xl, .hidden-up-xl{
51
+ display: none !important
52
+ }
53
+ .show-down-xl, .hidden-up-xl{
54
+ @include media-breakpoint-down(xl) {
55
+ display:block !important;
56
+ }
57
+ }
@@ -0,0 +1,122 @@
1
+ /* range appropriated
2
+ xl: 1200px,
3
+ md: 768px,
4
+ xs: 1,
5
+ ________________________________*/
6
+
7
+ /* show-xl from 1200
8
+ ________________________________*/
9
+ .show-xl {
10
+ display: none !important;
11
+ @include media-breakpoint-up(xl){
12
+ display:block !important;
13
+ }
14
+ }
15
+
16
+ /* show-lg
17
+ ________________________________*/
18
+ .show-lg {
19
+ display: none !important;
20
+ }
21
+ @include media-breakpoint-down(lg){
22
+ .show-lg {
23
+ display:block !important;
24
+ }
25
+ .show-xl {
26
+ display:none !important;
27
+ }
28
+ }
29
+ /* show-md
30
+ ________________________________*/
31
+ .show-md {
32
+ display: none !important;
33
+ }
34
+ @include media-breakpoint-down(md){
35
+ .show-md {
36
+ display: block !important;
37
+ }
38
+ .show-lg {
39
+ display: none !important;
40
+ }
41
+ .show-xl {
42
+ display:none !important;
43
+ }
44
+ }
45
+
46
+ /* show-sm
47
+ ________________________________*/
48
+ .show-sm {
49
+ display: none !important;
50
+ }
51
+ @include media-breakpoint-down(sm){
52
+ .show-sm {
53
+ display: block !important;
54
+ }
55
+ .show-md {
56
+ display: none !important;
57
+ }
58
+ .show-lg {
59
+ display: none !important;
60
+ }
61
+ .show-xl {
62
+ display:none !important;
63
+ }
64
+ }
65
+
66
+
67
+
68
+ /* show-xs 1 => 575
69
+ ________________________________*/
70
+ .show-xs {
71
+ display: none !important;
72
+ }
73
+ @include media-breakpoint-down(xs){
74
+ .show-xs {
75
+ display: block !important;
76
+ }
77
+ .show-sm-small {
78
+ display: none !important;
79
+ }
80
+ .show-sm {
81
+ display: none !important;
82
+ }
83
+ .show-md {
84
+ display: none !important;
85
+ }
86
+ .show-lg {
87
+ display: none !important;
88
+ }
89
+ .show-xl {
90
+ display:none !important;
91
+ }
92
+ }
93
+ @media (max-width: 320px){
94
+ padding-top:687px !important;
95
+ }
96
+
97
+ .show-xxs {
98
+ display: none !important;
99
+ }
100
+ @media (max-width: 320px){
101
+ .show-xxs {
102
+ display: block !important;
103
+ }
104
+ .show-xs {
105
+ display: none !important;
106
+ }
107
+ .show-sm-small {
108
+ display: none !important;
109
+ }
110
+ .show-sm {
111
+ display: none !important;
112
+ }
113
+ .show-md {
114
+ display: none !important;
115
+ }
116
+ .show-lg {
117
+ display: none !important;
118
+ }
119
+ .show-xl {
120
+ display:none !important;
121
+ }
122
+ }
@@ -0,0 +1,78 @@
1
+ @mixin colored_block($color, $font_colored_block) {
2
+ background: $color !important;
3
+ transition: opacity 0.3s ease !important;
4
+ h2,
5
+ h3,
6
+ h4,
7
+ h5,
8
+ h6 {
9
+ color: $font_colored_block !important;
10
+ font-weight: 600;
11
+ }
12
+ .block-mission {
13
+ line-height: $line-height-500 !important;
14
+ }
15
+ p {
16
+ color: $font_colored_block !important;
17
+ font-weight: 200;
18
+ line-height: $line-height-90 !important;
19
+ letter-spacing: 0.6px !important;
20
+ word-wrap: break-word !important;
21
+ margin-bottom: $paragraph-colored-block-margin-bottom;
22
+ font-size: $paragraph-80;
23
+ }
24
+ }
25
+
26
+ @mixin farthest-corner {
27
+ &.red {
28
+ @include colored_block($farthest-corner_redy, $light);
29
+ }
30
+ &.sand {
31
+ @include colored_block($farthest-corner_sand, $black);
32
+ }
33
+ &.blue {
34
+ @include colored_block($farthest-corner_blue, $light);
35
+ }
36
+ &.caribean {
37
+ @include colored_block($farthest-corner_caribean, $black);
38
+ }
39
+ &.light_green {
40
+ @include colored_block($farthest-corner_light_green, $black);
41
+ height: 100%;
42
+ }
43
+ &.none_ {
44
+ @include colored_block($farthest-corner_none_, $black);
45
+ height: 100%;
46
+ }
47
+ &.purple {
48
+ @include colored_block($farthest-corner_purple, $light);
49
+ height: 100%;
50
+ }
51
+ &.cold_desert {
52
+ @include colored_block($farthest-corner_cold_desert, $black);
53
+ }
54
+ &.minthy {
55
+ @include colored_block($farthest-corner_minthy, $black);
56
+ }
57
+ &.mint {
58
+ @include colored_block($farthest-corner_mint, $light);
59
+ }
60
+ &.velour {
61
+ @include colored_block($farthest-corner_velour, $light);
62
+ }
63
+ &.grey {
64
+ @include colored_block($farthest-corner_grey, $black);
65
+ }
66
+ &.lovely {
67
+ @include colored_block($farthest-corner_lovely, $light);
68
+ }
69
+ &.golfy {
70
+ @include colored_block($farthest-corner_golfy, $light);
71
+ }
72
+ &.sandy {
73
+ @include colored_block($farthest-corner_sandy, $dark);
74
+ }
75
+ &.in_love {
76
+ @include colored_block($farthest-corner_in_love, $dark);
77
+ }
78
+ }