dvl-core 0.0.11 → 0.0.12

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: 38db029514f843a987ac564c1205f8c442f4a2c2
4
- data.tar.gz: 7e232abd39583ea3173c38815fd7b6898a0177f7
3
+ metadata.gz: 98184e2eb214df346c76050dd1443d9fa968e264
4
+ data.tar.gz: 3708dac92dce55a124807fecceffe5220cf9af60
5
5
  SHA512:
6
- metadata.gz: 3f2e3fdb59f2f7424cf51ed0ce199b0e088296be3c18e11cb5c0909821b26f3d437976b570404aae50ebc76103826bdc46f13dcb1b9db1c7b822ca3b8db564c3
7
- data.tar.gz: a867f1f2daef1ea6cd4ce4623a19ea1f75845650f762e8df87184c062877559f91f5ba7436f2bbcccd078bb2d5926d9d01e7db07b5023fbdadba491b74f4d6d6
6
+ metadata.gz: aabf63900ebbe84e8fea46975be833c070939f16479a97e56e9a0f217c270979375b5dd712648eac81b18d7e90059ebcdac75b9649ad48149c464f020dfd955f
7
+ data.tar.gz: a51033f1a5036b7e28fc7403ce3d4b6ad3abab94ae176dd754615972a2372923c5812753217c9244667c093f5b03a049ba7df85e4cee6d2c5e3744bfd92a08e6
@@ -1,5 +1,5 @@
1
1
  module Dvl
2
2
  module Core
3
- VERSION = '0.0.11'
3
+ VERSION = '0.0.12'
4
4
  end
5
5
  end
@@ -105,11 +105,11 @@ span.dropdown {
105
105
  }
106
106
 
107
107
  .dropdown_header {
108
- padding: 0.5rem;
109
- color: $darkGray;
108
+ line-height: 2.25rem;
109
+ background: #f5f5f5;
110
110
  font-size: 0.85rem;
111
- text-transform: uppercase;
112
- font-weight: 600;
111
+ padding: 0 0.5rem;
112
+ margin-bottom: 0.25rem;
113
113
  }
114
114
 
115
115
  // Open state for the dropdown
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.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Becker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-03 00:00:00.000000000 Z
11
+ date: 2015-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport