compass_radix 0.0.2 → 0.0.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.
@@ -156,6 +156,7 @@ form {
156
156
  input {
157
157
  margin: 0 auto;
158
158
  display: block;
159
+ width: 85%;
159
160
  }
160
161
  }
161
162
  }
@@ -132,10 +132,12 @@
132
132
  display: block;
133
133
  padding: 9px 15px;
134
134
  font-weight: bold;
135
- color: #777777;
135
+ color: $navbarLinkColor;
136
136
  @include border-radius(3px);
137
137
  &:hover {
138
- background-color: #f2f2f2;
138
+ color: $navbarLinkColorHover;
139
+ text-decoration: none;
140
+ background-color: $navbarLinkBackgroundHover;
139
141
  }
140
142
  }
141
143
  &.open {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass_radix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: