iasd-bootstrap-sass 1.6.3 → 1.6.4
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-blogs.scss +44 -0
- data/stylesheets/_iasd-templates-apps.scss +3 -0
- data/stylesheets/_iasd-widgets.scss +22 -0
- 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 +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 33ad4998a6af66014d0176fd6dc5364520706aec
|
|
4
|
+
data.tar.gz: 6aa8f513d7bd32739760f380fadd2deb51b0a732
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b6b17ecf7f7fda3a4828b46b418828425436c1cba7b82bac7886ae4b596b9074a2d4034eb30531a1dc22833f7cf61c80a1b416e48652b2f3c77bd224d644869
|
|
7
|
+
data.tar.gz: d058f6bbf45017ba2c01edef8478d4997d2c135489407926115d35bd8d5d54a9a01361655cf797490105313c6152d0241225ecfb70eb779d49a26366cf497947
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
// Theme SASS
|
|
2
2
|
|
|
3
|
+
.es_ES > header {
|
|
4
|
+
background: {
|
|
5
|
+
image: none;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
|
|
3
9
|
body>header{
|
|
4
10
|
@include rgba-background(rgba($blogs-main-color, .8));
|
|
5
11
|
}
|
|
@@ -135,6 +141,44 @@ a{
|
|
|
135
141
|
.iasd-contact-info .img-circle img {
|
|
136
142
|
margin: 0;
|
|
137
143
|
}
|
|
144
|
+
|
|
145
|
+
.iasd-widget-posts_box {
|
|
146
|
+
ol {
|
|
147
|
+
li {
|
|
148
|
+
a {
|
|
149
|
+
height: 59px !important;
|
|
150
|
+
h2 {
|
|
151
|
+
left: 0;
|
|
152
|
+
padding-left: 100px;
|
|
153
|
+
padding-right: 20px;
|
|
154
|
+
position: absolute;
|
|
155
|
+
top: 3px;
|
|
156
|
+
width: 100%;
|
|
157
|
+
height: 45px;
|
|
158
|
+
}
|
|
159
|
+
p {
|
|
160
|
+
left: 0;
|
|
161
|
+
padding-left: 100px;
|
|
162
|
+
position: absolute;
|
|
163
|
+
top: 33px;
|
|
164
|
+
width: 100%;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.h1-link-div {
|
|
172
|
+
h1{
|
|
173
|
+
a {
|
|
174
|
+
color: #3a3a3a;
|
|
175
|
+
|
|
176
|
+
&:hover {
|
|
177
|
+
color: $theme-main-color;
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
}
|
|
138
182
|
}
|
|
139
183
|
|
|
140
184
|
.iasd-posts-archive{
|
|
@@ -2908,6 +2908,7 @@ a.see-all-apps {
|
|
|
2908
2908
|
overflow: hidden;
|
|
2909
2909
|
text-overflow: ellipsis;
|
|
2910
2910
|
color: $theme-main-color; // alterado WDR.
|
|
2911
|
+
height: 20px;
|
|
2911
2912
|
}
|
|
2912
2913
|
&:hover {
|
|
2913
2914
|
border: solid 1px $border-base !important;
|
|
@@ -3022,6 +3023,27 @@ a.see-all-apps {
|
|
|
3022
3023
|
}
|
|
3023
3024
|
|
|
3024
3025
|
|
|
3026
|
+
@media (min-width: 1024px ) {
|
|
3027
|
+
.iasd-widget-about-author {
|
|
3028
|
+
.iasd-contact-info {
|
|
3029
|
+
padding-right: 30px;
|
|
3030
|
+
padding-left: 30px;
|
|
3031
|
+
padding-bottom: 15px;
|
|
3032
|
+
.iasd-author-info{
|
|
3033
|
+
+ .iasd-author-info {
|
|
3034
|
+
margin-top: 7px;
|
|
3035
|
+
padding-top: 15px;
|
|
3036
|
+
border-top: solid 1px $border-base;
|
|
3037
|
+
}
|
|
3038
|
+
}
|
|
3039
|
+
.contact-info-title {
|
|
3040
|
+
height: 45px;
|
|
3041
|
+
|
|
3042
|
+
}
|
|
3043
|
+
}
|
|
3044
|
+
}
|
|
3045
|
+
}
|
|
3046
|
+
|
|
3025
3047
|
|
|
3026
3048
|
|
|
3027
3049
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* IASD Bootstrap v1.6.
|
|
2
|
+
* IASD Bootstrap v1.6.4 (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.4 (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.4 (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.4
|
|
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-
|
|
11
|
+
date: 2015-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: compass
|