bitters-compass 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +1,11 @@
1
- .error, #flash_failure {
1
+ %flash-error {
2
2
  @include flash($error-color);
3
3
  }
4
4
 
5
- .notice, #flash_notice {
5
+ %flash-notice {
6
6
  @include flash($notice-color);
7
7
  }
8
8
 
9
- .success, #flash_success {
9
+ %flash-success {
10
10
  @include flash($success-color);
11
11
  }
@@ -36,7 +36,8 @@ label {
36
36
  }
37
37
 
38
38
  textarea,
39
- #{$all-text-inputs} {
39
+ #{$all-text-inputs},
40
+ select[multiple=multiple] {
40
41
  @include box-sizing(border-box);
41
42
  @include transition(border-color);
42
43
  background-color: white;
@@ -47,7 +48,6 @@ textarea,
47
48
  font-size: $form-font-size;
48
49
  margin-bottom: $base-line-height / 2;
49
50
  padding: ($base-line-height / 3) ($base-line-height / 3);
50
- resize: vertical;
51
51
  width: 100%;
52
52
 
53
53
  &:hover {
@@ -61,6 +61,10 @@ textarea,
61
61
  }
62
62
  }
63
63
 
64
+ textarea {
65
+ resize: vertical;
66
+ }
67
+
64
68
  input[type="search"] {
65
69
  @include appearance(none);
66
70
  }
@@ -76,6 +80,7 @@ input[type="file"] {
76
80
 
77
81
  select {
78
82
  width: auto;
83
+ max-width: 100%;
79
84
  margin-bottom: $base-line-height;
80
85
  }
81
86
 
@@ -7,6 +7,8 @@
7
7
 
8
8
  // Neat Breakpoints
9
9
  ///////////////////////////////////////////////////////////////////////////////
10
- $small-screen: new-breakpoint(min-width em(540) 2);
11
- $medium-screen: new-breakpoint(min-width em(760) 4);
12
- $large-screen: new-breakpoint(min-width em(920) 8);
10
+ $medium-screen: em(640);
11
+ $large-screen: em(860);
12
+
13
+ $medium-screen-up: new-breakpoint(min-width $medium-screen 4);
14
+ $large-screen-up: new-breakpoint(min-width $large-screen 8);
@@ -1,4 +1,7 @@
1
1
  %button {
2
2
  @include button(simple, $base-accent-color);
3
+ -webkit-font-smoothing: antialiased;
3
4
  font-size: $base-font-size;
5
+ font-weight: bold;
6
+ line-height: 1em;
4
7
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bitters-compass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
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-12-06 00:00:00.000000000 Z
12
+ date: 2014-03-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass