iasd-bootstrap-sass 1.2.4 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82431cf2897acd6f62e6d4b797a28697dd87dcee
4
- data.tar.gz: f97c67708ed7b1ad39b2095bbffa7d3300485397
3
+ metadata.gz: 2791bef5ef37b3161e42a9ba84603993d443af8b
4
+ data.tar.gz: 10d858b1771401a6145283fe88bd12470c021825
5
5
  SHA512:
6
- metadata.gz: cc39a7d14fa2a9d2616ba070be56004f36dbe0305ef5fdf2c2b6e371b1973ca92c7728ef61b895720a94fed09a9d1adb14d7e72dd9ee9489667ce3f1a14291f7
7
- data.tar.gz: 29f554215951f6c350728825b8495692f1f50bfee731ee42f5dba677ffad82a72b5528b7d049bbf4630890a91948b601c9fa76ad1d94266ec3fc8851df034dd8
6
+ metadata.gz: e465dd976cf03561dfee6c86b97d0bccb19d58a389092a18cd52399390c7afc392e1e1c3e126cfecdd189aef766356b56df99b51a53f55a604f54afc3941420d
7
+ data.tar.gz: 00e536f93e3db81dfc37aa973786ff05cc36e93eeccded23ff8a2beb75b6a3a3c6e6e9e2c90a39ccc1a2a6b7f9fbd2e4a5dcf27950014c0cffde17af474e0497
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module IASD
3
- VERSION = "1.2.4"
3
+ VERSION = "1.2.5"
4
4
  end
5
5
  end
@@ -0,0 +1,289 @@
1
+ // Theme SASS
2
+
3
+ .iasd-blogs {
4
+ a {
5
+ &.load-more_posts-link {
6
+ margin-bottom: 35px !important;
7
+ margin-top: 12px !important;
8
+ }
9
+ }
10
+ .entry-content {
11
+ h1 {
12
+ margin: 0 0 10px 0;
13
+ }
14
+ }
15
+ .iasd-widget-posts_box {
16
+ ol {
17
+ li {
18
+ a {
19
+ height: 59px !important;
20
+ h2 {
21
+ left: 0;
22
+ padding-left: 100px;
23
+ position: absolute;
24
+ top: 3px;
25
+ width: 100%;
26
+ }
27
+ p {
28
+ left: 0;
29
+ padding-left: 100px;
30
+ position: absolute;
31
+ top: 33px;
32
+ width: 100%;
33
+ }
34
+ }
35
+ }
36
+ }
37
+ }
38
+ .iasd-widget-slider{
39
+ &.highlights {
40
+ margin-bottom: 21px;
41
+ .owl-carousel {
42
+ .slider-item {
43
+ a {
44
+ &>figure {
45
+ figcaption {
46
+ h2 {
47
+ margin-bottom: -12px !important;
48
+ }
49
+ figure {
50
+ img {
51
+ left: 0;
52
+ margin: 0;
53
+ position: relative;
54
+ }
55
+ }
56
+ }
57
+ }
58
+ }
59
+ }
60
+ }
61
+ }
62
+ .owl-carousel{
63
+ .slider-item{
64
+ a {
65
+ & > figure{
66
+ overflow: hidden;
67
+ }
68
+ }
69
+ figcaption {
70
+ height: 100% !important;
71
+ .img-circle {
72
+ background: {
73
+ image: image-url("default_avatar.png");
74
+ position: center center;
75
+ repeat: no-repeat;
76
+ size: cover;
77
+ };
78
+ height: 65px;
79
+ overflow: hidden;
80
+ margin: 20px 20px 0;
81
+ position: relative;
82
+ width: 65px;
83
+ }
84
+ ul {
85
+ color: $body-bg;
86
+ font-size: 12px;
87
+ font-weight: normal;
88
+ line-height: 10px !important;
89
+ list-style: none;
90
+ margin: 0;
91
+ padding: 0 37px !important;
92
+ li {
93
+ position: relative;
94
+ }
95
+ }
96
+ .icon_clock, .icon_tag, .icon_comments {
97
+ &:before {
98
+ font-family: fontAwesome;
99
+ left: -16px;
100
+ line-height: 10px;
101
+ position: absolute;
102
+ text-align: center;
103
+ top: 0;
104
+ }
105
+ }
106
+ .icon_clock:before {
107
+ content: '\f017';
108
+ }
109
+ .icon_tag:before {
110
+ content: '\f02b';
111
+ }
112
+ .icon_comments:before {
113
+ content: '\f075';
114
+ }
115
+ }
116
+ }
117
+ }
118
+ }
119
+ }
120
+
121
+ .iasd-alphabetical {
122
+ margin: 3px 0 20px 0;
123
+ ul {
124
+ border-top: 1px solid $border-base;
125
+ letter-spacing: -0.05em;
126
+ line-height: 38px;
127
+ list-style: none;
128
+ padding: 0;
129
+ text-align: center;
130
+ text-transform: uppercase;
131
+ li {
132
+ display: inline-block;
133
+ width: 3.21%;
134
+ &:first-child {
135
+ width: 8%;
136
+ }
137
+ &.active {
138
+ border-top: 1px solid $border-base;
139
+ }
140
+ & + li {
141
+
142
+ }
143
+ }
144
+ }
145
+ }
146
+
147
+ .entry-content {
148
+ .iasd-blogs-last-posts {
149
+ hr {
150
+ margin: 3px 0 0 0;
151
+ }
152
+ ul {
153
+ padding: 0 !important;
154
+ margin: 0 0 28px 0;
155
+ li {
156
+ display: inline-block;
157
+ list-style: none !important;
158
+ margin-left: 17px;
159
+ position: relative;
160
+ & + li {
161
+ a {
162
+ font-weight: normal;
163
+ }
164
+ }
165
+ &.icon_tag {
166
+ margin: 0 21px 0 38px;
167
+ }
168
+ &>ul {
169
+ margin: 0 !important;
170
+ li {
171
+ margin: 0 !important;
172
+ }
173
+ }
174
+ }
175
+ }
176
+ .iasd-main-title {
177
+ margin-bottom: 0 !important;
178
+ }
179
+ .img-circle {
180
+ img {
181
+ margin: 0;
182
+ }
183
+ }
184
+ .row {
185
+ margin-top: 34px;
186
+ }
187
+ }
188
+ }
189
+
190
+ .iasd-blogs-last-posts {
191
+ p {
192
+ display: inline-block;
193
+ font-size: 18px;
194
+ margin: 0;
195
+ }
196
+ .col-sm-2 {
197
+ .img-circle {
198
+ overflow: hidden;
199
+ width: 80px;
200
+ }
201
+ }
202
+ h1 {
203
+ display: block;
204
+ height: 65px;
205
+ overflow: hidden;
206
+ }
207
+ h1, p {
208
+ a {
209
+ color: #3a3a3a;
210
+ &:hover {
211
+ border: 0;
212
+ }
213
+ }
214
+ }
215
+ .icon_clock, .icon_tag, .icon_comments {
216
+ &:before {
217
+ color: $alt-text-color;
218
+ font-family: fontAwesome;
219
+ left: -16px;
220
+ line-height: 20px;
221
+ position: absolute;
222
+ text-align: center;
223
+ top: 0;
224
+ }
225
+ }
226
+ .icon_clock:before {
227
+ content: '\f017';
228
+ }
229
+ .icon_tag:before {
230
+ content: '\f02b';
231
+ }
232
+ .icon_comments:before {
233
+ content: '\f075';
234
+ }
235
+ }
236
+
237
+ @media (max-width: $screen-sm-max) {
238
+ .entry-content {
239
+ .iasd-blogs-last-posts {
240
+ ul {
241
+ margin-top: 12px;
242
+ li {
243
+ display: block;
244
+ margin-left: 17px;
245
+ & + li {
246
+ margin-left: 17px;
247
+ }
248
+ &.icon_tag {
249
+ margin-left: 17px;
250
+ }
251
+ & > ul {
252
+ li {
253
+ display: inline-block;
254
+ }
255
+ }
256
+ }
257
+ }
258
+ }
259
+ }
260
+ }
261
+
262
+ @media (max-width: $screen-xs-max) {
263
+ .iasd-alphabetical {
264
+ display: none;
265
+ }
266
+ .iasd-blogs {
267
+ .iasd-blogs-last-posts {
268
+ .col-sm-2 {
269
+ .img-circle {
270
+ display: none;
271
+ }
272
+ }
273
+ }
274
+ .iasd-widget-slider {
275
+ .owl-carousel {
276
+ .slider-item {
277
+ height: 411px;
278
+ figcaption {
279
+ position: absolute;
280
+ top: 301px !important;
281
+ .img-circle {
282
+ display: none;
283
+ }
284
+ }
285
+ }
286
+ }
287
+ }
288
+ }
289
+ }
@@ -0,0 +1,476 @@
1
+ // Theme SASS
2
+
3
+ body>header{
4
+ @include rgba-background(rgba($blogs-main-color, .8));
5
+ }
6
+ a{
7
+ color: $theme-main-color;
8
+ &:hover, &:active{
9
+ color: lighten($theme-main-color, 10%);
10
+ }
11
+ }
12
+
13
+ .iasd-global_navbar-main{
14
+ @include rgba-background(rgba(tint( $blogs-main-color, 25% ),.8));
15
+ }
16
+
17
+ .iasd-blogs-internal {
18
+ .blogs-internal-header {
19
+ height: 610px;
20
+ margin: -80px 0 0 0;
21
+ & > div {
22
+ background:{
23
+ image: image-url($theme-header-background-img);
24
+ position: center -40px;
25
+ }
26
+ height: 100%;
27
+ position: relative;
28
+ z-index: 1;
29
+ section{
30
+ display: table;
31
+ height: 100%;
32
+ width: 100%;
33
+ article{
34
+ position: absolute;
35
+ top: 160px;
36
+ left: 15px;
37
+ display: table-cell;
38
+ vertical-align: middle;
39
+ }
40
+ }
41
+ h1{
42
+ color: $body-bg;
43
+ font-size: 60px;
44
+ font-style: italic;
45
+ font-weight: 300;
46
+ padding-top: 180px;
47
+ text-shadow: 1px 1px 0 rgba(51,51,51,0.5);
48
+ }
49
+ p{
50
+ color: $body-bg;
51
+ font-size: 18px;
52
+ font-style: italic;
53
+ line-height: 28px;
54
+ text-shadow: 1px 1px 0 rgba(51,51,51,0.5);
55
+ }
56
+ .container{
57
+ position: absolute;
58
+ left: 0;
59
+ right: 0;
60
+ z-index: 3;
61
+ }
62
+ &:after{
63
+ @include gradient-vertical(rgba(0,0,0,0), rgba(0,0,0,.25));
64
+ bottom: 0;
65
+ content: '';
66
+ display: block;
67
+ left: 0;
68
+ position: absolute;
69
+ right: 0;
70
+ top: 0;
71
+ }
72
+ }
73
+ }
74
+ .btn-primary{
75
+ background-color: $theme-main-color;
76
+ border: darken($theme-main-color, 15%);
77
+ font-weight: 700;
78
+ margin-top: 10px;
79
+ &:hover, &:active{
80
+ background-color: darken($theme-main-color, 5%);
81
+ }
82
+ }
83
+ .entry-content {
84
+ header {
85
+ height: auto;
86
+ }
87
+ }
88
+ header {
89
+ height: 80px;
90
+ position: relative;
91
+ z-index: 2;
92
+ .col-xs-4 {
93
+ a{
94
+ background-color: transparent;
95
+ border: 1px solid $body-bg;
96
+ float: right;
97
+ opacity: .4;
98
+ margin: 25px 0 0 0;
99
+ &:hover, &:active{
100
+ opacity: 1;
101
+ }
102
+ }
103
+ }
104
+ .identifier {
105
+ .brand {
106
+ height: 80px;
107
+ margin: 0 20px 0 0;
108
+ &:after {
109
+ height: 40px;
110
+ margin: -20px 5px 0 0;
111
+ }
112
+ a {
113
+ @include image-2x($theme-logo-small-retina);
114
+ background:{
115
+ image: image-url($theme-logo-small);
116
+ size: image-width($theme-logo-small);
117
+ }
118
+ height: 60px;
119
+ }
120
+ }
121
+ .title {
122
+ height: 80px;
123
+ h1 {
124
+ font-size: 25px;
125
+ line-height: 80px;
126
+ }
127
+ }
128
+ }
129
+ }
130
+ .iasd-contact-info {
131
+ .well {
132
+ margin: 35px 0 0 0;
133
+ }
134
+ }
135
+ .iasd-contact-info .img-circle img {
136
+ margin: 0;
137
+ }
138
+ }
139
+
140
+ .iasd-posts-archive{
141
+ p{
142
+ font-size: 15px;
143
+ line-height: 22px;
144
+ }
145
+ & > h1{
146
+ @include main-title;
147
+ }
148
+ ul {
149
+ padding: 0 !important;
150
+ margin: 0 0 28px 0;
151
+ li {
152
+ display: inline-block;
153
+ list-style: none !important;
154
+ margin: 0 21px 0 17px;
155
+ position: relative;
156
+ & + li {
157
+ a {
158
+ font-weight: normal;
159
+ }
160
+ }
161
+ &.icon_tag {
162
+ margin: 0 21px 0 38px;
163
+ }
164
+ &>ul {
165
+ margin: 0 !important;
166
+ li {
167
+ margin: 0 !important;
168
+ }
169
+ }
170
+ }
171
+ }
172
+ article{
173
+ border-top: 1px solid $border-base;
174
+ margin-top: 60px;
175
+ padding-top: 20px;
176
+ position: relative;
177
+ h1{
178
+ font-size: 28px;
179
+ font-weight: 900;
180
+ line-height: 30px;
181
+
182
+ a {
183
+ color: #3a3a3a;
184
+
185
+ &:hover {
186
+ color: $theme-main-color;
187
+ }
188
+ }
189
+ }
190
+ .post_meta {
191
+ li {
192
+ margin-right: 20px;
193
+ }
194
+ }
195
+ img{
196
+ @include border-radius(5px);
197
+ width: 100%;
198
+ & + p{
199
+ margin-top: 20px;
200
+ }
201
+ }
202
+ iframe{
203
+ width: 100%;
204
+ }
205
+ &:before{
206
+ @include border-radius(44px);
207
+ background:{
208
+ color: $body-bg;
209
+ size: 44px 44px;
210
+ position: center center;
211
+ }
212
+ border: 1px solid $border-base;
213
+ content: '';
214
+ display: block;
215
+ height: 44px;
216
+ left: 50%;
217
+ margin: 0 0 0 -22px;
218
+ position: absolute;
219
+ top: -22px;
220
+ width: 44px;
221
+ }
222
+ &.format-standard{
223
+ &:before{
224
+ @include image-2x('blogs/formats@2x/format_standard@2x.png');
225
+ background-image: image-url('blogs/formats/format_standard.png');
226
+ }
227
+ }
228
+ &.format-aside{
229
+ p{
230
+ font-size: 22px;
231
+ font-weight: 700;
232
+ line-height: 30px;
233
+ margin-top: 20px;
234
+ }
235
+ &:before{
236
+ @include image-2x('blogs/formats@2x/format_aside@2x.png');
237
+ background-image: image-url('blogs/formats/format_aside.png');
238
+ }
239
+ }
240
+ &.format-image{
241
+ &:before{
242
+ @include image-2x('blogs/formats@2x/format_image@2x.png');
243
+ background-image: image-url('blogs/formats/format_image.png');
244
+ }
245
+ }
246
+ &.format-video{
247
+ &:before{
248
+ @include image-2x('blogs/formats@2x/format_video@2x.png');
249
+ background-image: image-url('blogs/formats/format_video.png');
250
+ }
251
+ }
252
+ &.format-audio{
253
+ .mejs-container {
254
+ height: 30px !important;
255
+ width: 100% !important;
256
+ }
257
+ .mejs-time{
258
+ border-color: $border-base !important;
259
+ }
260
+ .mejs-controls{
261
+ .mejs-playpause-button, .mejs-volume-button{
262
+ button{
263
+ &:hover{
264
+ color: $theme-main-color !important;
265
+ }
266
+ }
267
+ }
268
+ }
269
+ &:before{
270
+ @include image-2x('blogs/formats@2x/format_audio@2x.png');
271
+ background-image: image-url('blogs/formats/format_audio.png');
272
+ }
273
+ }
274
+ &.format-quote{
275
+ blockquote{
276
+ border: none;
277
+ color: $alt-text-color;
278
+ margin: 30px 0 40px;
279
+ padding: 0 80px 0 40px;
280
+ position: relative;
281
+ p{
282
+ font-size: 22px;
283
+ font-style: italic;
284
+ font-weight: 300;
285
+ line-height: 30px;
286
+ }
287
+ cite{
288
+ font-size: 14px;
289
+ font-style: italic;
290
+ font-weight: 700;
291
+ text-transform: uppercase;
292
+ }
293
+ &:before{
294
+ @include opacity(.3);
295
+ content: '“';
296
+ font-size: 100px;
297
+ left: -5px;
298
+ position: absolute;
299
+ top: 15px;
300
+ }
301
+ }
302
+ &:before{
303
+ @include image-2x('blogs/formats@2x/format_quote@2x.png');
304
+ background-image: image-url('blogs/formats/format_quote.png');
305
+ }
306
+ }
307
+ &.format-link{
308
+ p{
309
+ a{
310
+ font-weight: 700;
311
+ }
312
+ }
313
+ &:before{
314
+ @include image-2x('blogs/formats@2x/format_link@2x.png');
315
+ background-image: image-url('blogs/formats/format_link.png');
316
+ }
317
+ }
318
+ &.format-gallery{
319
+ .iasd-post-gallery{
320
+ margin: -4px -2px 15px;
321
+ li{
322
+ margin: 0;
323
+ padding: 4px 2px 0;
324
+ .thumbnail{
325
+ padding: 0;
326
+ border: none;
327
+ img{
328
+ @include border-radius(0);
329
+ }
330
+ }
331
+ }
332
+ }
333
+ &:before{
334
+ @include image-2x('blogs/formats@2x/format_gallery@2x.png');
335
+ background-image: image-url('blogs/formats/format_gallery.png');
336
+ }
337
+ }
338
+ }
339
+ .icon_clock, .icon_tag, .icon_comments {
340
+ &:before {
341
+ color: $alt-text-color;
342
+ font-family: fontAwesome;
343
+ left: -16px;
344
+ line-height: 20px;
345
+ position: absolute;
346
+ text-align: center;
347
+ top: 0;
348
+ }
349
+ }
350
+ .icon_clock:before {
351
+ content: '\f017';
352
+ }
353
+ .icon_tag:before {
354
+ content: '\f02b';
355
+ }
356
+ .icon_comments:before {
357
+ content: '\f075';
358
+ }
359
+ .load-more_posts-link{
360
+ margin-top: 50px;
361
+ }
362
+ }
363
+
364
+ .iasd-widget {
365
+
366
+ ul {
367
+ margin-top: 15px;
368
+ padding-left: 15px;
369
+
370
+ li {
371
+ line-height: 30px;
372
+ color: $theme-main-color;
373
+
374
+ a {
375
+ color: $theme-main-color !important;
376
+
377
+ &:hover {
378
+ color: lighten($theme-main-color, 10%) !important;
379
+ }
380
+ }
381
+ }
382
+ }
383
+
384
+ .iasd-widget-list {
385
+ li {
386
+ a {
387
+ color: #3a3a3a !important;
388
+ }
389
+ }
390
+ }
391
+ }
392
+
393
+ .search-form {
394
+ margin-top: 25px;
395
+
396
+ .form-control {
397
+ background-image: image-url('');
398
+ background-repeat: no-repeat;
399
+ background-position: right center;
400
+ }
401
+ }
402
+
403
+ @media (min-width: $screen-md) {
404
+ html:not(.touch){
405
+ .mejs-time-rail{
406
+ width: 375px !important;
407
+ .mejs-time-total{
408
+ width: 365px !important;
409
+ }
410
+ }
411
+ }
412
+ html.touch{
413
+ .mejs-time{
414
+ border: none !important;
415
+ }
416
+ }
417
+
418
+ }
419
+
420
+ @media (max-width: $screen-sm-max) {
421
+ .iasd-posts-archive{
422
+ ul {
423
+ margin-top: 12px;
424
+ li {
425
+ display: block;
426
+ margin:{
427
+ top: 10px;
428
+ left: 17px;
429
+ }
430
+ &.icon_tag {
431
+ margin:{
432
+ top: 8px;
433
+ left: 17px;
434
+ }
435
+ }
436
+ & > ul {
437
+ li {
438
+ display: inline-block;
439
+ }
440
+ }
441
+ }
442
+ }
443
+ }
444
+ }
445
+
446
+ @media (max-width: $screen-xs-max) {
447
+ .iasd-blogs-internal {
448
+ header {
449
+ .identifier {
450
+ .brand {
451
+ display: table;
452
+ }
453
+ }
454
+ }
455
+ .blogs-internal-header {
456
+ height: 360px;
457
+ h1{
458
+ font-size: 40px !important;
459
+ line-height: 50px;
460
+ padding-top: 40px !important;
461
+ }
462
+ p{
463
+ display: none;
464
+ }
465
+ }
466
+ }
467
+ .iasd-posts-archive{
468
+ article{
469
+ &.format-quote{
470
+ blockquote{
471
+ padding: 0 0 0 40px;
472
+ }
473
+ }
474
+ }
475
+ }
476
+ }
@@ -395,7 +395,7 @@ aside.iasd-aside {
395
395
  @media (min-width: $screen-md) {
396
396
  .btn {
397
397
  &.page-back {
398
- height: 150px;
398
+ height: 110px;
399
399
  margin: 108px 0 0 0;
400
400
  padding: 0 10%;
401
401
  }
@@ -1260,12 +1260,19 @@ hr {
1260
1260
  @include border-radius(5px);
1261
1261
  background: lighten($border-base, 7%);
1262
1262
  line-height: 18px !important;
1263
- margin: 0;
1264
- padding: 10px 30px 30px 30px;
1263
+ padding: 30px;
1264
+ &:after {
1265
+ content: '';
1266
+ clear: both;
1267
+ display: table;
1268
+ }
1265
1269
  em, h3 {
1266
1270
  @include text-overflow;
1267
1271
  display: block;
1268
1272
  }
1273
+ h1 {
1274
+ margin-bottom: 22px !important;
1275
+ }
1269
1276
  h3 {
1270
1277
  font-size: 16px;
1271
1278
  font-style: italic;
@@ -2299,6 +2306,7 @@ hr {
2299
2306
  text-align: center;
2300
2307
  }
2301
2308
  img {
2309
+ margin: 0 !important;
2302
2310
  width: 100%;
2303
2311
  }
2304
2312
  p {
@@ -1401,6 +1401,7 @@ aside {
1401
1401
  left: 50%;
1402
1402
  margin-left: -360px;
1403
1403
  position: absolute;
1404
+ max-width: none;
1404
1405
  &:hover, &:focus {
1405
1406
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
1406
1407
  filter: alpha(opacity=100);
@@ -2431,11 +2432,17 @@ aside {
2431
2432
  // Text with title
2432
2433
 
2433
2434
  .iasd-widget-text_title, .iasd-contact-info{
2435
+ font-size: 13px;
2436
+ line-height: 20px !important;
2437
+ h1 {
2438
+ margin-bottom: 35px !important;
2439
+ }
2440
+ p {
2441
+ font-size: 13px;
2442
+ line-height: 20px !important;
2443
+ }
2434
2444
  .well{
2435
2445
  @include box-shadow(none);
2436
- font-size: 13px;
2437
- margin: 35px 0 0 0;
2438
- line-height: 20px;
2439
2446
  padding: 25px 30px 20px !important;
2440
2447
  p{
2441
2448
  font-size: 13px;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * IASD Bootstrap v1.2.4 (http://styleguide.adventistas.org)
2
+ * IASD Bootstrap v1.2.5 (http://styleguide.adventistas.org)
3
3
  * Copyright 2014-2014 Igreja Adventista do Sétimo Dia
4
4
  * Licensed under MIT (https://github.com/igrejaadventista/styleguide/blob/master/LICENSE)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * IASD Bootstrap v1.2.4 (http://styleguide.adventistas.org)
2
+ * IASD Bootstrap v1.2.5 (http://styleguide.adventistas.org)
3
3
  * Copyright 2014-2014 Igreja Adventista do Sétimo Dia
4
4
  * Licensed under MIT (https://github.com/igrejaadventista/styleguide/blob/master/LICENSE)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * IASD Bootstrap v1.2.4 (http://styleguide.adventistas.org)
2
+ * IASD Bootstrap v1.2.5 (http://styleguide.adventistas.org)
3
3
  * Copyright 2014-2014 Igreja Adventista do Sétimo Dia
4
4
  * Licensed under MIT (https://github.com/igrejaadventista/styleguide/blob/master/LICENSE)
5
5
  */
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iasd-bootstrap-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Filipi Zimermann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-02 00:00:00.000000000 Z
11
+ date: 2014-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass
@@ -120,6 +120,8 @@ files:
120
120
  - lib/iasd-bootstrap-sass.rb
121
121
  - lib/iasd-bootstrap-sass/version.rb
122
122
  - stylesheets/_iasd-base.scss
123
+ - stylesheets/_iasd-blogs-cover.scss
124
+ - stylesheets/_iasd-blogs.scss
123
125
  - stylesheets/_iasd-dropdown-nav.scss
124
126
  - stylesheets/_iasd-footer.scss
125
127
  - stylesheets/_iasd-global-nav.scss