Commit 890c4f9848046d80bd51903cbaba2d5b7855ac91

Authored by Dmitriy Zaporozhets
1 parent 05b5e318

Minor restyle for event filter

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
app/assets/stylesheets/sections/events.scss
@@ -142,19 +142,19 @@ @@ -142,19 +142,19 @@
142 .filter_icon { 142 .filter_icon {
143 a { 143 a {
144 text-align:center; 144 text-align:center;
145 - border-left: 3px solid $primary_color;  
146 - background: #f9f9f9; 145 + background: #EEE;
147 margin-bottom: 10px; 146 margin-bottom: 10px;
148 float: left; 147 float: left;
149 - padding: 9px 7px; 148 + padding: 9px 6px;
150 font-size: 18px; 149 font-size: 18px;
151 width: 26px; 150 width: 26px;
  151 + @include border-radius(3px);
152 } 152 }
153 153
154 &.inactive { 154 &.inactive {
155 a { 155 a {
156 color: #DDD; 156 color: #DDD;
157 - border-left: 3px solid #EEE; 157 + background: #f9f9f9;
158 } 158 }
159 } 159 }
160 } 160 }