redde 0.3.26 → 0.3.27

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: d3df5b747d4360edaef13bc4f6eddde270f3340e
4
- data.tar.gz: 84dbbcc6ee4160ea000b69794d4af00c5b594ca7
3
+ metadata.gz: f29c2db1d701326b7f772c3edefe1682e472210c
4
+ data.tar.gz: f3c3e2c99c0f9331a48c1675e3ed10b973e898be
5
5
  SHA512:
6
- metadata.gz: 3a726c66be01f05708020a62168abd9e96d245a67511979b37aa4661ab1db9efc25ba1155d9965a0b78af81e625bdd9e00f0435b5d9575c0be8e56db1e9eff11
7
- data.tar.gz: 3f275d34f0f03f1b3b433e169ed012193fe4d40d6260290c20e3a37f3406c9f1276c4c037c795a66bf54917023271d23f3d1ac3afc6f2c2fcceeea13e72494f4
6
+ metadata.gz: 0a8c79747be811e2d8ff575b96bdb8a5fc2daadc5f81e618383a6275ed15c64b3dfbc9246cf63132c76475233910bcfdfc94d8fbdf53df5414643fb6831f65c7
7
+ data.tar.gz: cce8801d66e70409b1b0c53a245842a9ee9129917f9283c730f95dab4b6fa10b348aef7815f65ca07f246fe3e7819eb98c8027271d05396e35b454167b7deb15
@@ -3,6 +3,7 @@
3
3
  //= depend_on_asset redde/eye_disactive.svg
4
4
  //= depend_on_asset redde/close.svg
5
5
  //= depend_on_asset redde/close-hover.svg
6
+ @import redde/mixins
6
7
 
7
8
  .list
8
9
  width: auto
@@ -23,7 +24,7 @@
23
24
  .list__head
24
25
  font-size: 11px
25
26
  text-transform: uppercase
26
- background: #d7e4ef
27
+ background: $light-gray-azure
27
28
  padding: 13px 30px 13px 0
28
29
  border-bottom: 1px solid #dddddd
29
30
  // border-bottom: 0 none
@@ -31,7 +32,7 @@
31
32
 
32
33
  &:first-child,
33
34
  &:last-child
34
- background: #d7e4ef
35
+ background: $light-gray-azure
35
36
  padding-right: 0
36
37
  min-width: 10px
37
38
  width: 0.01%
@@ -1,9 +1,11 @@
1
+ @import redde/mixins
2
+
1
3
  .phead-tabs
2
4
  display: block
3
5
  clear: both
4
6
  font-size: 12px
5
7
  padding-top: 15px
6
- margin-bottom: -16px
8
+ margin-bottom: -19px
7
9
 
8
10
  .phead-tabs__link
9
11
  padding: 0.5em (5em/6)
@@ -11,8 +13,6 @@
11
13
  border: 1px solid transparent
12
14
  border-radius: 3px 3px 0 0
13
15
  margin-left: -1px
14
- &:link
15
- text-decoration: underline // по дефолту прописано a:hover, в дальнейшем убрать
16
16
  &:first-child
17
17
  margin-left: -(5em/6)
18
18
  &:hover
@@ -24,4 +24,9 @@
24
24
  font-weight: bold
25
25
  background: #fff
26
26
  border-color: #ddd
27
- border-bottom-color: #fff
27
+ border-bottom-color: #fff
28
+
29
+ .phead-tabs._index
30
+ .phead-tabs__link._active
31
+ background-color: $light-gray-azure
32
+ border-bottom-color: $light-gray-azure
@@ -4,6 +4,7 @@ $text: #000
4
4
  $link: #19709b
5
5
  $light-red: #fb4657
6
6
  $pale-gray: #efefef
7
+ $light-gray-azure: #d7e4ef
7
8
 
8
9
  $sbm-size: 13px !default
9
10
 
data/lib/redde/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Redde
2
- VERSION = '0.3.26'.freeze
2
+ VERSION = '0.3.27'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redde
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.26
4
+ version: 0.3.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Bovykin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2016-03-23 00:00:00.000000000 Z
12
+ date: 2016-04-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jquery-rails