Commit 03995bff605646bc87f8a563e869b64bd4474771
1 parent
7e94f3d2
Exists in
master
and in
8 other branches
Fix style at input search button
Showing
2 changed files
with
8 additions
and
17 deletions
Show diff stats
src/app/index.scss
| @@ -53,6 +53,11 @@ body { | @@ -53,6 +53,11 @@ body { | ||
| 53 | color: #fff; | 53 | color: #fff; |
| 54 | padding: 5px; | 54 | padding: 5px; |
| 55 | margin-top: -5px; | 55 | margin-top: -5px; |
| 56 | + | ||
| 57 | + &.icon-small { | ||
| 58 | + width: 35px; | ||
| 59 | + height: 35px; | ||
| 60 | + } | ||
| 56 | } | 61 | } |
| 57 | button { | 62 | button { |
| 58 | border-left: none; | 63 | border-left: none; |
| @@ -198,7 +203,7 @@ body { | @@ -198,7 +203,7 @@ body { | ||
| 198 | background-color: #4AC97A; | 203 | background-color: #4AC97A; |
| 199 | 204 | ||
| 200 | &:hover { background-color: lighten(#4AC97A, 10%); } | 205 | &:hover { background-color: lighten(#4AC97A, 10%); } |
| 201 | - | 206 | + |
| 202 | &:active, | 207 | &:active, |
| 203 | &:focus { background-color: darken(#4AC97A, 10%)} | 208 | &:focus { background-color: darken(#4AC97A, 10%)} |
| 204 | } | 209 | } |
| @@ -206,7 +211,7 @@ body { | @@ -206,7 +211,7 @@ body { | ||
| 206 | background-color: #EEB453; | 211 | background-color: #EEB453; |
| 207 | 212 | ||
| 208 | &:hover { background-color: lighten(#EEB453, 10%); } | 213 | &:hover { background-color: lighten(#EEB453, 10%); } |
| 209 | - | 214 | + |
| 210 | &:active, | 215 | &:active, |
| 211 | &:focus { background-color: darken(#EEB453, 10%)} | 216 | &:focus { background-color: darken(#EEB453, 10%)} |
| 212 | } | 217 | } |
| @@ -214,7 +219,7 @@ body { | @@ -214,7 +219,7 @@ body { | ||
| 214 | background-color: #EC4C68; | 219 | background-color: #EC4C68; |
| 215 | 220 | ||
| 216 | &:hover { background-color: lighten(#EC4C68, 10%); } | 221 | &:hover { background-color: lighten(#EC4C68, 10%); } |
| 217 | - | 222 | + |
| 218 | &:active, | 223 | &:active, |
| 219 | &:focus { background-color: darken(#EC4C68, 10%)} | 224 | &:focus { background-color: darken(#EC4C68, 10%)} |
| 220 | } | 225 | } |
src/app/pages/inicio/inicio.scss
| @@ -25,20 +25,6 @@ | @@ -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 | .input-group-btn { | 28 | .input-group-btn { |
| 43 | background-color: #fff; | 29 | background-color: #fff; |
| 44 | } | 30 | } |