iasd-bootstrap-sass 1.2.2 → 1.2.3
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1bf06d35fad721036b2940a7851f57a8e6bbb39c
|
|
4
|
+
data.tar.gz: 7a2c01d502599062e8412e4ce0b9174b7dec6dce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f577b077683d82d5c41d7435c4272de0176ef8a5a97fd67538d6360b9317ba086a5924f3a2c9456dca09d4e27d12a40132a4bc6e5e9ab38687de00800f66b3b6
|
|
7
|
+
data.tar.gz: 1f7e4d82990e48b873fe261d7e6ad246004417671523b20fe051e5fc4a9e5d2a09923c4fb7e93ef2f8ac173576dd0a3b4d65e37a33c917a6f6b3f04a77115c9f
|
|
@@ -3691,21 +3691,21 @@ time {
|
|
|
3691
3691
|
}
|
|
3692
3692
|
|
|
3693
3693
|
.iasd-images-gallery-thumbs {
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3694
|
+
.item {
|
|
3695
|
+
height: 60px;
|
|
3696
|
+
margin: 5px;
|
|
3697
|
+
img {
|
|
3698
|
+
@include border-radius(5px);
|
|
3699
|
+
background: {
|
|
3700
|
+
position: center center;
|
|
3701
|
+
size: cover;
|
|
3702
|
+
};
|
|
3703
|
+
color: #FFF;
|
|
3704
|
+
text-align: center;
|
|
3705
|
+
cursor: pointer;
|
|
3706
|
+
display: none;
|
|
3707
|
+
}
|
|
3708
|
+
}
|
|
3709
3709
|
}
|
|
3710
3710
|
|
|
3711
3711
|
.iasd-images-gallery {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* IASD Bootstrap v1.2.
|
|
2
|
+
* IASD Bootstrap v1.2.3 (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.
|
|
2
|
+
* IASD Bootstrap v1.2.3 (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.
|
|
2
|
+
* IASD Bootstrap v1.2.3 (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
|
+
version: 1.2.3
|
|
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-
|
|
11
|
+
date: 2014-12-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: compass
|