viniBaxter-spa_landing 0.9 → 10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (26) hide show
  1. checksums.yaml +4 -4
  2. data/lib/viniBaxter/sass/bootstrap/_buttons.scss +2 -2
  3. data/lib/viniBaxter/sass/bootstrap/_forms.scss +29 -12
  4. data/lib/viniBaxter/sass/bootstrap/_grid.scss +1 -2
  5. data/lib/viniBaxter/sass/bootstrap/_navbar.scss +1 -7
  6. data/lib/viniBaxter/sass/bootstrap/_reboot.scss +49 -21
  7. data/lib/viniBaxter/sass/bootstrap/_type.scss +37 -13
  8. data/lib/viniBaxter/sass/bootstrap/bootstrap.scss +0 -1
  9. data/lib/viniBaxter/sass/bootstrap/mixins/_buttons.scss +0 -1
  10. data/lib/viniBaxter/sass/bootstrap/mixins/_grid.scss +5 -2
  11. data/lib/viniBaxter/sass/spa_landing/theme/_landin-page.scss +39 -0
  12. data/lib/viniBaxter/sass/spa_landing/theme/_navbar.scss +4 -1
  13. data/lib/viniBaxter/sass/spa_landing/theme/_navbar_creative.scss +38 -7
  14. data/lib/viniBaxter/sass/spa_landing/theme/_theme-basic-nav.scss +6 -0
  15. data/lib/viniBaxter/sass/spa_landing/theme/_theme.scss +7 -0
  16. data/lib/viniBaxter/sass/spa_landing/theme/_type.scss +7 -8
  17. data/lib/viniBaxter/sass/spa_landing/theme/iOS/_1068.scss +44 -0
  18. data/lib/viniBaxter/sass/spa_landing/theme/iOS/_735.scss +56 -0
  19. data/lib/viniBaxter/sass/spa_landing/theme/iOS/_OS_style.scss +211 -0
  20. data/lib/viniBaxter/sass/spa_landing/theme/iOS/_index.scss +3 -0
  21. data/lib/viniBaxter/sass/spa_landing/theme/iOS/_os_card.scss +152 -0
  22. data/lib/viniBaxter/sass/spa_landing/theme/iOS/_safari__blur__effect.scss +50 -0
  23. data/lib/viniBaxter/sass/spa_landing/theme/mixins/_navbar.scss +45 -25
  24. data/lib/viniBaxter/spa_landing/version.rb +1 -1
  25. metadata +9 -3
  26. data/lib/viniBaxter/sass/bootstrap/_functions.scss +0 -164
@@ -5,7 +5,6 @@
5
5
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6
6
  */
7
7
 
8
- @import 'functions';
9
8
  @import 'mixins';
10
9
  @import 'root';
11
10
  @import 'reboot';
@@ -11,7 +11,6 @@
11
11
  $active-background: darken($background, 10%),
12
12
  $active-border: darken($border, 12.5%)
13
13
  ) {
14
- print: $background;
15
14
  color: color-yiq($background);
16
15
  @include gradient-bg($background);
17
16
  border-color: $border;
@@ -18,13 +18,16 @@
18
18
  }
19
19
 
20
20
  // For each breakpoint, define the maximum width of the container in a media query
21
- @mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {
21
+ @mixin make-container-max-widths(
22
+ $max-widths: $container-max-widths,
23
+ $breakpoints: $grid-breakpoints
24
+ ) {
22
25
  @each $breakpoint, $container-max-width in $max-widths {
23
26
  @include media-breakpoint-up($breakpoint, $breakpoints) {
24
27
  max-width: $container-max-width;
25
28
  }
26
29
  }
27
- @include deprecate("The `make-container-max-widths` mixin", "v4.5.2", "v5");
30
+ @include deprecate('The `make-container-max-widths` mixin', 'v4.5.2', 'v5');
28
31
  }
29
32
 
30
33
  @mixin make-col-ready($gutter: $grid-gutter-width) {
@@ -0,0 +1,39 @@
1
+ .lp_jumbo {
2
+ .container-lp-center {
3
+ margin-left: auto !important;
4
+ margin-right: auto !important;
5
+ width: auto !important;
6
+ padding-right: 24px !important;
7
+ padding-left: 24px !important;
8
+
9
+ @include media-breakpoint-up(md) {
10
+ max-width: 696px !important;
11
+ }
12
+ .center-up-md {
13
+ @include media-breakpoint-up(md) {
14
+ text-align: center !important;
15
+ }
16
+ }
17
+ }
18
+ }
19
+
20
+ #image-landin-gb {
21
+ padding-top: 24px !important;
22
+ padding-bottom: 24px !important;
23
+ padding-left: 24px !important;
24
+ padding-right: 24px !important;
25
+ max-width: 1600px !important;
26
+ @include media-breakpoint-up(md) {
27
+ padding-top: 48px !important;
28
+ padding-bottom: 48px !important;
29
+ padding-left: 40px !important;
30
+ padding-right: 40px !important;
31
+ }
32
+ @include media-breakpoint-up(xl) {
33
+ margin: 0 auto !important;
34
+ position: relative !important;
35
+ max-width: 1760px !important;
36
+ padding-right: 80px !important;
37
+ padding-left: 80px !important;
38
+ }
39
+ }
@@ -9,7 +9,10 @@
9
9
  z-index: $zindex-fixed;
10
10
 
11
11
  &.blured {
12
- backdrop-filter: saturate(180%) blur(20px);
12
+ // // background: $opacity-gray-9;
13
+ -webkit-backdrop-filter: $backdrop-filter;
14
+ backdrop-filter: $backdrop-filter;
15
+ background: $opacity-gray-9;
13
16
  }
14
17
  }
15
18
 
@@ -1,7 +1,8 @@
1
1
  .navbar {
2
2
  padding-top: $navbar-padding-base;
3
3
  padding-bottom: $navbar-padding-base;
4
- min-height: 53px;
4
+ // min-height: 53px;
5
+ height: 90px;
5
6
  margin-bottom: 20px;
6
7
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
7
8
  z-index: 1030;
@@ -21,6 +22,30 @@
21
22
  font-size: inherit;
22
23
  }
23
24
 
25
+ &.relative-top {
26
+ position: absolute;
27
+ top: 0;
28
+ left: 0;
29
+ width: 100%;
30
+ .navbar-nav {
31
+ .nav-link:not(.btn) {
32
+ &.nav-underline {
33
+ @include media-breakpoint-up(lg) {
34
+ @include navbar-hover-link($light, $border-after-light);
35
+ }
36
+ }
37
+ }
38
+ }
39
+ [class^='btn-outline-'],
40
+ [class*='btn-outline-'] {
41
+ @include button-outline-variant($white);
42
+ &:hover {
43
+ color: $white !important;
44
+ background-color: transparent !important;
45
+ }
46
+ }
47
+ }
48
+
24
49
  .navbar-nav {
25
50
  &.navbar-logo {
26
51
  position: absolute;
@@ -82,7 +107,7 @@
82
107
 
83
108
  &.nav-underline {
84
109
  @include media-breakpoint-up(lg) {
85
- @include navbar-hover-link;
110
+ @include navbar-hover-link($dark, $border-after-dark);
86
111
  }
87
112
  }
88
113
  }
@@ -110,7 +135,13 @@
110
135
  font-size: $font-size-small;
111
136
  padding-top: $padding-base-vertical;
112
137
  padding-bottom: $padding-base-vertical;
138
+ margin-bottom: $navbar-margin-brand-svg;
113
139
  line-height: $line-height-nav-link;
140
+ // text-transform: uppercase;
141
+ // font-size: 0.75rem;
142
+ // padding-top: 0rem;
143
+ // margin-bottom: 0.6rem;
144
+ // line-height: 1.625rem;
114
145
  }
115
146
 
116
147
  .navbar-toggler {
@@ -152,16 +183,16 @@
152
183
 
153
184
  &.bg-white:not(.navbar-transparent) {
154
185
  a:not(.dropdown-item):not(.btn) {
155
- color: $default-color;
186
+ color: $dark;
156
187
 
157
188
  &.disabled {
158
189
  opacity: 0.5;
159
- color: $default-color;
190
+ color: $dark;
160
191
  }
161
192
  }
162
193
 
163
194
  .button-bar {
164
- background: $default-color;
195
+ background: $dark;
165
196
  }
166
197
 
167
198
  .nav-item.active .nav-link:not(.btn),
@@ -172,7 +203,7 @@
172
203
  }
173
204
 
174
205
  .logo-container {
175
- border: 1px solid $default-color;
206
+ border: 1px solid $dark;
176
207
  }
177
208
  }
