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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf55875fded0bebc89f26d61b93bf566a361a6cf
4
- data.tar.gz: 4e1fdd1e6b90f7d3c693ec90f1f0db748b7280b8
3
+ metadata.gz: 33ad4998a6af66014d0176fd6dc5364520706aec
4
+ data.tar.gz: 6aa8f513d7bd32739760f380fadd2deb51b0a732
5
5
  SHA512:
6
- metadata.gz: 929c5be5778d0ffef7f24aac346b83241735bd99dcd8bfcea7a1977e9fb7f94ff0100401f110e21d74c0b5550e1ce1584d41b5c5b1aa2797d0da2f6f96da446a
7
- data.tar.gz: dbbec1ac689b6c0c05b8d5ac134b72588d4370c5a8916984420e9e3bcd3a3dc4ae3983ccc7c0ccf725789ce5032c4ca7fe375a07325f50a67ee67027e440e91e
6
+ metadata.gz: 6b6b17ecf7f7fda3a4828b46b418828425436c1cba7b82bac7886ae4b596b9074a2d4034eb30531a1dc22833f7cf61c80a1b416e48652b2f3c77bd224d644869
7
+ data.tar.gz: d058f6bbf45017ba2c01edef8478d4997d2c135489407926115d35bd8d5d54a9a01361655cf797490105313c6152d0241225ecfb70eb779d49a26366cf497947
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module IASD
3
- VERSION = "1.6.3"
3
+ VERSION = "1.6.4"
4
4
  end
5
5
  end
@@ -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{
@@ -45,6 +45,9 @@
45
45
  width: 0px;
46
46
  }
47
47
  }
48
+ &:hover{
49
+ border-bottom: 1px solid $border-base !important;
50
+ }
48
51
  }
49
52
 
50
53
  footer {
@@ -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.3 (http://styleguide.adventistas.org)
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.3 (http://styleguide.adventistas.org)
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.3 (http://styleguide.adventistas.org)
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.3
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-09 00:00:00.000000000 Z
11
+ date: 2015-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass