iasd-bootstrap-sass 1.6.2 → 1.6.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 +4 -4
- data/lib/iasd-bootstrap-sass/version.rb +1 -1
- data/stylesheets/_iasd-templates.scss +8 -0
- data/stylesheets/_iasd-widgets.scss +73 -2
- data/templates/project/lib/iasd-bootstrap.js +1 -1
- data/templates/project/lib/iasd-bootstrap.min.js +1 -1
- data/templates/project/lib/ltie9.js +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf55875fded0bebc89f26d61b93bf566a361a6cf
|
|
4
|
+
data.tar.gz: 4e1fdd1e6b90f7d3c693ec90f1f0db748b7280b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 929c5be5778d0ffef7f24aac346b83241735bd99dcd8bfcea7a1977e9fb7f94ff0100401f110e21d74c0b5550e1ce1584d41b5c5b1aa2797d0da2f6f96da446a
|
|
7
|
+
data.tar.gz: dbbec1ac689b6c0c05b8d5ac134b72588d4370c5a8916984420e9e3bcd3a3dc4ae3983ccc7c0ccf725789ce5032c4ca7fe375a07325f50a67ee67027e440e91e
|
|
@@ -3546,6 +3546,14 @@ time {
|
|
|
3546
3546
|
/* ******** */
|
|
3547
3547
|
/* Home DSA */
|
|
3548
3548
|
/* ******** */
|
|
3549
|
+
body.iasd-dsa-home {
|
|
3550
|
+
.dsa-home-carousel {
|
|
3551
|
+
.slider-clickable-area-link {
|
|
3552
|
+
cursor: pointer;
|
|
3553
|
+
}
|
|
3554
|
+
}
|
|
3555
|
+
}
|
|
3556
|
+
|
|
3549
3557
|
|
|
3550
3558
|
@media (min-width: $screen-sm) {
|
|
3551
3559
|
body.iasd-dsa-home {
|
|
@@ -2735,7 +2735,7 @@ aside {
|
|
|
2735
2735
|
a.see-all-apps {
|
|
2736
2736
|
display: block;
|
|
2737
2737
|
padding: 5px 8px;
|
|
2738
|
-
border: solid 1px
|
|
2738
|
+
border: solid 1px #eee9e3;
|
|
2739
2739
|
border-radius: 3px;
|
|
2740
2740
|
line-height: 11px;
|
|
2741
2741
|
font-size: 11px;
|
|
@@ -2844,6 +2844,11 @@ a.see-all-apps {
|
|
|
2844
2844
|
}
|
|
2845
2845
|
.iasd-highlight-apps-carousel {
|
|
2846
2846
|
width: 100%;
|
|
2847
|
+
.slider-item-highlight {
|
|
2848
|
+
a {
|
|
2849
|
+
border: 0px !important;
|
|
2850
|
+
}
|
|
2851
|
+
}
|
|
2847
2852
|
}
|
|
2848
2853
|
}
|
|
2849
2854
|
|
|
@@ -2887,7 +2892,8 @@ a.see-all-apps {
|
|
|
2887
2892
|
.iasd-widget{
|
|
2888
2893
|
margin-bottom: 40px; // Alterado de 50px para 40px WD
|
|
2889
2894
|
a{
|
|
2890
|
-
color: white;
|
|
2895
|
+
color: white !important;
|
|
2896
|
+
font-size: 12px;
|
|
2891
2897
|
}
|
|
2892
2898
|
}
|
|
2893
2899
|
.slider-item {
|
|
@@ -2948,6 +2954,71 @@ a.see-all-apps {
|
|
|
2948
2954
|
}
|
|
2949
2955
|
}
|
|
2950
2956
|
}
|
|
2957
|
+
|
|
2958
|
+
.ios_icon {
|
|
2959
|
+
position: relative;
|
|
2960
|
+
margin-top: 20px;
|
|
2961
|
+
float: left;
|
|
2962
|
+
width: 40px;
|
|
2963
|
+
&:after {
|
|
2964
|
+
content: "\f179";
|
|
2965
|
+
font-family: FontAwesome;
|
|
2966
|
+
font-size: 22px;
|
|
2967
|
+
color: white;
|
|
2968
|
+
top: 0px;
|
|
2969
|
+
position: absolute;
|
|
2970
|
+
display: block;
|
|
2971
|
+
width: 10px;
|
|
2972
|
+
height: 17px;
|
|
2973
|
+
}
|
|
2974
|
+
}
|
|
2975
|
+
|
|
2976
|
+
.android_icon {
|
|
2977
|
+
position: relative;
|
|
2978
|
+
margin-top: 20px;
|
|
2979
|
+
float: left;
|
|
2980
|
+
width: 40px;
|
|
2981
|
+
&:after {
|
|
2982
|
+
content: "\f17b";
|
|
2983
|
+
font-family: FontAwesome;
|
|
2984
|
+
font-size: 22px;
|
|
2985
|
+
color: white;
|
|
2986
|
+
top: 0px;
|
|
2987
|
+
position: absolute;
|
|
2988
|
+
display: block;
|
|
2989
|
+
width: 10px;
|
|
2990
|
+
height: 17px;
|
|
2991
|
+
}
|
|
2992
|
+
}
|
|
2993
|
+
|
|
2994
|
+
.windows_icon {
|
|
2995
|
+
position: relative;
|
|
2996
|
+
margin-top: 20px;
|
|
2997
|
+
float: left;
|
|
2998
|
+
width: 40px;
|
|
2999
|
+
&:after {
|
|
3000
|
+
content: "\f17a";
|
|
3001
|
+
font-family: FontAwesome;
|
|
3002
|
+
font-size: 22px;
|
|
3003
|
+
color: white;
|
|
3004
|
+
top: 0px;
|
|
3005
|
+
position: absolute;
|
|
3006
|
+
display: block;
|
|
3007
|
+
width: 10px;
|
|
3008
|
+
height: 17px;
|
|
3009
|
+
}
|
|
3010
|
+
}
|
|
3011
|
+
.slider-item-highlight {
|
|
3012
|
+
a.iasd-app-card {
|
|
3013
|
+
&:hover {
|
|
3014
|
+
border: 0px !important;
|
|
3015
|
+
}
|
|
3016
|
+
}
|
|
3017
|
+
}
|
|
3018
|
+
|
|
3019
|
+
.col-md-12-highlight{
|
|
3020
|
+
margin-bottom: 40px;
|
|
3021
|
+
}
|
|
2951
3022
|
}
|
|
2952
3023
|
|
|
2953
3024
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* IASD Bootstrap v1.6.
|
|
2
|
+
* IASD Bootstrap v1.6.3 (http://styleguide.adventistas.org)
|
|
3
3
|
* Copyright 2014-2015 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.6.
|
|
2
|
+
* IASD Bootstrap v1.6.3 (http://styleguide.adventistas.org)
|
|
3
3
|
* Copyright 2014-2015 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.6.
|
|
2
|
+
* IASD Bootstrap v1.6.3 (http://styleguide.adventistas.org)
|
|
3
3
|
* Copyright 2014-2015 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.6.
|
|
4
|
+
version: 1.6.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: 2015-
|
|
11
|
+
date: 2015-11-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: compass
|
|
@@ -331,7 +331,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
331
331
|
version: '0'
|
|
332
332
|
requirements: []
|
|
333
333
|
rubyforge_project:
|
|
334
|
-
rubygems_version: 2.4.5
|
|
334
|
+
rubygems_version: 2.4.5.1
|
|
335
335
|
signing_key:
|
|
336
336
|
specification_version: 4
|
|
337
337
|
summary: Basic CSS framework for IASD DSA websites based on Twitter's Bootstrap framework
|