atlas_assets 0.4.2 → 0.4.3

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.
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- atlas_assets (0.4.2)
12
+ atlas_assets (0.4.3)
13
13
  handlebars_assets (~> 0.12.2)
14
14
 
15
15
  GEM
@@ -1,3 +1,4 @@
1
1
  require 'handlebars_assets'
2
+ HandlebarsAssets::Config.template_namespace = 'JST'
2
3
  Sprockets.append_path HandlebarsAssets.path
3
4
  require "jekyll-assets"
@@ -0,0 +1,24 @@
1
+ /* Colors
2
+ ------------------------------------------------------- */
3
+ /* Fonts
4
+ ------------------------------------------------------- */
5
+ /* Defaults
6
+ ------------------------------------------------------- */
7
+ /* Forms
8
+ ------------------------------------------------------- */
9
+ /* Z-Indexes
10
+ ------------------------------------------------------- */
11
+ /* Grid
12
+ ------------------------------------------------------- */
13
+ /* Fluid grid
14
+ ------------------------------------------------------- */
15
+ .dropdown {
16
+ display: inline-block;
17
+ padding: 10px 0;
18
+ position: relative;
19
+ font-size: 14px; }
20
+ .dropdown .helper {
21
+ color: gray; }
22
+
23
+ .dropdown[class*="span"] {
24
+ margin-left: 0; }