medium-editor-rails 1.3.0 → 1.4.2

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.
@@ -7,7 +7,6 @@
7
7
  font-size: 0; }
8
8
 
9
9
  @-webkit-keyframes pop-upwards {
10
-
11
10
  0% {
12
11
  -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
13
12
  transform: matrix(0.97, 0, 0, 1, 0, 12);
@@ -16,7 +15,7 @@
16
15
  20% {
17
16
  -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
18
17
  transform: matrix(0.99, 0, 0, 1, 0, 2);
19
- opacity: 0.7; }
18
+ opacity: .7; }
20
19
 
21
20
  40% {
22
21
  -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
@@ -42,7 +41,7 @@
42
41
  20% {
43
42
  -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
44
43
  transform: matrix(0.99, 0, 0, 1, 0, 2);
45
- opacity: 0.7; }
44
+ opacity: .7; }
46
45
 
47
46
  40% {
48
47
  -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
@@ -183,7 +182,6 @@
183
182
  animation: medium-image-loading-animation 1s infinite ease-in-out; }
184
183
 
185
184
  @-webkit-keyframes medium-image-loading-animation {
186
-
187
185
  0% {
188
186
  -webkit-transform: scale(0);
189
187
  transform: scale(0); }
@@ -17,8 +17,8 @@
17
17
  background-color: transparent;
18
18
  color: #fff;
19
19
  box-sizing: border-box;
20
- -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
21
- transition: background-color 0.2s ease-in, color 0.2s ease-in; }
20
+ -webkit-transition: background-color .2s ease-in, color .2s ease-in;
21
+ transition: background-color .2s ease-in, color .2s ease-in; }
22
22
  .medium-editor-toolbar li button:hover {
23
23
  background-color: #3276b1;
24
24
  color: #fff; }
@@ -25,8 +25,8 @@
25
25
  background: -webkit-linear-gradient(bottom, #242424, rgba(36, 36, 36, 0.89));
26
26
  background: linear-gradient(bottom, #242424, rgba(36, 36, 36, 0.89));
27
27
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
28
- -webkit-transition: background-color 0.2s ease-in;
29
- transition: background-color 0.2s ease-in; }
28
+ -webkit-transition: background-color .2s ease-in;
29
+ transition: background-color .2s ease-in; }
30
30
  .medium-editor-toolbar li button:hover {
31
31
  background-color: #000;
32
32
  color: yellow; }
@@ -17,8 +17,8 @@
17
17
  border-right: 1px solid #9ccea6;
18
18
  background-color: transparent;
19
19
  color: #fff;
20
- -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
21
- transition: background-color 0.2s ease-in, color 0.2s ease-in; }
20
+ -webkit-transition: background-color .2s ease-in, color .2s ease-in;
21
+ transition: background-color .2s ease-in, color .2s ease-in; }
22
22
  .medium-editor-toolbar li button:hover {
23
23
  background-color: #346a3f;
24
24
  color: #fff; }
@@ -16,8 +16,8 @@
16
16
  border-right: 1px solid #cdd6e0;
17
17
  background-color: transparent;
18
18
  color: #40648a;
19
- -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
20
- transition: background-color 0.2s ease-in, color 0.2s ease-in; }
19
+ -webkit-transition: background-color .2s ease-in, color .2s ease-in;
20
+ transition: background-color .2s ease-in, color .2s ease-in; }
21
21
  .medium-editor-toolbar li button:hover {
22
22
  background-color: #5c90c7;
23
23
  background-color: rgba(92, 144, 199, 0.45);
@@ -17,8 +17,8 @@
17
17
  background: -webkit-linear-gradient(top, #fff, rgba(0, 0, 0, 0.1));
18
18
  background: linear-gradient(top, #fff, rgba(0, 0, 0, 0.1));
19
19
  text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
20
- -webkit-transition: background-color 0.2s ease-in;
21
- transition: background-color 0.2s ease-in; }
20
+ -webkit-transition: background-color .2s ease-in;
21
+ transition: background-color .2s ease-in; }
22
22
  .medium-editor-toolbar li button:hover {
23
23
  background-color: #fff;
24
24
  color: #000;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: medium-editor-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ahmet Sezgin Duran
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-11 00:00:00.000000000 Z
11
+ date: 2015-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties