Commit 03995bff605646bc87f8a563e869b64bd4474771

Authored by Leonardo Merlin
1 parent 7e94f3d2

Fix style at input search button

src/app/index.scss
... ... @@ -53,6 +53,11 @@ body {
53 53 color: #fff;
54 54 padding: 5px;
55 55 margin-top: -5px;
  56 +
  57 + &.icon-small {
  58 + width: 35px;
  59 + height: 35px;
  60 + }
56 61 }
57 62 button {
58 63 border-left: none;
... ... @@ -198,7 +203,7 @@ body {
198 203 background-color: #4AC97A;
199 204  
200 205 &:hover { background-color: lighten(#4AC97A, 10%); }
201   -
  206 +
202 207 &:active,
203 208 &:focus { background-color: darken(#4AC97A, 10%)}
204 209 }
... ... @@ -206,7 +211,7 @@ body {
206 211 background-color: #EEB453;
207 212  
208 213 &:hover { background-color: lighten(#EEB453, 10%); }
209   -
  214 +
210 215 &:active,
211 216 &:focus { background-color: darken(#EEB453, 10%)}
212 217 }
... ... @@ -214,7 +219,7 @@ body {
214 219 background-color: #EC4C68;
215 220  
216 221 &:hover { background-color: lighten(#EC4C68, 10%); }
217   -
  222 +
218 223 &:active,
219 224 &:focus { background-color: darken(#EC4C68, 10%)}
220 225 }
... ...
src/app/pages/inicio/inicio.scss
... ... @@ -25,20 +25,6 @@
25 25 }
26 26 }
27 27  
28   - .input-group-search {
29   - .icon-small {
30   - width: 35px;
31   - height: 35px;
32   - }
33   - .icon-circle {
34   - color: #fff;
35   - padding: 5px;
36   - margin-top: -5px;
37   - }
38   - button {
39   - border-left: none;
40   - }
41   - }
42 28 .input-group-btn {
43 29 background-color: #fff;
44 30 }
... ...