vbax-template_go 0.1.0

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 (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,239 @@
1
+ // Swiper
2
+ //
3
+ //
4
+ //
5
+
6
+ .swiper-container,
7
+ .gallery-container {
8
+ .swiper-slide {
9
+ height: auto;
10
+ overflow: hidden;
11
+ }
12
+
13
+ .container,
14
+ .container-fluid {
15
+ height: 100%;
16
+
17
+ > .row {
18
+ height: 100%;
19
+ padding-top: $section-padding;
20
+ padding-bottom: $section-padding;
21
+ }
22
+ }
23
+ }
24
+
25
+ .swiper-wrapper {
26
+ z-index: 20;
27
+ }
28
+
29
+
30
+ // Swiper instances that doesnt fit to the viewport
31
+ .container,
32
+ .container-fluid {
33
+
34
+ .swiper-container,
35
+ .gallery-container {
36
+ .swiper-slide {
37
+ @extend %boxed;
38
+ @include border-radius;
39
+ }
40
+ }
41
+ }
42
+
43
+
44
+ // swiper footer
45
+ .swiper-footer {
46
+ @include translate(0,50%);
47
+ width: 100%;
48
+ position: absolute;
49
+ bottom: ($section-padding / 2);
50
+ z-index: 40;
51
+
52
+ .container,
53
+ .container-fluid {
54
+ > .row {
55
+ padding: 0;
56
+ }
57
+ }
58
+ }
59
+
60
+
61
+ //
62
+ // gallery
63
+ //
64
+ .gallery {
65
+
66
+ // bigger bottom padding for gallery thumbs
67
+ .container,
68
+ .container-fluid {
69
+ > .row {
70
+ padding-bottom: ($section-padding * 1.5);
71
+ }
72
+ }
73
+ }
74
+
75
+ .gallery-thumbs {
76
+ border-top: $border-width solid $text-white-border;
77
+ position: absolute;
78
+ bottom: 0;
79
+ width: 100%;
80
+ z-index: 25;
81
+
82
+ .swiper-slide {
83
+ @include transition;
84
+ padding: 2.5rem 0;
85
+ text-align: center;
86
+ cursor: pointer;
87
+
88
+ h5 {
89
+ @extend %text-shadow;
90
+ font-size: $font-size-base;
91
+ letter-spacing: $letter-spacing-sm;
92
+ color: $white;
93
+ line-height: 1rem;
94
+ font-weight: 400;
95
+ }
96
+
97
+ &:hover {
98
+ background: rgba($white, .1);
99
+ }
100
+ }
101
+
102
+ .swiper-slide-active {
103
+ margin-top: -$border-width;
104
+ border-top: $border-width solid $white;
105
+ }
106
+ }
107
+
108
+
109
+
110
+ //
111
+ // carousel
112
+ //
113
+ .swiper-container-carousel {
114
+ overflow: visible;
115
+ }
116
+
117
+
118
+ // Pagination
119
+ .swiper-container-horizontal {
120
+ .swiper-pagination-bullets {
121
+ @include translate(-50%,50%);
122
+ width: auto;
123
+ bottom: ($section-padding / 2);
124
+ left: 50%;
125
+ z-index: 25;
126
+
127
+ .swiper-pagination-bullet {
128
+ @include selection(none);
129
+ position: relative;
130
+ float: left;
131
+ width: 2rem;
132
+ height: 2rem;
133
+ margin: 0;
134
+ opacity: 1;
135
+ background: transparent;
136
+ @include transition();
137
+ outline: none;
138
+
139
+ &::after {
140
+ @include transition();
141
+ position: absolute;
142
+ content: "";
143
+ display: block;
144
+ top: 50%;
145
+ left: 50%;
146
+ width: 8px;
147
+ height: 8px;
148
+ margin: -4px 0 0 -4px;
149
+ border-radius: 50%;
150
+ background: rgba($white, .2);
151
+ }
152
+
153
+ &:hover {
154
+ &::after {
155
+ background: rgba($white, .4);
156
+ }
157
+ }
158
+
159
+ &.swiper-pagination-bullet-active {
160
+ &::after {
161
+ background: $white;
162
+ @include scale(1.5);
163
+ @include shadow();
164
+ }
165
+ }
166
+ }
167
+ }
168
+
169
+ .swiper-pagination-vertical {
170
+ @include translate(0,50%);
171
+ right: ($grid-gutter-width / 2 );
172
+ bottom: 50%;
173
+ left: auto;
174
+ width: 2rem;
175
+ }
176
+ }
177
+
178
+
179
+ // Navigation
180
+ .swiper-button-prev,
181
+ .swiper-button-next {
182
+ @include transition;
183
+ float: left;
184
+ position: relative;
185
+ display: block;
186
+ width: 3.75rem;
187
+ height: 3.75rem;
188
+ margin-top: ($grid-gutter-width / 2);
189
+ text-align: center;
190
+ background-image: none!important;
191
+ border: $border-width solid transparent;
192
+ z-index: 20;
193
+ outline: none;
194
+
195
+ &::before {
196
+ display: block;
197
+ position: absolute;
198
+ top: 0;
199
+ right: 0;
200
+ bottom: 0;
201
+ left: 0;
202
+ color: $black;
203
+ line-height: 3.75rem;
204
+ font-family: 'icomoon';
205
+ font-size: 1.5rem;
206
+ }
207
+
208
+ &:hover {
209
+ border-color: $border-color;
210
+
211
+ &::before {
212
+ color: $black;
213
+ }
214
+ }
215
+ }
216
+
217
+ .swiper-button-prev {
218
+ left: 0;
219
+ &::before { content: "\ebfb" }
220
+ }
221
+
222
+ .swiper-button-next {
223
+ right: 0;
224
+ &::before { content: "\ebfc" }
225
+ }
226
+
227
+
228
+
229
+
230
+
231
+ // Responsive
232
+ //
233
+ //
234
+ @include media-breakpoint-down(md) {
235
+ .swiper-button-prev,
236
+ .swiper-button-next {
237
+ display: none;
238
+ }
239
+ }
@@ -0,0 +1,173 @@
1
+ /* PrismJS 1.14.0
2
+ http://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
3
+ /**
4
+ * prism.js default theme for JavaScript, CSS and HTML
5
+ * Based on dabblet (http://dabblet.com)
6
+ * @author Lea Verou
7
+ */
8
+
9
+ code[class*="language-"],
10
+ pre[class*="language-"] {
11
+ font-family: $font-family-monospace;
12
+ text-align: left;
13
+ white-space: pre;
14
+ word-spacing: normal;
15
+ word-break: normal;
16
+ word-wrap: normal;
17
+ line-height: 1.5;
18
+
19
+ -moz-tab-size: 4;
20
+ -o-tab-size: 4;
21
+ tab-size: 4;
22
+
23
+ -webkit-hyphens: none;
24
+ -moz-hyphens: none;
25
+ -ms-hyphens: none;
26
+ hyphens: none;
27
+
28
+ &::-moz-selection,
29
+ &::selection {
30
+ color: $white;
31
+ background: $primary;
32
+ }
33
+ }
34
+
35
+ @media print {
36
+ code[class*="language-"],
37
+ pre[class*="language-"] {
38
+ text-shadow: none;
39
+ }
40
+ }
41
+
42
+ /* Code blocks */
43
+ pre[class*="language-"] {
44
+ @include border-radius;
45
+ margin-bottom: 0;
46
+ overflow: auto;
47
+ }
48
+
49
+ :not(pre) > code[class*="language-"],
50
+ pre[class*="language-"] {
51
+ // background: $light;
52
+ }
53
+
54
+ /* Inline code */
55
+ :not(pre) > code[class*="language-"] {
56
+ padding: .1em;
57
+ border-radius: .3em;
58
+ white-space: normal;
59
+ }
60
+
61
+ .token.comment,
62
+ .token.prolog,
63
+ .token.doctype,
64
+ .token.cdata {
65
+ color: slategray;
66
+ }
67
+
68
+ .token.punctuation {
69
+ color: $gray-300;
70
+ }
71
+
72
+ .namespace {
73
+ opacity: .7;
74
+ }
75
+
76
+ .token.property,
77
+ .token.tag,
78
+ .token.boolean,
79
+ .token.number,
80
+ .token.constant,
81
+ .token.symbol,
82
+ .token.deleted {
83
+ color: $gray-300;
84
+ }
85
+
86
+ .token.selector,
87
+ .token.attr-name,
88
+ .token.string,
89
+ .token.char,
90
+ .token.builtin,
91
+ .token.inserted {
92
+ color: #690;
93
+ }
94
+
95
+ .token.operator,
96
+ .token.entity,
97
+ .token.url,
98
+ .language-css .token.string,
99
+ .style .token.string {
100
+ color: #9a6e3a;
101
+ background: hsla(0, 0%, 100%, .5);
102
+ }
103
+
104
+ .token.atrule,
105
+ .token.attr-value,
106
+ .token.keyword {
107
+ color: #07a;
108
+ }
109
+
110
+ .token.function,
111
+ .token.class-name {
112
+ color: #DD4A68;
113
+ }
114
+
115
+ .token.regex,
116
+ .token.important,
117
+ .token.variable {
118
+ color: #e90;
119
+ }
120
+
121
+ .token.important,
122
+ .token.bold {
123
+ font-weight: bold;
124
+ }
125
+ .token.italic {
126
+ font-style: italic;
127
+ }
128
+
129
+ .token.entity {
130
+ cursor: help;
131
+ }
132
+
133
+
134
+
135
+ // text-whiteed Colors
136
+ //
137
+ //
138
+ .text-white {
139
+ .token.punctuation {
140
+ color: rgba($white, .55);
141
+ }
142
+
143
+ .token.property,
144
+ .token.tag,
145
+ .token.boolean,
146
+ .token.number,
147
+ .token.constant,
148
+ .token.symbol,
149
+ .token.deleted {
150
+ color: rgba($white, .55);
151
+ }
152
+
153
+ code[class*="language-"],
154
+ pre[class*="language-"] {
155
+ color: $white;
156
+ }
157
+
158
+
159
+ .token.selector,
160
+ .token.attr-name,
161
+ .token.string,
162
+ .token.char,
163
+ .token.builtin,
164
+ .token.inserted {
165
+ color: $orange;
166
+ }
167
+
168
+ .token.atrule,
169
+ .token.attr-value,
170
+ .token.keyword {
171
+ color: $yellow;
172
+ }
173
+ }
@@ -0,0 +1,140 @@
1
+ //
2
+ // Tables
3
+ //
4
+
5
+ .table {
6
+ table-layout: fixed;
7
+
8
+ th {
9
+ font-weight: $font-weight-normal;
10
+ color: $body-color;
11
+ }
12
+
13
+ td {
14
+ color: $black;
15
+ }
16
+
17
+ th,
18
+ td {
19
+ padding: $table-cell-padding;
20
+
21
+ &.highlight {
22
+ position: relative;
23
+ color: $primary;
24
+
25
+ &:before {
26
+ content: "";
27
+ position: absolute;
28
+ left: 0;
29
+ top: 0;
30
+ height: 100%;
31
+ width: (2 * $border-width);
32
+ background: $primary;
33
+ }
34
+ }
35
+ }
36
+
37
+ thead th {
38
+ border-bottom-width: $table-border-width;
39
+ }
40
+
41
+ }
42
+
43
+
44
+ //
45
+ // Lined table
46
+ //
47
+
48
+ .table-lined {
49
+
50
+ th,
51
+ td {
52
+ border-top: 0;
53
+ }
54
+
55
+ thead th {
56
+ border-bottom: 0;
57
+ font-size: $font-size-sm;
58
+ text-transform: uppercase;
59
+ letter-spacing: $letter-spacing;
60
+ }
61
+
62
+ tbody tr {
63
+ &:nth-child(2n+1) {
64
+ > * {
65
+ background: gray('200');
66
+
67
+ &:first-child {
68
+ border-top-left-radius: $border-radius;
69
+ border-bottom-left-radius: $border-radius;
70
+ }
71
+
72
+ &:last-child {
73
+ border-top-right-radius: $border-radius;
74
+ border-bottom-right-radius: $border-radius;
75
+ }
76
+ }
77
+ }
78
+ }
79
+ }
80
+
81
+
82
+
83
+
84
+ // text-whiteed
85
+ //
86
+ // styles for colored/image background
87
+
88
+ %table-text-whiteed {
89
+ border-color: $text-white-border;
90
+
91
+ th {
92
+ color: $text-white-secondary;
93
+ }
94
+
95
+ td {
96
+ color: $text-white-primary;
97
+ }
98
+
99
+ th,
100
+ td {
101
+ border-color: $text-white-border;
102
+
103
+ &.highlight {
104
+ color: $text-white-primary;
105
+
106
+ &:before {
107
+ background: $text-white-primary;
108
+ }
109
+ }
110
+ }
111
+
112
+ &[class*="lined"] {
113
+ tbody tr {
114
+ &:nth-child(2n+1) {
115
+ > * {
116
+ background: rgba($black,.2);
117
+ }
118
+ }
119
+ }
120
+
121
+ tbody {
122
+ font-size: $font-size-lg;
123
+
124
+ th {
125
+ color: $text-white-primary;
126
+ }
127
+ }
128
+ }
129
+
130
+ }
131
+
132
+
133
+ // Responsive
134
+ //
135
+ //
136
+ @include media-breakpoint-down(md) {
137
+ .table {
138
+ table-layout: auto;
139
+ }
140
+ }