redde 0.3.4 → 0.3.5

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: 69cc4acecc34c5447cb8bf9a3b458bb39cb7ae9f
4
- data.tar.gz: f7559ee3ba67b4593616efa2b32325191c196517
3
+ metadata.gz: 7b73be679d625d556a81441edfe4074681e7dd09
4
+ data.tar.gz: 6353e97736bcb85cbb4796a394580d7e64e60c28
5
5
  SHA512:
6
- metadata.gz: cc1f2f188886d192ff840357743abbba1d65cf27b04a0786031e0786b1e1c22bf3f61f5f16e3ff2d8624a29e12ff1a18c62727869e19ea88f9d19a8e5395efdc
7
- data.tar.gz: 4e13c8b9a3b54f0cde14366d0d188932a1f19aeb121d8e72b6bc00beb33d11fc91627cdf2d46d4a613e5021c54e4adf9b864c148d13a8d5f1ecdbfa62b042506
6
+ metadata.gz: 17f28162d5f309d16508e7e72bc7ae959b0542a7c3f1fc07999b307031a54587621e0cabdc15477f616007fc781ec94bc5806f75ac7e84016cc5d5acb98af0f2
7
+ data.tar.gz: 713a6758bc2e43a7e27b5d5c609338adac18a078ce9226df304a566d7bde8dfb8144c3dadbd3a5916898fb72da9135999bfc7d97d3c287565cb7c49de630885a
@@ -1,30 +1,11 @@
1
- //= depend_on_asset redde/next.svg
2
-
3
1
  @import redde/mixins
4
2
 
5
- %base
3
+ .btn
6
4
  display: inline-block
7
5
  text-decoration: none
8
6
  border-radius: 2px
9
7
  font-family: $family
10
8
  line-height: (14/12)
11
-
12
- .btn
13
- @extend %base
14
9
  color: #fff
15
10
  background-color: #53a0c6
16
11
  padding: 8px 13px
17
-
18
- &._a_next:after
19
- content: '\A0'
20
- display: inline-block
21
- width: 6px
22
- background: image-url('redde/next.svg') no-repeat left center
23
- margin-left: 7px
24
-
25
- // .btn-trans
26
- // @extend %base
27
- // color: #404344
28
- // background: #fff
29
- // border: 1px solid #d4d0cf
30
- // padding: 7px 12px
@@ -15,6 +15,11 @@
15
15
  &::placeholder
16
16
  color: #989c9f
17
17
 
18
+ // // сейчас не искользуется
19
+ // &._err
20
+ // border-color: $light-red
21
+ // box-shadow: 0 0 0 1px $light-red
22
+
18
23
  &:focus
19
24
  border-color: #5bacd4
20
25
  box-shadow: 0 0 0 1px #5bacd4
@@ -25,5 +25,5 @@
25
25
  box-shadow: 0 0 0 1px #5bacd4
26
26
 
27
27
  // &._err
28
- // border-color: #fb4657
29
- // box-shadow: 0 0 0 1px #fb4657
28
+ // border-color: $light-red
29
+ // box-shadow: 0 0 0 1px $light-red
@@ -2,6 +2,7 @@ $family: "Lucida Grande", "Lucida Sans Unicode", helvetica, arial, verdana, sans
2
2
 
3
3
  $text: #000
4
4
  $link: #19709b
5
+ $light-red: #fb4657
5
6
 
6
7
  =clearfix
7
8
  &:before, &:after
data/lib/redde/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Redde
2
- VERSION = '0.3.4'.freeze
2
+ VERSION = '0.3.5'.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.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Bovykin
@@ -444,7 +444,6 @@ files:
444
444
  - app/assets/images/redde/main-menu/list.svg
445
445
  - app/assets/images/redde/main-menu/list_active.svg
446
446
  - app/assets/images/redde/move-handler.png
447
- - app/assets/images/redde/next.svg
448
447
  - app/assets/images/redde/plus.svg
449
448
  - app/assets/images/redde/redactor/icons.png
450
449
  - app/assets/images/redde/redactor/plugins/file.html
@@ -1,7 +0,0 @@
1
- <svg
2
- xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 5.967 8.982"
3
- style="enable-background:new 0 0 5.967 8.982;" xml:space="preserve" width="5.967" height="8.982">
4
- <path fill="#fff" d="M1.528,8.928l4.386-4.308c0.07-0.069,0.07-0.19,0-0.259L1.528,0.054C1.493,0.019,1.446,0,1.396,0S1.3,0.019,1.265,0.054
5
- l-1.21,1.189C0.018,1.278,0,1.325,0,1.372c0,0.047,0.018,0.094,0.055,0.129l3.045,2.99l-3.045,2.99c-0.07,0.069-0.07,0.19,0,0.259
6
- l1.21,1.188C1.338,9,1.456,9,1.528,8.928z"/>
7
- </svg>