phrasing 4.0.0rc6 → 4.0.0rc7

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: 6a1ab3331dcb2b9969b3f01d4ac9a98a02ee22c2
4
- data.tar.gz: dfb583877cf37739245817a9c318419db2a47815
3
+ metadata.gz: 45d9d28e356958ff4907adf8f317431574275071
4
+ data.tar.gz: 22ce7cc3280e6344b0d25d04e53170aefbb2d71b
5
5
  SHA512:
6
- metadata.gz: 284731f64b687037616a5411c0b50a5a903bd3ba6be6b703578134de37ac4204e7ee99a1c69ea12401f11f1eb76f9b51916050672ef4ece2c61c78f00ddfb5dd
7
- data.tar.gz: 826c167f861421e81b6362bed6190ee8a4a945a64de1a4174489763fc998d648d8af6593ee34009f9fce978c7f6b6f6ef6d373cee76d40623f33ca8deb7c4604
6
+ metadata.gz: cdf31560d38b54d610c9ab2134d0cd44bea0b4c546b763247916dbde451bbf09213d56d6938a0a6f16525e821ef43b98cbcc9e2b17591f0ee7252242e659f5aa
7
+ data.tar.gz: de25e2d89d3c3775abc0096e6895a8503270fc5f42cda55fff7a5ad3035059f483e58f2981694c74c2bcc97061a6744bf11e5c5b96e79f9c97e0fb84654d1178
@@ -1,3 +1,7 @@
1
+ $phrasing-edit-mode-bubble-paragraph-line-height: 20px;
2
+ $phrasing-edit-mode-bubble-paragraph-font-family: Arial, Helvetica, sans-serif;
3
+ $phrasing-edit-mode-bubble-paragraph-font-size: 14px;
4
+
1
5
  #phrasing-edit-mode-bubble{
2
6
  *, *:after, *:before{
3
7
  webkit-box-sizing:content-box;
@@ -21,7 +25,9 @@
21
25
  border-radius: 10px;
22
26
 
23
27
  p{
24
- line-height:20px;
28
+ line-height: $phrasing-edit-mode-bubble-paragraph-line-height;
29
+ font-family: $phrasing-edit-mode-bubble-paragraph-font-family;
30
+ font-size: $phrasing-edit-mode-bubble-paragraph-font-size;
25
31
  }
26
32
  ::selection{ color: grey; background: white; }
27
33
 
@@ -1,3 +1,3 @@
1
1
  module Phrasing
2
- VERSION = "4.0.0rc6"
2
+ VERSION = "4.0.0rc7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phrasing
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0rc6
4
+ version: 4.0.0rc7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomislav Car
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-05-22 00:00:00.000000000 Z
12
+ date: 2015-05-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails