iasd-bootstrap-sass 1.5.0 → 1.6.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.
- checksums.yaml +4 -4
- data/lib/iasd-bootstrap-sass/version.rb +1 -1
- data/stylesheets/_iasd-block-grid.scss +53 -0
- data/stylesheets/_iasd-blogs.scss +69 -0
- data/stylesheets/_iasd-special-components.scss +133 -0
- data/stylesheets/_iasd-templates-apps.scss +879 -0
- data/stylesheets/_iasd-variables.scss +7 -0
- data/stylesheets/_iasd-widgets.scss +470 -2
- data/stylesheets/iasd-bootstrap.scss +12 -8
- data/templates/project/img/logos_pt_BR/iasd_apps_logo.png +0 -0
- data/templates/project/img/widgets/slider_apps_next.png +0 -0
- data/templates/project/img/widgets/slider_apps_prev.png +0 -0
- data/templates/project/lib/iasd-bootstrap.js +76 -1
- data/templates/project/lib/iasd-bootstrap.min.js +2 -2
- data/templates/project/lib/iasd_apps_home.js +39 -0
- data/templates/project/lib/iasd_widgets.js +75 -0
- data/templates/project/lib/ltie9.js +1 -1
- data/templates/project/manifest.rb +3 -0
- metadata +9 -2
@@ -0,0 +1,879 @@
|
|
1
|
+
.iasd-apps-portal {
|
2
|
+
.iasd-global_navbar {
|
3
|
+
background-image: none;
|
4
|
+
}
|
5
|
+
|
6
|
+
a.iasd-app-card {
|
7
|
+
position: relative;
|
8
|
+
.iasd-tag {
|
9
|
+
background: $theme-main-color; //IE8 Fallback :(
|
10
|
+
background: rgba($theme-main-color, .9);
|
11
|
+
height: 20px !important;
|
12
|
+
left: 0 !important;
|
13
|
+
margin: 0;
|
14
|
+
max-width: 90%;
|
15
|
+
overflow: visible;
|
16
|
+
padding: 0;
|
17
|
+
position: absolute;
|
18
|
+
width: 70px;
|
19
|
+
margin-top: 10px;
|
20
|
+
z-index: 10 !important;
|
21
|
+
span {
|
22
|
+
@include text-overflow();
|
23
|
+
color: $body-bg;
|
24
|
+
display: inline-block;
|
25
|
+
font-family: $alt-font-family-sans-serif;
|
26
|
+
font-size: 10px;
|
27
|
+
font-weight: 500;
|
28
|
+
line-height: 12px;
|
29
|
+
padding: 5px 5px;
|
30
|
+
text-transform: uppercase;
|
31
|
+
width: 100%;
|
32
|
+
}
|
33
|
+
&:after {
|
34
|
+
border: {
|
35
|
+
color: transparent transparent transparent $theme-main-color; //IE8 Fallback :(
|
36
|
+
color: transparent transparent transparent rgba($theme-main-color, .9);
|
37
|
+
style: solid;
|
38
|
+
width: 10px 0 10px 7px;
|
39
|
+
}
|
40
|
+
content: '';
|
41
|
+
height: 0px;
|
42
|
+
position: absolute;
|
43
|
+
right: -7px;
|
44
|
+
top: 0;
|
45
|
+
width: 0px;
|
46
|
+
}
|
47
|
+
}
|
48
|
+
}
|
49
|
+
|
50
|
+
footer {
|
51
|
+
background-image: none;
|
52
|
+
background-color: $theme-alt-color;
|
53
|
+
}
|
54
|
+
&.iasd-apps-home {
|
55
|
+
footer {
|
56
|
+
margin-top: 0;
|
57
|
+
}
|
58
|
+
}
|
59
|
+
}
|
60
|
+
|
61
|
+
// Main navigation
|
62
|
+
// -------------------------
|
63
|
+
.iasd-main_navbar .navbar-nav > li > a:hover, // correção 02 da
|
64
|
+
.header-apps .iasd-main_navbar .apps-search:hover {
|
65
|
+
background: rgba(4, 94, 134,0.4) !important;
|
66
|
+
border-color: 0;
|
67
|
+
}
|
68
|
+
.header-apps {
|
69
|
+
.iasd-main_navbar .navbar-nav > li.has-children > a,
|
70
|
+
.iasd-main_navbar .navbar-nav > li.language > a {
|
71
|
+
padding: 29px 25px 29px 10px;
|
72
|
+
&:after {
|
73
|
+
line-height: 77px;
|
74
|
+
}
|
75
|
+
}
|
76
|
+
.iasd-main_navbar .navbar-nav > li > a {
|
77
|
+
padding: 29px 10px 29px 10px;
|
78
|
+
}
|
79
|
+
}
|
80
|
+
|
81
|
+
// Header home
|
82
|
+
// -------------------------
|
83
|
+
body > header .identifier .brand {
|
84
|
+
margin: 0 20px 0 0;
|
85
|
+
}
|
86
|
+
|
87
|
+
body > header .identifier .brand:after {
|
88
|
+
margin: -30px 0 0 0;
|
89
|
+
}
|
90
|
+
|
91
|
+
@media (min-width: $screen-sm) {
|
92
|
+
body.iasd-apps-home {
|
93
|
+
.header-apps {
|
94
|
+
position: relative;
|
95
|
+
z-index: 1;
|
96
|
+
background-color: rgba( #000000, .4 );
|
97
|
+
}
|
98
|
+
.apps-home-carousel {
|
99
|
+
background: $theme-alt-color;
|
100
|
+
margin-bottom: -75px; //Alterado de 80 para 75 WDR
|
101
|
+
top: -120px;
|
102
|
+
.owl-item {
|
103
|
+
& > div {
|
104
|
+
background-position: center center !important;
|
105
|
+
height: 600px;
|
106
|
+
}
|
107
|
+
section {
|
108
|
+
margin-top: auto;
|
109
|
+
padding-top: 190px;
|
110
|
+
position: relative;
|
111
|
+
article {
|
112
|
+
color: $body-bg;
|
113
|
+
display: table-cell;
|
114
|
+
height: 275px;
|
115
|
+
position: relative;
|
116
|
+
vertical-align: middle;
|
117
|
+
width: 455px;
|
118
|
+
a {
|
119
|
+
@include border-radius(5px);
|
120
|
+
background: $theme-main-color;
|
121
|
+
bottom: 0;
|
122
|
+
color: $body-bg;
|
123
|
+
display: inline-block;
|
124
|
+
font-weight: 900;
|
125
|
+
left: 0;
|
126
|
+
margin: 30px 0 0 0;
|
127
|
+
padding: 10px 20px;
|
128
|
+
position: absolute;
|
129
|
+
&:hover {
|
130
|
+
background: lighten($theme-main-color, 5%);
|
131
|
+
}
|
132
|
+
}
|
133
|
+
h1 {
|
134
|
+
font-family:lato, light italic; //Alterado WDR $alt-font-family-sans-serif
|
135
|
+
font-size: 48px;
|
136
|
+
font-weight: 300;
|
137
|
+
line-height: 50px;
|
138
|
+
margin: -60px 0 0 0;
|
139
|
+
text-shadow: 1px 1px 0 rgba($gray-dark, 0.5);
|
140
|
+
text-transform: none; // Alterado WDR
|
141
|
+
}
|
142
|
+
p {
|
143
|
+
font-size: 18px;
|
144
|
+
font-style: normal; // Alterado WDR
|
145
|
+
line-height: 21px;
|
146
|
+
margin: 15px 0 0 0;
|
147
|
+
text-shadow: 1px 1px 0 rgba($gray-dark, 0.5);
|
148
|
+
}
|
149
|
+
div {
|
150
|
+
padding: 30px 0 0;
|
151
|
+
&.iasd-icone-header-cover:after { // parada da maçã que não está funcionando.
|
152
|
+
content: "\f179";
|
153
|
+
font-family: FontAwesome;
|
154
|
+
font-size: 20px;
|
155
|
+
color: white;
|
156
|
+
}
|
157
|
+
}
|
158
|
+
}
|
159
|
+
}
|
160
|
+
}
|
161
|
+
.owl-controls {
|
162
|
+
bottom: 80px;
|
163
|
+
left: 50%;
|
164
|
+
margin: 0 0 0 -470px;
|
165
|
+
position: absolute;
|
166
|
+
text-align: left;
|
167
|
+
width: 400px;
|
168
|
+
.owl-page {
|
169
|
+
span {
|
170
|
+
background: $body-bg;
|
171
|
+
height: 10px;
|
172
|
+
margin: 5px;
|
173
|
+
width: 10px;
|
174
|
+
}
|
175
|
+
}
|
176
|
+
}
|
177
|
+
}
|
178
|
+
.iasd-global_navbar-more {
|
179
|
+
&.open {
|
180
|
+
padding-bottom: 70px;
|
181
|
+
}
|
182
|
+
}
|
183
|
+
.iasd-global_navbar-search {
|
184
|
+
&.open {
|
185
|
+
padding-bottom: 55px;
|
186
|
+
}
|
187
|
+
}
|
188
|
+
.iasd-institutional {
|
189
|
+
@include image-2x("logos_pt_BR/iasd_dsa_home@2x.png");
|
190
|
+
background: {
|
191
|
+
image: image-url("logos_pt_BR/iasd_dsa_home.png");
|
192
|
+
size: 455px 51px;
|
193
|
+
}
|
194
|
+
height: 51px;
|
195
|
+
left: 50%;
|
196
|
+
margin: -51px 0 0 -470px;
|
197
|
+
position: relative;
|
198
|
+
top: 100px;
|
199
|
+
width: 455px;
|
200
|
+
z-index: 1;
|
201
|
+
}
|
202
|
+
}
|
203
|
+
}
|
204
|
+
|
205
|
+
@media (min-width: $screen-sm) and (max-width: $screen-sm-max) {
|
206
|
+
body.iasd-apps-home {
|
207
|
+
.apps-home-carousel {
|
208
|
+
.owl-controls {
|
209
|
+
margin: 0 0 0 -360px;
|
210
|
+
}
|
211
|
+
}
|
212
|
+
.iasd-institutional {
|
213
|
+
margin: -51px 0 0 -360px;
|
214
|
+
}
|
215
|
+
}
|
216
|
+
}
|
217
|
+
|
218
|
+
// Header
|
219
|
+
// -------------------------
|
220
|
+
|
221
|
+
.header-apps {
|
222
|
+
height: 80px;
|
223
|
+
background-image: none;
|
224
|
+
background-color: $theme-main-color;
|
225
|
+
.identifier {
|
226
|
+
max-height: 80px;
|
227
|
+
min-height: 80px;
|
228
|
+
.brand {
|
229
|
+
// margin-top: 40px;
|
230
|
+
height: 80px;
|
231
|
+
a {
|
232
|
+
height: 80px;
|
233
|
+
background: {
|
234
|
+
image: image-url("logos_pt_BR/iasd_apps_logo.png");
|
235
|
+
size: 36px 34px;
|
236
|
+
}
|
237
|
+
}
|
238
|
+
}
|
239
|
+
.title {
|
240
|
+
// margin-top: 40px;
|
241
|
+
height: 80px;
|
242
|
+
hgroup {
|
243
|
+
h1 {
|
244
|
+
font-size: 25px;
|
245
|
+
}
|
246
|
+
}
|
247
|
+
}
|
248
|
+
}
|
249
|
+
.iasd-main_navbar {
|
250
|
+
margin: 0;
|
251
|
+
.navbar {
|
252
|
+
margin-bottom: 0;
|
253
|
+
border-top: 0;
|
254
|
+
.navbar-nav > li.active > a {
|
255
|
+
border-top: solid 2px;
|
256
|
+
border-top-color: transparent;
|
257
|
+
margin-top: 0;
|
258
|
+
}
|
259
|
+
> .collapse {
|
260
|
+
float: left;
|
261
|
+
}
|
262
|
+
}
|
263
|
+
.apps-search {
|
264
|
+
width: 40px;
|
265
|
+
height: 80px;
|
266
|
+
position: relative;
|
267
|
+
cursor: pointer;
|
268
|
+
.collapse {
|
269
|
+
height: auto;
|
270
|
+
width: auto;
|
271
|
+
}
|
272
|
+
|
273
|
+
&:after {
|
274
|
+
content: '\f002';
|
275
|
+
position: absolute;
|
276
|
+
display: block;
|
277
|
+
right: 0;
|
278
|
+
width: 40px;
|
279
|
+
height: 80px;
|
280
|
+
line-height: 80px;
|
281
|
+
font-family: FontAwesome;
|
282
|
+
font-size: 18px;
|
283
|
+
text-align: center;
|
284
|
+
color: #ffffff;
|
285
|
+
}
|
286
|
+
|
287
|
+
&:hover {
|
288
|
+
background-color: $theme-alt-color;
|
289
|
+
}
|
290
|
+
}
|
291
|
+
}
|
292
|
+
}
|
293
|
+
|
294
|
+
#apps-search-form, #apps-search-form-mobile {
|
295
|
+
position: relative;
|
296
|
+
z-index: 1;
|
297
|
+
background: $body-bg;
|
298
|
+
form {
|
299
|
+
margin: 15px 0;
|
300
|
+
}
|
301
|
+
}
|
302
|
+
|
303
|
+
@media (min-width: $screen-sm) {
|
304
|
+
body.iasd-apps-home.es_ES {
|
305
|
+
.iasd-institutional {
|
306
|
+
@include image-2x("logos_es_ES/iasd_dsa_home@2x.png");
|
307
|
+
background: {
|
308
|
+
image: image-url("logos_es_ES/iasd_dsa_home.png");
|
309
|
+
size: 455px 51px;
|
310
|
+
};
|
311
|
+
}
|
312
|
+
}
|
313
|
+
}
|
314
|
+
|
315
|
+
.header-apps-mobile {
|
316
|
+
background-color: $theme-main-color;
|
317
|
+
background-image: none;
|
318
|
+
.identifier {
|
319
|
+
max-height: 120px;
|
320
|
+
min-height: 120px;
|
321
|
+
.brand {
|
322
|
+
margin-top: 40px;
|
323
|
+
height: 80px;
|
324
|
+
a {
|
325
|
+
height: 80px;
|
326
|
+
background: {
|
327
|
+
image: image-url("logos_pt_BR/iasd_apps_logo.png");
|
328
|
+
size: 36px 34px;
|
329
|
+
}
|
330
|
+
}
|
331
|
+
}
|
332
|
+
}
|
333
|
+
}
|
334
|
+
|
335
|
+
.apps-mobile-main-nav {
|
336
|
+
margin-bottom: 50px;
|
337
|
+
.apps-search {
|
338
|
+
height: 39px;
|
339
|
+
width: 40px;
|
340
|
+
form {
|
341
|
+
margin: 15px 0;
|
342
|
+
}
|
343
|
+
&:after {
|
344
|
+
content: '\f002';
|
345
|
+
position: absolute;
|
346
|
+
display: block;
|
347
|
+
right: 0;
|
348
|
+
width: 40px;
|
349
|
+
height: 39px;
|
350
|
+
line-height: 39px;
|
351
|
+
font-family: FontAwesome;
|
352
|
+
font-size: 18px;
|
353
|
+
text-align: center;
|
354
|
+
color: #ffffff;
|
355
|
+
}
|
356
|
+
}
|
357
|
+
.iasd-main_navbar {
|
358
|
+
margin-bottom: 0;
|
359
|
+
.navbar-default {
|
360
|
+
margin-bottom: 0;
|
361
|
+
}
|
362
|
+
}
|
363
|
+
}
|
364
|
+
|
365
|
+
|
366
|
+
// Footer
|
367
|
+
// -------------------------
|
368
|
+
|
369
|
+
body > footer {
|
370
|
+
margin-top: 80px;
|
371
|
+
}
|
372
|
+
|
373
|
+
// Single
|
374
|
+
// -------------------------
|
375
|
+
|
376
|
+
.single-app-header {
|
377
|
+
position: relative;
|
378
|
+
padding: 50px 0;
|
379
|
+
margin-bottom: 60px; // Alterado de 60px para 50px de acordo com o Notable!
|
380
|
+
background-color: #eee9e3;
|
381
|
+
h1 {
|
382
|
+
margin-top: 0;
|
383
|
+
margin-bottom: 10px;
|
384
|
+
font-size: 32px;
|
385
|
+
color: $theme-alt-color;
|
386
|
+
font-weight: 900;
|
387
|
+
}
|
388
|
+
ul {
|
389
|
+
list-style: none;
|
390
|
+
padding: 0;
|
391
|
+
li {
|
392
|
+
float: left;
|
393
|
+
+ li {
|
394
|
+
margin-left: 10px;;
|
395
|
+
}
|
396
|
+
}
|
397
|
+
}
|
398
|
+
img {
|
399
|
+
border-radius: 5px;
|
400
|
+
}
|
401
|
+
small {
|
402
|
+
display: block;
|
403
|
+
margin-bottom: 13px;
|
404
|
+
font-size: 13px;
|
405
|
+
color: $alt-text-color;
|
406
|
+
}
|
407
|
+
.single-app-header-inner {
|
408
|
+
.col-md-3 {
|
409
|
+
position: absolute;
|
410
|
+
bottom: 50px;
|
411
|
+
right: 0;
|
412
|
+
}
|
413
|
+
}
|
414
|
+
.developer {
|
415
|
+
display: block;
|
416
|
+
margin-bottom: 7px;
|
417
|
+
font-size: 15px;
|
418
|
+
color: $theme-main-color;
|
419
|
+
}
|
420
|
+
.app-stores {
|
421
|
+
ul {
|
422
|
+
display: inline-block;
|
423
|
+
margin: 0;
|
424
|
+
}
|
425
|
+
li {
|
426
|
+
a {
|
427
|
+
float: left;
|
428
|
+
position: relative;
|
429
|
+
display: block;
|
430
|
+
border: solid 1px $theme-main-color;
|
431
|
+
border-radius: 50%;
|
432
|
+
width: 30px;
|
433
|
+
height: 30px;
|
434
|
+
&:after {
|
435
|
+
position: absolute;
|
436
|
+
display: block;
|
437
|
+
left: -1px;
|
438
|
+
top: -1px;
|
439
|
+
width: 30px;
|
440
|
+
height: 30px;
|
441
|
+
line-height: 30px;
|
442
|
+
font-size: 15px;
|
443
|
+
text-indent: 0;
|
444
|
+
text-align: center;
|
445
|
+
font-family: FontAwesome;
|
446
|
+
color: $theme-main-color;
|
447
|
+
}
|
448
|
+
&.ios {
|
449
|
+
&:after {
|
450
|
+
content: '\f179';
|
451
|
+
}
|
452
|
+
}
|
453
|
+
&.android {
|
454
|
+
&:after {
|
455
|
+
content: '\f17b';
|
456
|
+
}
|
457
|
+
}
|
458
|
+
&.windows {
|
459
|
+
&:after {
|
460
|
+
content: '\f17a';
|
461
|
+
}
|
462
|
+
}
|
463
|
+
&:hover {
|
464
|
+
background: #fefaf7;
|
465
|
+
}
|
466
|
+
}
|
467
|
+
+ li {
|
468
|
+
margin-top: 0 !important;
|
469
|
+
}
|
470
|
+
}
|
471
|
+
}
|
472
|
+
}
|
473
|
+
|
474
|
+
|
475
|
+
@media (max-width: $screen-sm) {
|
476
|
+
.single-app-header {
|
477
|
+
figure {
|
478
|
+
float: left;
|
479
|
+
}
|
480
|
+
}
|
481
|
+
}
|
482
|
+
|
483
|
+
@media (min-width: $screen-xs) and (max-width: $screen-xs-max) {
|
484
|
+
.single-app-header {
|
485
|
+
small {
|
486
|
+
margin-bottom: 10px;
|
487
|
+
}
|
488
|
+
padding: 50px 0 80px 0;
|
489
|
+
}
|
490
|
+
}
|
491
|
+
|
492
|
+
@media (max-width: $screen-xs) {
|
493
|
+
.single-app-header {
|
494
|
+
padding: 50px 0 80px 0;
|
495
|
+
small {
|
496
|
+
margin-bottom: 10px;
|
497
|
+
}
|
498
|
+
.single-app-header-inner {
|
499
|
+
.col-md-3 {
|
500
|
+
bottom: 30px;
|
501
|
+
}
|
502
|
+
}
|
503
|
+
}
|
504
|
+
}
|
505
|
+
|
506
|
+
.screen-shots-carousel {
|
507
|
+
margin-bottom: 60px; // Alterado de 50px para 60px - WDR
|
508
|
+
h1 {
|
509
|
+
@include main-title;
|
510
|
+
@include text-overflow();
|
511
|
+
margin: 0 0 20px 0 !important;
|
512
|
+
}
|
513
|
+
.iasd-app-screen-shots {
|
514
|
+
img {
|
515
|
+
display: block;
|
516
|
+
margin: 0 auto;
|
517
|
+
}
|
518
|
+
}
|
519
|
+
.owl-wrapper-outer {
|
520
|
+
background: none !important;
|
521
|
+
}
|
522
|
+
.owl-controls {
|
523
|
+
margin: 9px 0 0 0;
|
524
|
+
.owl-page{
|
525
|
+
span{
|
526
|
+
background: $theme-main-color; // IE8 Fallback :(
|
527
|
+
background: rgba($theme-main-color, 0.4);
|
528
|
+
height: 6px;
|
529
|
+
margin: 5px;
|
530
|
+
width: 6px;
|
531
|
+
}
|
532
|
+
&:hover, &:focus{
|
533
|
+
span{
|
534
|
+
background: $theme-main-color; // IE8 Fallback :(
|
535
|
+
background: rgba($theme-main-color, 0.6);
|
536
|
+
}
|
537
|
+
}
|
538
|
+
&.active{
|
539
|
+
span{
|
540
|
+
background: $theme-main-color;
|
541
|
+
}
|
542
|
+
}
|
543
|
+
}
|
544
|
+
.owl-buttons {
|
545
|
+
& > div{
|
546
|
+
@include opacity(1);
|
547
|
+
background: none;
|
548
|
+
padding: 0;
|
549
|
+
position: absolute;
|
550
|
+
height: 100%;
|
551
|
+
margin-top: 0;
|
552
|
+
top: 0;
|
553
|
+
width: 25px;
|
554
|
+
z-index: 10;
|
555
|
+
&:after{
|
556
|
+
background: rgba($gray-darker, 0.15);
|
557
|
+
display: block;
|
558
|
+
font-family: FontAwesome;
|
559
|
+
font-size: 18px;
|
560
|
+
height: 40px;
|
561
|
+
left: 0;
|
562
|
+
line-height: 40px;
|
563
|
+
margin-top: -20px;
|
564
|
+
position: absolute;
|
565
|
+
text-align: center;
|
566
|
+
top: 50%;
|
567
|
+
width: 25px;
|
568
|
+
}
|
569
|
+
}
|
570
|
+
.owl-prev {
|
571
|
+
left: -10px;
|
572
|
+
&:after {
|
573
|
+
content: "";
|
574
|
+
position: absolute;
|
575
|
+
display: block;
|
576
|
+
width: 10px;
|
577
|
+
height: 17px;
|
578
|
+
background: image-url( 'widgets/slider_apps_prev.png' ) no-repeat;
|
579
|
+
}
|
580
|
+
}
|
581
|
+
.owl-next {
|
582
|
+
right: -25px;
|
583
|
+
&:after {
|
584
|
+
content: "";
|
585
|
+
position: absolute;
|
586
|
+
display: block;
|
587
|
+
width: 10px;
|
588
|
+
height: 17px;
|
589
|
+
background: image-url( 'widgets/slider_apps_next.png' ) no-repeat;
|
590
|
+
}
|
591
|
+
}
|
592
|
+
}
|
593
|
+
}
|
594
|
+
}
|
595
|
+
|
596
|
+
|
597
|
+
.app-qr-codes {
|
598
|
+
list-style: none;
|
599
|
+
padding: 15px;
|
600
|
+
border-radius: 7px;
|
601
|
+
li {
|
602
|
+
img {
|
603
|
+
margin-right: 10px;
|
604
|
+
display: block;
|
605
|
+
}
|
606
|
+
a {
|
607
|
+
margin-top: -68px;
|
608
|
+
display: block;
|
609
|
+
width: calc(100% - 108px);
|
610
|
+
float: right;
|
611
|
+
text-align: center;
|
612
|
+
}
|
613
|
+
|
614
|
+
+ li {
|
615
|
+
margin-top: 30px;
|
616
|
+
}
|
617
|
+
}
|
618
|
+
.download-app-button {
|
619
|
+
padding: 10px 15px;
|
620
|
+
border: solid 1px darken($theme-main-color, 5%);
|
621
|
+
border-radius: 3px;
|
622
|
+
background: $theme-main-color;
|
623
|
+
color: $body-bg;
|
624
|
+
}
|
625
|
+
}
|
626
|
+
|
627
|
+
.related-apps {
|
628
|
+
margin-top: 50px;
|
629
|
+
h1 {
|
630
|
+
@include main-title;
|
631
|
+
@include text-overflow();
|
632
|
+
margin: 0 0 20px 0 !important;
|
633
|
+
}
|
634
|
+
.iasd-app-card {
|
635
|
+
padding: 5px;
|
636
|
+
width: 100%;
|
637
|
+
position: relative;
|
638
|
+
h3 {
|
639
|
+
&:hover, &:focus {
|
640
|
+
border-bottom: 0;
|
641
|
+
}
|
642
|
+
}
|
643
|
+
figure, h3, .iasd-app-dev {
|
644
|
+
width: 100%;
|
645
|
+
}
|
646
|
+
ul {
|
647
|
+
padding: 0 !important;
|
648
|
+
}
|
649
|
+
.iasd-app-card-inner {
|
650
|
+
padding: 5px;
|
651
|
+
span {
|
652
|
+
font-weight: 400; // Inserido por WDR
|
653
|
+
}
|
654
|
+
}
|
655
|
+
}
|
656
|
+
> .col-md-3 { // Inserido por WDR. :)
|
657
|
+
padding-left: 10px;
|
658
|
+
padding-right: 10px;
|
659
|
+
}
|
660
|
+
}
|
661
|
+
|
662
|
+
@media (min-width: $screen-xs) and (max-width: $screen-xs-max) {
|
663
|
+
.related-apps {
|
664
|
+
.xs-landscape {
|
665
|
+
width: 33%;
|
666
|
+
}
|
667
|
+
.hidden-xs-landscape {
|
668
|
+
display: none;
|
669
|
+
}
|
670
|
+
}
|
671
|
+
}
|
672
|
+
|
673
|
+
@media (max-width: $screen-xs) {
|
674
|
+
.related-apps {
|
675
|
+
.col-xs-6 {
|
676
|
+
margin-bottom: 30px;
|
677
|
+
padding: 0 7px;
|
678
|
+
}
|
679
|
+
}
|
680
|
+
}
|
681
|
+
|
682
|
+
.single-app-content {
|
683
|
+
color: $alt-text-color;
|
684
|
+
.app-description {
|
685
|
+
@include main-title;
|
686
|
+
@include text-overflow();
|
687
|
+
margin: 0 0 20px 0 !important;
|
688
|
+
}
|
689
|
+
.sharing-links {
|
690
|
+
margin-top: 0;
|
691
|
+
.functions {
|
692
|
+
display: none;
|
693
|
+
}
|
694
|
+
}
|
695
|
+
}
|
696
|
+
|
697
|
+
// Archive
|
698
|
+
// -------------------------
|
699
|
+
|
700
|
+
.iasd-apps-archive, .iasd-apps-search {
|
701
|
+
section {
|
702
|
+
ul {
|
703
|
+
margin-bottom: 20px;
|
704
|
+
}
|
705
|
+
}
|
706
|
+
.block-grid-item {
|
707
|
+
.iasd-app-card {
|
708
|
+
width: 100%;
|
709
|
+
padding-top: 12px;
|
710
|
+
padding-left: 12px;
|
711
|
+
padding-right: 12px;
|
712
|
+
position: relative;
|
713
|
+
}
|
714
|
+
}
|
715
|
+
> .container {
|
716
|
+
> h1 {
|
717
|
+
margin-top: 75px;
|
718
|
+
margin-bottom: 20px; //Alterado de 40px WDR
|
719
|
+
font-size: 32px;
|
720
|
+
font-weight: 900;
|
721
|
+
color: $theme-alt-color;
|
722
|
+
}
|
723
|
+
}
|
724
|
+
}
|
725
|
+
|
726
|
+
.iasd-apps-archive-highlights {
|
727
|
+
margin-bottom: 40px;
|
728
|
+
padding: 40px 0; // Alterado de 50px;
|
729
|
+
background: #eee9e3;
|
730
|
+
.app-highlights-title {
|
731
|
+
width: 20%;
|
732
|
+
h1 {
|
733
|
+
float: left;
|
734
|
+
margin: 0;
|
735
|
+
padding-top: 30px;
|
736
|
+
border-top: solid 1px rgba($alt-text-color, 0.4);
|
737
|
+
font-size: 25px;
|
738
|
+
font-weight: 300;
|
739
|
+
font-family: $alt-font-family-sans-serif;
|
740
|
+
text-transform: uppercase;
|
741
|
+
color: $alt-text-color;
|
742
|
+
}
|
743
|
+
}
|
744
|
+
.iasd-highlight-apps-carousel {
|
745
|
+
float: right;
|
746
|
+
width: 80%;
|
747
|
+
.owl-controls {
|
748
|
+
.owl-buttons {
|
749
|
+
& > div{
|
750
|
+
@include opacity(1);
|
751
|
+
background: none;
|
752
|
+
padding: 0;
|
753
|
+
margin: 20px 30px 0 30px;
|
754
|
+
height: 17px;
|
755
|
+
width: 10px;
|
756
|
+
z-index: 10;
|
757
|
+
&:after{
|
758
|
+
background: rgba($gray-darker, 0.15);
|
759
|
+
display: block;
|
760
|
+
font-family: FontAwesome;
|
761
|
+
font-size: 18px;
|
762
|
+
height: 40px;
|
763
|
+
line-height: 40px;
|
764
|
+
position: absolute;
|
765
|
+
text-align: center;
|
766
|
+
}
|
767
|
+
}
|
768
|
+
.owl-prev {
|
769
|
+
&:after {
|
770
|
+
content: "";
|
771
|
+
position: absolute;
|
772
|
+
display: block;
|
773
|
+
width: 10px;
|
774
|
+
height: 17px;
|
775
|
+
background: image-url( 'widgets/slider_apps_prev.png' ) no-repeat;
|
776
|
+
}
|
777
|
+
}
|
778
|
+
.owl-next {
|
779
|
+
&:after {
|
780
|
+
content: "";
|
781
|
+
position: absolute;
|
782
|
+
display: block;
|
783
|
+
width: 10px;
|
784
|
+
height: 17px;
|
785
|
+
background: image-url( 'widgets/slider_apps_next.png' ) no-repeat;
|
786
|
+
}
|
787
|
+
}
|
788
|
+
}
|
789
|
+
}
|
790
|
+
}
|
791
|
+
}
|
792
|
+
|
793
|
+
@media (max-width: $screen-md) {
|
794
|
+
.iasd-apps-archive, .iasd-apps-search {
|
795
|
+
.iasd-app-card {
|
796
|
+
figure, h3, span {
|
797
|
+
width: 100%;
|
798
|
+
}
|
799
|
+
}
|
800
|
+
}
|
801
|
+
.iasd-apps-archive-highlights {
|
802
|
+
.app-highlights-title {
|
803
|
+
width: 25%;
|
804
|
+
}
|
805
|
+
.iasd-highlight-apps-carousel {
|
806
|
+
width: 75%;
|
807
|
+
}
|
808
|
+
}
|
809
|
+
}
|
810
|
+
|
811
|
+
@media (min-width: $screen-xs) and (max-width: $screen-xs-max) {
|
812
|
+
.iasd-apps-archive, .iasd-apps-search {
|
813
|
+
.block-grid-item {
|
814
|
+
padding: 10px;
|
815
|
+
}
|
816
|
+
.slider-item {
|
817
|
+
padding: 0 10px;
|
818
|
+
}
|
819
|
+
.iasd-app-card {
|
820
|
+
width: auto;
|
821
|
+
padding: 10px;
|
822
|
+
position: relative;
|
823
|
+
figure, h3, span {
|
824
|
+
width: 100%;
|
825
|
+
}
|
826
|
+
.iasd-app-card-inner {
|
827
|
+
padding: 0 5px;
|
828
|
+
}
|
829
|
+
}
|
830
|
+
}
|
831
|
+
.iasd-apps-archive-highlights {
|
832
|
+
.app-highlights-title {
|
833
|
+
width: 100%;
|
834
|
+
h1 {
|
835
|
+
margin-bottom: 40px;
|
836
|
+
}
|
837
|
+
}
|
838
|
+
.iasd-highlight-apps-carousel {
|
839
|
+
width: 100%;
|
840
|
+
}
|
841
|
+
}
|
842
|
+
}
|
843
|
+
|
844
|
+
@media (max-width: $screen-xs) {
|
845
|
+
.iasd-apps-archive, .iasd-apps-search {
|
846
|
+
.block-grid-item, .slider-item {
|
847
|
+
.iasd-app-card {
|
848
|
+
width: auto;
|
849
|
+
padding: 5px;
|
850
|
+
position: relative;
|
851
|
+
figure, h3, span {
|
852
|
+
width: 100%;
|
853
|
+
}
|
854
|
+
.iasd-app-card-inner {
|
855
|
+
padding: 0 5px;
|
856
|
+
}
|
857
|
+
}
|
858
|
+
}
|
859
|
+
.block-grid-item {
|
860
|
+
padding: 10px;
|
861
|
+
}
|
862
|
+
.slider-item {
|
863
|
+
padding: 0 5px;
|
864
|
+
}
|
865
|
+
}
|
866
|
+
|
867
|
+
.iasd-apps-archive-highlights {
|
868
|
+
.app-highlights-title {
|
869
|
+
width: 100%;
|
870
|
+
h1 {
|
871
|
+
margin-bottom: 40px;
|
872
|
+
}
|
873
|
+
}
|
874
|
+
.iasd-highlight-apps-carousel {
|
875
|
+
width: 100%;
|
876
|
+
}
|
877
|
+
}
|
878
|
+
}
|
879
|
+
|