bitters-compass 0.9.2 → 0.9.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.
@@ -1,11 +1,11 @@
|
|
1
|
-
|
1
|
+
%flash-error {
|
2
2
|
@include flash($error-color);
|
3
3
|
}
|
4
4
|
|
5
|
-
|
5
|
+
%flash-notice {
|
6
6
|
@include flash($notice-color);
|
7
7
|
}
|
8
8
|
|
9
|
-
|
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
|
-
$
|
11
|
-
$
|
12
|
-
|
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);
|
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.
|
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:
|
12
|
+
date: 2014-03-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: compass
|