atlas_assets 0.3.4 → 0.4.0

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.
@@ -2,16 +2,26 @@
2
2
  ------------------------------------------------------- */
3
3
 
4
4
  $red: #ac2f3c !default;
5
+ $darker_red: #7E2B34 !default;
5
6
  $medium_red: #c73746 !default;
7
+ $light_red: #C54653 !default;
6
8
  $lighter_red: #cf6262 !default;
7
9
  $lightest_red: #f1d4d4 !default;
8
10
 
9
- $blue: #2c7db1 !default;
11
+ $blue: #417ba0 !default;
12
+ $darker_blue: #2C5874 !default;
10
13
  $blue_gray: #739EB9 !default;
14
+ $light_blue: #568EB3 !default;
11
15
  $lighter_blue: #a9cadf !default;
12
16
  $lightest_blue: #e0eaed !default;
13
17
 
14
18
  $green: #91b35b !default;
19
+ $light_green: #9FC06A !default;
20
+ $darker_green: #75914A !default;
21
+
22
+ $yellow: #D5B238 !default;
23
+ $darker_yellow: #B89B39 !default;
24
+ $light_yellow: #EBCF6E !default;
15
25
  $lightest_yellow: #f3f3c3 !default;
16
26
 
17
27
  $black: #000000 !default;
@@ -22,21 +32,31 @@ $mid_gray: #aaaaaa !default;
22
32
  $gray: #d1d1d1 !default;
23
33
  $light_gray: #e0e0e0 !default;
24
34
  $lighter_gray: #ececec !default;
25
- $lightest_gray: #f6f6f6 !default;
35
+ $lightest_gray: #f7f7f7 !default;
26
36
  $white: #ffffff !default;
27
37
 
28
38
  /* Fonts
29
39
  ------------------------------------------------------- */
30
40
 
31
- $menuFontFamily: Lato, Helvetica, sans-serif !default;
32
- $sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
41
+ $menuFontFamily: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif !default;
42
+ $sansFontFamily: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif !default;
33
43
  $serifFontFamily: Georgia, "Times New Roman", Times, serif !default;
34
44
  $monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace !default;
35
45
 
46
+ /* Defaults
47
+ ------------------------------------------------------- */
48
+
49
+ $defaultBorderColor: $light_gray;
50
+ $defaultBackgroundColor: $lightest_gray;
51
+ $defaultFontColor: $darker_gray;
52
+
53
+ $defaultBorderRadius: 3px;
54
+ $defaultBorderRadiusMedium: 6px;
55
+ $defaultBorderRadiusLarge: 8px;
56
+
36
57
  $baseFontSize: 14px !default;
37
58
  $baseLineHeight: 20px !default;
38
-
39
- $smallFontSize: 12px !default;
59
+ $smallFontSize: 12px !default;
40
60
 
41
61
  /* Forms
42
62
  ------------------------------------------------------- */
@@ -44,17 +64,10 @@ $smallFontSize: 12px !default;
44
64
  $inputHeight: $baseLineHeight + 10px; // base line-height + 8px vertical padding + 2px top/bottom border
45
65
  $inputBorderRadius: 4px;
46
66
  $inputBackground: $white;
47
- $inputBorder: $light_gray;
67
+ $inputBorder: $defaultBorderColor;
48
68
  $placeholderColor: $medium_gray;
49
69
  $horizontalComponentOffset: 180px;
50
70
 
51
- /* Border Radius
52
- ------------------------------------------------------- */
53
-
54
- $borderRadius: 3px;
55
- $borderRadiusMedium: 6px;
56
- $borderRadiusLarge: 8px;
57
-
58
71
  /* Z-Indexes
59
72
  ------------------------------------------------------- */
60
73
 
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Assets
3
- VERSION = "0.3.4"
3
+ VERSION = "0.4.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atlas_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.4.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-01 00:00:00.000000000 Z
12
+ date: 2013-10-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: handlebars_assets
@@ -101,6 +101,7 @@ files:
101
101
  - lib/assets/stylesheets/atlas_assets/_forms.scss
102
102
  - lib/assets/stylesheets/atlas_assets/_glyphicons.scss
103
103
  - lib/assets/stylesheets/atlas_assets/_grid.scss
104
+ - lib/assets/stylesheets/atlas_assets/_icons.scss
104
105
  - lib/assets/stylesheets/atlas_assets/_lists.scss
105
106
  - lib/assets/stylesheets/atlas_assets/_logo.scss
106
107
  - lib/assets/stylesheets/atlas_assets/_mixins.scss