178
209
  }
@@ -397,7 +428,7 @@
397
428
  }
398
429
 
399
430
  .bg-default {
400
- background-color: $default-color !important;
431
+ background-color: $dark !important;
401
432
  }
402
433
 
403
434
  .bg-primary {
@@ -48,3 +48,9 @@
48
48
  @import 'section';
49
49
  @import 'shapes';
50
50
  @import 'sidenav';
51
+
52
+ //
53
+ // iOS
54
+ //
55
+
56
+ @import 'iOS/index';
@@ -53,6 +53,13 @@
53
53
  @import 'section';
54
54
  @import 'shapes';
55
55
  @import 'sidenav';
56
+ @import 'landin-page';
57
+
58
+ //
59
+ // iOS
60
+ //
61
+
62
+ @import 'iOS/index';
56
63
 
57
64
  //
58
65
  // Tool
@@ -77,23 +77,20 @@ h6,
77
77
 
78
78
  // Display
79
79
 
80
- .display-1,
81
- .display-2,
82
- .display-3,
83
- .display-4 {
84
- letter-spacing: $display-letter-spacing;
85
- }
86
-
87
80
  .display-1 {
88
81
  line-height: $display1-line-height;
82
+ letter-spacing: $display1-letter-spacing;
89
83
 
90
84
  @include media-breakpoint-down(md) {
91
- font-size: $display1-size-md;
85
+ font-size: $display1-size-md !important;
86
+ line-height: $display1-line-height-size-md !important;
87
+ letter-spacing: $display1-line-letter-spacing-md !important;
92
88
  }
93
89
  }
94
90
 
95
91
  .display-2 {
96
92
  line-height: $display2-line-height;
93
+ letter-spacing: $display2-letter-spacing;
97
94
 
98
95
  @include media-breakpoint-down(md) {
99
96
  font-size: $display2-size-md;
@@ -102,6 +99,7 @@ h6,
102
99
 
103
100
  .display-3 {
104
101
  line-height: $display3-line-height;
102
+ letter-spacing: $display3-letter-spacing;
105
103
 
106
104
  @include media-breakpoint-down(md) {
107
105
  font-size: $display3-size-md;
@@ -110,6 +108,7 @@ h6,
110
108
 
111
109
  .display-4 {
112
110
  line-height: $display4-line-height;
111
+ letter-spacing: $display4-letter-spacing;
113
112
 
114
113
  @include media-breakpoint-down(md) {
115
114
  font-size: $display4-size-md;
@@ -0,0 +1,44 @@
1
+ // 1068
2
+
3
+ // @media only screen and (max-width: 1068px) {
4
+ @include media-breakpoint-down(lg) {
5
+ .section-card-tiles .cards-tiles-list {
6
+ margin-left: 20px;
7
+ margin-right: 20px;
8
+ margin-bottom: 20px;
9
+ }
10
+ }
11
+
12
+ @media only screen and (max-width: 1068px) {
13
+ .section-card-tiles .card-tile:nth-child(odd) {
14
+ border-right: 10px solid #fff;
15
+ }
16
+ .section-card-tiles .card-tile:nth-child(even) {
17
+ border-left: 10px solid #fff;
18
+ }
19
+ .section-card-tiles .card-tile {
20
+ &:nth-child(1),
21
+ &:nth-child(2) {
22
+ border-bottom: 10px solid #fff;
23
+ }
24
+ }
25
+ .section-card-tiles .card-tile {
26
+ &:nth-child(3),
27
+ &:nth-child(4) {
28
+ border-top: 10px solid #fff;
29
+ }
30
+ }
31
+ .section-card-tiles .card-tile-set h2 {
32
+ max-width: 234px;
33
+ }
34
+ .section-card-tiles .card-tile-set .cat-tile-bg {
35
+ background-repeat: no-repeat;
36
+ }
37
+ .section-card-tiles .cat-tile-copy {
38
+ top: 29%;
39
+ }
40
+ .section-card-tiles .cat-tile-copy a {
41
+ margin-top: 22px;
42
+ font-size: 21px;
43
+ }
44
+ }
@@ -0,0 +1,56 @@
1
+ @include media-breakpoint-down(sm) {
2
+ // @media only screen and (max-width: 735px) {
3
+ .section-card-tiles {
4
+ max-width: 414px;
5
+ }
6
+ .section-card-tiles .cards-tiles-list {
7
+ margin-right: auto;
8
+ margin-bottom: 15px;
9
+ margin-left: auto;
10
+ }
11
+ .section-card-tiles .card-tile {
12
+ margin: 0 auto 15px;
13
+ flex-basis: 100%;
14
+ max-width: 100%;
15
+ padding-right: 0;
16
+
17
+ &:nth-child(odd) {
18
+ border-right: none;
19
+ }
20
+
21
+ &:nth-child(even) {
22
+ border-left: none;
23
+ }
24
+
25
+ &:nth-child(1),
26
+ &:nth-child(2) {
27
+ border-bottom: none;
28
+ }
29
+
30
+ &:nth-child(3),
31
+ &:nth-child(4) {
32
+ border-top: none;
33
+ }
34
+
35
+ &:last-child {
36
+ margin-bottom: 0;
37
+ }
38
+ }
39
+ .section-card-tiles .jump-tile-video {
40
+ top: 0;
41
+ }
42
+ .section-card-tiles .cat-tile-copy {
43
+ top: 50%;
44
+ transform: translateY(-50%);
45
+ h2,
46
+ a {
47
+ max-width: 100%;
48
+ }
49
+ a {
50
+ margin-top: 16px;
51
+ }
52
+ }
53
+ .section-card-tiles .card-tile-set .cat-tile-bg {
54
+ background-repeat: no-repeat;
55
+ }
56
+ }
@@ -0,0 +1,211 @@
1
+ // @import url(https://fonts.googleapis.com/css?family=Ek+Mukta:200);
2
+ $cubic: cubic-bezier(0.4, 0.01, 0.165, 0.99);
3
+ // $mukta: 'Ek Mukta', sans-serif;
4
+ $menuItems: 15;
5
+
6
+ .window {
7
+ position: relative;
8
+ display: block;
9
+ width: 100%;
10
+ margin: 100px auto 0;
11
+ overflow: hidden;
12
+ border-radius: 3px;
13
+
14
+ .header {
15
+ position: absolute;
16
+ display: block;
17
+ top: 0;
18
+ left: 0;
19
+ height: 60px;
20
+ width: 100%;
21
+ // background: rgba(#fff, 1);
22
+ overflow: hidden;
23
+ transition: all 0.5s ease-out, background 1s ease-out;
24
+ transition-delay: 0.2s;
25
+ z-index: 9999;
26
+ -webkit-backdrop-filter: saturate(180%) blur(20px);
27
+ backdrop-filter: saturate(180%) blur(20px);
28
+
29
+ .burger-container {
30
+ position: relative;
31
+ display: inline-block;
32
+ height: 60px;
33
+ width: 60px;
34
+ cursor: pointer;
35
+ transform: rotate(0deg);
36
+ transition: all 0.3s $cubic;
37
+ user-select: none;
38
+ -webkit-tap-highlight-color: transparent;
39
+
40
+ #burger {
41
+ width: 18px;
42
+ height: 8px;
43
+ position: relative;
44
+ display: block;
45
+ margin: -4px auto 0;
46
+ top: 50%;
47
+
48
+ .bar {
49
+ width: 100%;
50
+ height: 1px;
51
+ display: block;
52
+ position: relative;
53
+ background: $body-color;
54
+ transition: all 0.3s $cubic;
55
+ transition-delay: 0s;
56
+
57
+ &.topBar {
58
+ transform: translateY(0px) rotate(0deg);
59
+ }
60
+
61
+ &.btmBar {
62
+ transform: translateY(6px) rotate(0deg);
63
+ }
64
+ }
65
+ }
66
+ }
67
+
68
+ .icon {
69
+ display: inline-block;
70
+ position: absolute;
71
+ height: 100%;
72
+ line-height: 50px;
73
+ width: 50px;
74
+ height: 50px;
75
+ text-align: center;
76
+ color: $body-color;
77
+ font-size: 22px;
78
+ left: 50%;
79
+ transform: translateX(-50%);
80
+
81
+ &.icon_sxmGreatAgain {
82
+ right: 0;
83
+ top: 0;
84
+ left: auto;
85
+ transform: translateX(0px);
86
+ transition: transform 0.5s $cubic;
87
+ transition-delay: 0.65s;
88
+ }
89
+ }
90
+
91
+ ul.menu {
92
+ position: relative;
93
+ display: block;
94
+ padding: 10% 20% 20%;
95
+ list-style: none;
96
+
97
+ li.menu-item {
98
+ border-bottom: 1px solid #fff;
99
+ margin-top: 5px;
100
+ transform: scale(1.15) translateY(-30px);
101
+ opacity: 0;
102
+ transition: transform 0.5s $cubic, opacity 0.6s $cubic;
103
+
104
+ @for $i from 1 through $menuItems {
105
+ &:nth-child(#{$i}) {
106
+ transition-delay: #{0.56 - ($i * 0.07)}s;
107
+ }
108
+ }
109
+
110
+ a {
111
+ display: block;
112
+ position: relative;
113
+ color: $light;
114
+ // font-family: $mukta;
115
+ font-weight: 100;
116
+ text-decoration: none;
117
+ font-size: 22px;
118
+ line-height: 2.35;
119
+ font-weight: 500;
120
+ width: 100%;
121
+ }
122
+ }
123
+ }
124
+
125
+ &.menu-opened {
126
+ height: 100%;
127
+ // background-color: rgba(255, 255, 255, 0.27);
128
+ background: $primary-gradient-opacity;
129
+ transition: all 0.3s ease-in, background 0.3s ease-in;
130
+ transition-delay: 0.25s;
131
+ backdrop-filter: saturate(180%) blur(20px);
132
+
133
+ .burger-container {
134
+ transform: rotate(90deg);
135
+
136
+ #burger {
137
+ .bar {
138
+ transition: all 0.4s $cubic;
139
+ transition-delay: 0.2s;
140
+
141
+ &.topBar {
142
+ transform: translateY(4px) rotate(45deg);
143
+ }
144
+
145
+ &.btmBar {
146
+ transform: translateY(3px) rotate(-45deg);
147
+ }
148
+ }
149
+ }
150
+ }
151
+
152
+ ul.menu {
153
+ li.menu-item {
154
+ transform: scale(1) translateY(0px);
155
+ opacity: 1;
156
+
157
+ @for $i from 1 through $menuItems {
158
+ &:nth-child(#{$i}) {
159
+ transition-delay: #{0.07 * $i + 0.2}s;
160
+ }
161
+ }
162
+ }
163
+ }
164
+
165
+ .icon {
166
+ &.icon_sxmGreatAgain {
167
+ transform: translateX(75px);
168
+ transition-delay: 0.3s;
169
+ }
170
+ }
171
+ }
172
+ }
173
+
174
+ .content {
175
+ // font-family: $mukta;
176
+ padding: 67px 4% 0;
177
+ text-align: justify;
178
+ overflow: scroll;
179
+ max-height: 100%;
180
+
181
+ &::-webkit-scrollbar {
182
+ display: none;
183
+ }
184
+
185
+ h2 {
186
+ margin-bottom: 0px;
187
+ letter-spacing: 1px;
188
+ }
189
+
190
+ img {
191
+ width: 95%;
192
+ position: relative;
193
+ display: block;
194
+ margin: 75px auto 75px;
195
+
196
+ &:nth-of-type(2) {
197
+ margin: 75px auto;
198
+ }
199
+ }
200
+ }
201
+
202
+ @media (max-width: 3300px) {
203
+ width: 100%;
204
+ margin: 0;
205
+ border-radius: 0px;
206
+
207
+ .header {
208
+ position: fixed;
209
+ }
210
+ }
211
+ }