kube-rails 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,23 +1,21 @@
1
1
  // Font
2
- @baseFontFamily: 'Source Sans Pro', 'PT Sans', Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
2
+ @baseFontFamily: 'PT Sans', Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
3
3
  @headingsFontFamily: @baseFontFamily;
4
4
  @inputFontFamily: @baseFontFamily;
5
+ @buttonFontFamily: @baseFontFamily;
5
6
  @codeFontFamily: Consolas, Monaco, monospace, sans-serif;
6
7
 
8
+ // Base color
9
+ @colorBody: #333;
10
+ @colorHeadings: #222;
11
+
7
12
  // Type
8
13
  @baseFontSize: 14;
9
- @baseLine: @baseFontSize * 1.5;
10
-
11
- // Headings
12
- @h1: 30;
13
- @h2: 24;
14
- @h3: 20;
15
- @h4: 16;
16
- @h5: 14;
17
- @h6: 12;
14
+ @baseLineHeight: 1.65;
15
+ @baseLine: @baseFontSize * @baseLineHeight;
18
16
 
19
17
  // Grid
20
- @gridWidth: 940;
18
+ @gridWidth: 1000;
21
19
  @gridGutterWidth: 30;
22
20
 
23
21
  // Misc sizes
@@ -30,7 +28,6 @@
30
28
  @smallFontSize: 0.85em;
31
29
  @superSmallFontSize: 0.7em;
32
30
 
33
-
34
31
  // FloatingImages
35
32
  @floatingMargin: 1em;
36
33
  @floatingBackgroundColor: #fff;
@@ -39,28 +36,31 @@
39
36
 
40
37
  // LinkColor
41
38
  @colorLink: #369;
42
- @colorLinkHover: #c72020;
39
+ @colorLinkHover: #ef6465;
43
40
 
44
- // TextColor
41
+ // Colors
45
42
  @colorBlack: #000;
46
43
  @colorGrayDark: #555;
47
44
  @colorGray: #777;
48
45
  @colorGrayLight: #999;
49
46
  @colorWhite: #fff;
50
- @colorRed: #da3e5a;
51
- @colorGreen: #18a011;
47
+ @colorRed: #ef6465;
48
+ @colorOrange: #f48a30;
49
+ @colorGreen: #90af45;
50
+ @colorBlue: #1c7ab4;
51
+ @colorYellow: #f3c835;
52
52
 
53
53
  // BackgroundColor
54
54
  @markBackgroundColor: #fe5;
55
55
  @codeBackgroundColor: #f5f5f5;
56
56
  @tfootBackgroundColor: #f2f2f2;
57
- @colorStripedTable: #f8f8f8;
57
+ @colorStripedTable: #f5f5f5;
58
58
  @colorHoveredTable: #f6f6f6;
59
59
 
60
60
  // Borders
61
61
  @cellBorder: 1px solid #eee;
62
62
  @cellBorderDark: 1px solid #ddd;
63
- @fieldsetBorder: 1px solid #ddd;
63
+ @fieldsetBorder: 1px solid #e3e3e3;
64
64
 
65
65
  // Util
66
66
  @em: @baseFontSize*1em; // outputting ems, e.g. 14/@em
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kube-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
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-05-11 00:00:00.000000000 Z
12
+ date: 2013-07-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -125,13 +125,26 @@ files:
125
125
  - vendor/kube/blocks.less
126
126
  - vendor/kube/buttons.less
127
127
  - vendor/kube/code.less
128
+ - vendor/kube/colors.less
128
129
  - vendor/kube/forms.less
129
130
  - vendor/kube/goodies.less
130
131
  - vendor/kube/grid.less
132
+ - vendor/kube/helpers.less
133
+ - vendor/kube/images.less
131
134
  - vendor/kube/kube.less
132
135
  - vendor/kube/labels.less
136
+ - vendor/kube/lists.less
137
+ - vendor/kube/master.less
138
+ - vendor/kube/messages.less
133
139
  - vendor/kube/mixins.less
134
140
  - vendor/kube/navs.less
141
+ - vendor/kube/reset.less
142
+ - vendor/kube/responsive-blocks.less
143
+ - vendor/kube/responsive-forms.less
144
+ - vendor/kube/responsive-grid.less
145
+ - vendor/kube/responsive-media.less
146
+ - vendor/kube/responsive-navs.less
147
+ - vendor/kube/responsive-utils.less
135
148
  - vendor/kube/responsive.less
136
149
  - vendor/kube/tables.less
137
150
  - vendor/kube/typo.less