dvl-core 0.0.10 → 0.0.11

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: 69cc414680d46fe057a1cb61d4352a180d3b5fe6
4
- data.tar.gz: d152e60d2aaa27d56e67feef4e9c569a39946879
3
+ metadata.gz: 38db029514f843a987ac564c1205f8c442f4a2c2
4
+ data.tar.gz: 7e232abd39583ea3173c38815fd7b6898a0177f7
5
5
  SHA512:
6
- metadata.gz: b03cc1e663a2e4849d00d9fa9a0660e69d9e4673020429a651ba7bdc4ba3cfa16c62d38e37eb8fbbf6052ff8ccd2d438dfe6e87e536fb1f8feaf1024fe67fa0f
7
- data.tar.gz: 0f311398a26ab224a5709d5732ba93f23ae1267024a189d7efb792510ad415ea6e066ddb79560ac7ba145baf857f8c9498fb5c443d2dabafb048e8ff3d9ff325
6
+ metadata.gz: 3f2e3fdb59f2f7424cf51ed0ce199b0e088296be3c18e11cb5c0909821b26f3d437976b570404aae50ebc76103826bdc46f13dcb1b9db1c7b822ca3b8db564c3
7
+ data.tar.gz: a867f1f2daef1ea6cd4ce4623a19ea1f75845650f762e8df87184c062877559f91f5ba7436f2bbcccd078bb2d5926d9d01e7db07b5023fbdadba491b74f4d6d6
@@ -1,5 +1,5 @@
1
1
  module Dvl
2
2
  module Core
3
- VERSION = '0.0.10'
3
+ VERSION = '0.0.11'
4
4
  end
5
5
  end
@@ -77,7 +77,7 @@
77
77
  @include dark_button_color($errorColor);
78
78
  }
79
79
  &.info {
80
- @include dark_button_color(#1fa3ec);
80
+ @include dark_button_color($darkBlue);
81
81
  }
82
82
  &.white {
83
83
  @include light_button_color(#fff);
@@ -20,6 +20,7 @@ $lighterBlueGray: #6a6e75;
20
20
  $selectionBackground: #b3d4fc;
21
21
  $linkColor: #2e8ad0;
22
22
  $bodyFontColor: $darkestGray;
23
+ $darkBlue: #1fa3ec;
23
24
 
24
25
  // Other Colors
25
26
  $successColor: #2aa828;
@@ -22,7 +22,7 @@
22
22
  }
23
23
 
24
24
  .label_info {
25
- background-color: #1fa3ec;
25
+ background-color: $darkBlue;
26
26
  color: #fff;
27
27
  }
28
28
 
@@ -56,6 +56,12 @@
56
56
  font-size: 0.9rem;
57
57
  }
58
58
 
59
+ .sidebar_data_value,
60
+ .sidebar_data_details {
61
+ overflow: hidden;
62
+ text-overflow: ellipses;
63
+ }
64
+
59
65
  .sidebar_data_value {
60
66
  font-size: 1.1rem;
61
67
  color: #999;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dvl-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Becker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-30 00:00:00.000000000 Z
11
+ date: 2015-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport