vbax-template_go 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +8 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +21 -0
  5. data/README.md +39 -0
  6. data/Rakefile +2 -0
  7. data/bin/console +14 -0
  8. data/bin/setup +8 -0
  9. data/lib/vbax/sass/template_go.scss +2 -0
  10. data/lib/vbax/sass/template_go/components/_accordion.scss +436 -0
  11. data/lib/vbax/sass/template_go/components/_badges.scss +35 -0
  12. data/lib/vbax/sass/template_go/components/_blog.scss +321 -0
  13. data/lib/vbax/sass/template_go/components/_boxes.scss +169 -0
  14. data/lib/vbax/sass/template_go/components/_breadcrumbs.scss +88 -0
  15. data/lib/vbax/sass/template_go/components/_buttons.scss +145 -0
  16. data/lib/vbax/sass/template_go/components/_cards.scss +129 -0
  17. data/lib/vbax/sass/template_go/components/_carousel.scss +260 -0
  18. data/lib/vbax/sass/template_go/components/_components.scss +31 -0
  19. data/lib/vbax/sass/template_go/components/_docs.scss +107 -0
  20. data/lib/vbax/sass/template_go/components/_dropdowns.scss +115 -0
  21. data/lib/vbax/sass/template_go/components/_features.scss +50 -0
  22. data/lib/vbax/sass/template_go/components/_gallery.scss +104 -0
  23. data/lib/vbax/sass/template_go/components/_hero.scss +266 -0
  24. data/lib/vbax/sass/template_go/components/_icons.scss +53 -0
  25. data/lib/vbax/sass/template_go/components/_jobs.scss +24 -0
  26. data/lib/vbax/sass/template_go/components/_list.scss +111 -0
  27. data/lib/vbax/sass/template_go/components/_maps.scss +43 -0
  28. data/lib/vbax/sass/template_go/components/_masonry.scss +28 -0
  29. data/lib/vbax/sass/template_go/components/_modals.scss +48 -0
  30. data/lib/vbax/sass/template_go/components/_nav.scss +288 -0
  31. data/lib/vbax/sass/template_go/components/_navbar.scss +119 -0
  32. data/lib/vbax/sass/template_go/components/_partners.scss +27 -0
  33. data/lib/vbax/sass/template_go/components/_presentations.scss +173 -0
  34. data/lib/vbax/sass/template_go/components/_pricing.scss +111 -0
  35. data/lib/vbax/sass/template_go/components/_progress.scss +70 -0
  36. data/lib/vbax/sass/template_go/components/_swiper.scss +239 -0
  37. data/lib/vbax/sass/template_go/components/_syntax.scss +173 -0
  38. data/lib/vbax/sass/template_go/components/_tables.scss +140 -0
  39. data/lib/vbax/sass/template_go/components/_testimonials.scss +191 -0
  40. data/lib/vbax/sass/template_go/components/_users.scss +307 -0
  41. data/lib/vbax/sass/template_go/components/_video.scss +113 -0
  42. data/lib/vbax/sass/template_go/layout/_colors.scss +54 -0
  43. data/lib/vbax/sass/template_go/layout/_components.scss +253 -0
  44. data/lib/vbax/sass/template_go/layout/_content.scss +376 -0
  45. data/lib/vbax/sass/template_go/layout/_custom-forms.scss +367 -0
  46. data/lib/vbax/sass/template_go/layout/_footer.scss +39 -0
  47. data/lib/vbax/sass/template_go/layout/_forms.scss +103 -0
  48. data/lib/vbax/sass/template_go/layout/_header.scss +105 -0
  49. data/lib/vbax/sass/template_go/layout/_helpers.scss +9 -0
  50. data/lib/vbax/sass/template_go/layout/_icons.scss +5319 -0
  51. data/lib/vbax/sass/template_go/layout/_invert.scss +195 -0
  52. data/lib/vbax/sass/template_go/layout/_layout.scss +16 -0
  53. data/lib/vbax/sass/template_go/layout/_mixins.scss +110 -0
  54. data/lib/vbax/sass/template_go/layout/_overlay.scss +165 -0
  55. data/lib/vbax/sass/template_go/layout/_project.scss +172 -0
  56. data/lib/vbax/sass/template_go/layout/_sidebar.scss +12 -0
  57. data/lib/vbax/sass/template_go/layout/_sizing.scss +114 -0
  58. data/lib/vbax/sass/template_go/layout/_typography.scss +197 -0
  59. data/lib/vbax/template_go.rb +9 -0
  60. data/lib/vbax/template_go/engine.rb +14 -0
  61. data/lib/vbax/template_go/version.rb +5 -0
  62. data/vbax-template_go.gemspec +29 -0
  63. metadata +133 -0
@@ -0,0 +1,88 @@
1
+ // Breadcrumbs
2
+ //
3
+ //
4
+ //
5
+
6
+ .breadcrumb {
7
+ display: inline-flex;
8
+ border: $border-width solid $border-color;
9
+ }
10
+
11
+ .breadcrumb-item {
12
+ font-size: $font-size-sm;
13
+
14
+ a {
15
+ @include transition;
16
+ color: $gray-500;
17
+
18
+ &:hover {
19
+ opacity: .8;
20
+ }
21
+ }
22
+ }
23
+
24
+ %breadcrumb-text-whiteed {
25
+ border-color: $text-white-border;
26
+
27
+ .breadcrumb-item {
28
+
29
+ + .breadcrumb-item::before {
30
+ color: $text-white-border;
31
+ }
32
+
33
+ a {
34
+ color: $text-white-primary;
35
+ }
36
+
37
+ &.active {
38
+ color: $text-white-secondary;
39
+ }
40
+ }
41
+ }
42
+
43
+
44
+ //
45
+ // Custom Breadcrumbs
46
+ //
47
+ .breadcrumb-custom {
48
+ border: 0;
49
+ padding: 0;
50
+
51
+ .breadcrumb-item {
52
+ position: relative;
53
+ overflow: hidden;
54
+
55
+ &:nth-child(1) {z-index: 1;}
56
+ &:nth-child(2) {z-index: 2;}
57
+ &:nth-child(3) {z-index: 3;}
58
+ &:nth-child(4) {z-index: 4;}
59
+ &:nth-child(5) {z-index: 5;}
60
+
61
+ &.active,
62
+ a {
63
+ display: block;
64
+ padding: 15px 30px;
65
+ border: $border-width solid $gray-100;
66
+ border-radius: 10rem;
67
+ background: $white;
68
+ }
69
+
70
+ a {
71
+ padding-right: 60px;
72
+
73
+ &:hover {
74
+ background: $primary;
75
+ color: $white;
76
+ }
77
+ }
78
+
79
+ + .breadcrumb-item {
80
+ margin-left: -40px;
81
+
82
+ &::before {
83
+ display: none;
84
+ }
85
+
86
+ }
87
+ }
88
+ }
@@ -0,0 +1,145 @@
1
+ //
2
+ // Buttons
3
+ //
4
+
5
+
6
+ // .btn {
7
+ // letter-spacing: $letter-spacing;
8
+ // }
9
+
10
+
11
+ @each $color, $value in $colors {
12
+ .btn-#{$color} {
13
+ @include button-variant($value, $value);
14
+ }
15
+ }
16
+
17
+ @each $color, $value in $colors {
18
+ .btn-outline-#{$color} {
19
+ @include button-outline-variant($value);
20
+ }
21
+ }
22
+
23
+ @each $color, $value in $socials {
24
+ .btn-#{$color} {
25
+ @include button-variant($value, $value);
26
+ }
27
+ }
28
+
29
+ @each $color, $value in $socials {
30
+ .btn-outline-#{$color} {
31
+ @include button-outline-variant($value);
32
+ }
33
+ }
34
+
35
+ @each $color, $value in $grays {
36
+ .btn-#{$color} {
37
+ @include button-variant($value, $value);
38
+ }
39
+ }
40
+
41
+ @each $color, $value in $grays {
42
+ .btn-outline-#{$color} {
43
+ @include button-outline-variant($value);
44
+ }
45
+ }
46
+
47
+
48
+ // Rounded
49
+ .btn-rounded { border-radius: 10rem; }
50
+
51
+
52
+ //
53
+ // with icon
54
+ //
55
+ .btn-with-ico {
56
+ position: relative;
57
+ padding-left: ($input-btn-padding-y * 2 + $input-btn-padding-x + $line-height-base);
58
+
59
+ [class*="icon"] {
60
+ position: absolute;
61
+ top: 0;
62
+ left: 0;
63
+ bottom: 0;
64
+ text-align: center;
65
+ line-height: ($input-btn-padding-y * 2 + $line-height-base);
66
+ font-size: 24px;
67
+ width: ($input-btn-padding-y * 2 + $line-height-base);
68
+ background: rgba($black, .1);
69
+ }
70
+
71
+ &.btn-lg {
72
+ padding-right: ($input-btn-padding-y-lg * 2 + $input-btn-padding-x-lg + $line-height-base);
73
+
74
+ [class*="icon"] {
75
+ line-height: ($input-btn-padding-y-lg * 2 + $line-height-base);
76
+ width: ($input-btn-padding-y-lg * 2 + $line-height-base);
77
+ }
78
+ }
79
+
80
+ &.btn-sm {
81
+ padding-right: ($input-btn-padding-y-sm * 2 + $input-btn-padding-x-sm + $line-height-base);
82
+
83
+ [class*="icon"] {
84
+ line-height: ($input-btn-padding-y-sm * 2 + $line-height-base);
85
+ width: ($input-btn-padding-y-sm * 2 + $line-height-base);
86
+ }
87
+ }
88
+
89
+ &.btn-rounded {
90
+ [class*="icon"] {
91
+ border-radius: 50%;
92
+ }
93
+ }
94
+
95
+
96
+ // with icon + outlined
97
+ &[class*="-outline-"] {
98
+ padding-left: ($input-btn-padding-y / 2 + $input-btn-padding-x + $line-height-base);
99
+
100
+ [class*="icon"] {
101
+ background: transparent;
102
+ }
103
+
104
+ &.btn-lg {
105
+ padding-right: ($input-btn-padding-y-lg / 2 + $input-btn-padding-x-lg + $line-height-base);
106
+ }
107
+
108
+ &.btn-sm {
109
+ padding-right: ($input-btn-padding-y-sm / 2 + $input-btn-padding-x-sm + $line-height-base);
110
+ }
111
+ }
112
+ }
113
+
114
+
115
+ //
116
+ // icon
117
+ //
118
+ .btn-ico {
119
+ position: relative;
120
+ width: ($input-btn-padding-y * 2 + $line-height-base);
121
+ height: ($input-btn-padding-y * 2 + $line-height-base);
122
+ padding: 0;
123
+
124
+ [class*="icon"] {
125
+ @include translate(-50%,-50%);
126
+ position: absolute;
127
+ top: 50%;
128
+ left: 50%;
129
+ }
130
+
131
+ &.btn-sm {
132
+ width: ($input-btn-padding-y-sm * 2 + $line-height-base);
133
+ height: ($input-btn-padding-y-sm * 2 + $line-height-base);
134
+ }
135
+
136
+ &.btn-lg {
137
+ width: ($input-btn-padding-y-lg * 2 + $line-height-base);
138
+ height: ($input-btn-padding-y-lg * 2 + $line-height-base);
139
+ }
140
+
141
+ &.btn-xl {
142
+ width: ($input-btn-padding-y-lg * 4 + $line-height-base);
143
+ height: ($input-btn-padding-y-lg * 4 + $line-height-base);
144
+ }
145
+ }
@@ -0,0 +1,129 @@
1
+ // Cards
2
+ //
3
+ //
4
+ //
5
+ //
6
+
7
+
8
+ .card {
9
+ @extend %boxed;
10
+ }
11
+
12
+ .card-header,
13
+ .card-footer {
14
+ padding: $card-spacer-x;
15
+ }
16
+
17
+ .card-body + .card-footer,
18
+ .card-header + .card-body {
19
+ padding-top: 0;
20
+ }
21
+
22
+ .card-img-container {
23
+ position: relative;
24
+ overflow: hidden;
25
+
26
+ &::before {
27
+ @include border-radius;
28
+ content: "";
29
+ position: absolute;
30
+ top: 0;
31
+ right: 0;
32
+ bottom: 0;
33
+ left: 0;
34
+ display: block;
35
+ background: rgba($black, .1);
36
+ z-index: 5;
37
+ }
38
+
39
+ .card-footer,
40
+ .card-header {
41
+ position: absolute;
42
+ bottom: 0;
43
+ left: 0;
44
+ right: 0;
45
+ z-index: 10;
46
+ }
47
+
48
+ .card-title {
49
+ @include text-shadow();
50
+ font-size: 2rem;
51
+ margin: 0;
52
+ color: $white;
53
+ }
54
+ }
55
+
56
+ .card-meta {
57
+ font-size: 1rem;
58
+ color: $gray-300;
59
+ }
60
+
61
+ .card-title {
62
+ a {
63
+ @include transition;
64
+ color: $black;
65
+
66
+ &:hover {
67
+ color: $primary;
68
+ }
69
+ }
70
+ }
71
+
72
+
73
+
74
+ //
75
+ // header navs
76
+ //
77
+
78
+ .card-header-tabs {
79
+ margin-top: -($card-spacer-x / 2);
80
+ margin-left: 0;
81
+ border-right: 0;
82
+ }
83
+
84
+ .card-header-pills {
85
+ margin-top: 0;
86
+ margin-left: 0;
87
+ border-right: 0;
88
+ }
89
+
90
+
91
+ // card minimal
92
+ .card-minimal {
93
+ @include no-shadow;
94
+ background: transparent;
95
+
96
+ .card-body {
97
+ padding: $card-spacer-y;
98
+ }
99
+
100
+ .card-img-container {
101
+ @extend %boxed;
102
+ @extend %rising;
103
+ background: transparent;
104
+
105
+ &::before {
106
+ display: none;
107
+ }
108
+ }
109
+ }
110
+
111
+ // card minimal - modification for preview
112
+ .demo-preview {
113
+ .card-minimal {
114
+ .card-img-container {
115
+ background: rgba($dark, .1);
116
+ padding: 2rem 2rem 0 2rem;
117
+
118
+ .card-img {
119
+ border-radius: 0;
120
+ @extend %floating;
121
+ @include border-top-radius($card-border-radius)
122
+ }
123
+
124
+ @include media-breakpoint-down(sm) {
125
+ padding: 1rem 1rem 0 1rem;
126
+ }
127
+ }
128
+ }
129
+ }
@@ -0,0 +1,260 @@
1
+ // Carousel
2
+ //
3
+ //
4
+ //
5
+
6
+ .owl-carousel {
7
+ &[data-dots="true"] {
8
+ margin-bottom: 60px;
9
+ }
10
+
11
+ // Navigation
12
+ .owl-nav {
13
+
14
+ button.owl-prev,
15
+ button.owl-next {
16
+ @include transition;
17
+ background: rgba($black, .4);
18
+ position: absolute;
19
+ border-radius: 50%;
20
+ top: 50%;
21
+ width: 4rem;
22
+ height: 4rem;
23
+ text-align: center;
24
+ z-index: 20;
25
+
26
+ &::before {
27
+ display: block;
28
+ position: absolute;
29
+ top: 0;
30
+ right: 0;
31
+ bottom: 0;
32
+ left: 0;
33
+ line-height: 4rem;
34
+ font-family: 'icomoon';
35
+ font-size: 1.8rem;
36
+ color: $white;
37
+ }
38
+
39
+ &:hover {
40
+ background: rgba($black, .5);
41
+ }
42
+
43
+ span {
44
+ display: none;
45
+ }
46
+ }
47
+
48
+
49
+ .owl-prev {
50
+ @include translate(0,-50%);
51
+ left: ($grid-gutter-width / 2);
52
+
53
+ &::before { content: "\ebfb" }
54
+
55
+ &[class*="disabled"] {
56
+ @include translate(-100%, -50%);
57
+ opacity: 0;
58
+ visibility: hidden;
59
+ z-index: 10;
60
+ }
61
+ }
62
+
63
+
64
+ .owl-next {
65
+ @include translate(0,-50%);
66
+ right: ($grid-gutter-width / 2);
67
+
68
+ &::before { content: "\ebfc" }
69
+
70
+ &[class*="disabled"] {
71
+ @include translate(100%, -50%);
72
+ opacity: 0;
73
+ visibility: hidden;
74
+ z-index: 10;
75
+ }
76
+ }
77
+
78
+ }
79
+
80
+ }
81
+
82
+
83
+
84
+ // Dots
85
+ .owl-carousel-inside-project {
86
+ .owl-nav{
87
+ &.disabled {
88
+ display: none;
89
+ }
90
+ }
91
+ }
92
+ .owl-dots {
93
+ @include translate(0,50%);
94
+ position: absolute;
95
+ bottom: -30px;
96
+ width: 100%;
97
+ text-align: center;
98
+
99
+ &.disabled {
100
+ display: none;
101
+ }
102
+
103
+ .owl-dot {
104
+ display: inline-block;
105
+ vertical-align: top;
106
+
107
+ span {
108
+ display: block;
109
+ width: 8px;
110
+ height: 8px;
111
+ margin: 10px;
112
+ border-radius: 50%;
113
+ background: rgba($black,0.2);
114
+ @include transition();
115
+ }
116
+
117
+ &:hover {
118
+ span {
119
+ background: rgba($black, 0.4);
120
+ }
121
+ }
122
+
123
+ &.active {
124
+ span {
125
+ background: $black;
126
+ @include scale(1.5);
127
+ }
128
+ }
129
+
130
+ }
131
+ }
132
+
133
+ .owl-carousel-single {
134
+ .owl-stage-outer {
135
+ @extend %floating;
136
+ border-radius: $border-radius;
137
+ overflow: hidden;
138
+ }
139
+
140
+ .owl-nav {
141
+ button.owl-prev,
142
+ button.owl-next {
143
+ background: $primary;
144
+ width: 5.5rem;
145
+ height: 5.5rem;
146
+
147
+ &::before {
148
+ line-height: 5.5rem;
149
+ }
150
+
151
+ &:hover {
152
+ background: rgba($primary, .9);
153
+ }
154
+ }
155
+
156
+
157
+ .owl-prev {
158
+ @include translate(-50%,-50%);
159
+ left: 0;
160
+ }
161
+
162
+
163
+ .owl-next {
164
+ @include translate(50%,-50%);
165
+ right: 0;
166
+ }
167
+ }
168
+ }
169
+
170
+ .owl-carousel-library {
171
+ // Navigation
172
+ .owl-nav {
173
+ margin-top: 1rem;
174
+
175
+ button.owl-prev,
176
+ button.owl-next {
177
+ @include translate(0,0);
178
+ position: static;
179
+ border-radius: $border-radius;
180
+ background: none;
181
+ border: $border-width solid transparent;
182
+
183
+ &::before {
184
+ color: $black;
185
+ }
186
+
187
+ &:hover {
188
+ background: transparent;
189
+ border-color: $border-color;
190
+ }
191
+ }
192
+
193
+
194
+ .owl-prev,
195
+ .owl-nav {
196
+ &[class*="disabled"] {
197
+ @include translate(0, 0);
198
+ visibility: visible;
199
+ opacity: .5;
200
+ }
201
+ }
202
+
203
+ }
204
+ }
205
+
206
+ // library navigation for text white
207
+ .text-white {
208
+ .owl-carousel-library {
209
+ .owl-nav {
210
+ button.owl-prev,
211
+ button.owl-next {
212
+ &:hover {
213
+ border-color: $text-white-border;
214
+ }
215
+
216
+ &::before {
217
+ color: $white;
218
+ }
219
+ }
220
+ }
221
+ }
222
+ }
223
+
224
+
225
+
226
+
227
+
228
+ // General
229
+ .owl-carousel {
230
+
231
+ .owl-stage-outer {
232
+
233
+ .owl-stage {
234
+
235
+ .owl-item {
236
+ @include transition();
237
+ counter-increment: owlItem;
238
+
239
+ img {
240
+ width: auto;
241
+ max-width: 100%;
242
+ }
243
+ }
244
+ }
245
+ }
246
+
247
+ &.visible {
248
+ .owl-stage-outer { overflow: visible; }
249
+ }
250
+
251
+ &.accent {
252
+ .owl-item {
253
+ opacity: .25;
254
+
255
+ &.active {
256
+ opacity: 1;
257
+ }
258
+ }
259
+ }
260
+ }