From 03995bff605646bc87f8a563e869b64bd4474771 Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Tue, 15 Sep 2015 13:48:55 -0300 Subject: [PATCH] Fix style at input search button --- src/app/index.scss | 11 ++++++++--- src/app/pages/inicio/inicio.scss | 14 -------------- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/src/app/index.scss b/src/app/index.scss index e2c54a3..6f72b32 100644 --- a/src/app/index.scss +++ b/src/app/index.scss @@ -53,6 +53,11 @@ body { color: #fff; padding: 5px; margin-top: -5px; + + &.icon-small { + width: 35px; + height: 35px; + } } button { border-left: none; @@ -198,7 +203,7 @@ body { background-color: #4AC97A; &:hover { background-color: lighten(#4AC97A, 10%); } - + &:active, &:focus { background-color: darken(#4AC97A, 10%)} } @@ -206,7 +211,7 @@ body { background-color: #EEB453; &:hover { background-color: lighten(#EEB453, 10%); } - + &:active, &:focus { background-color: darken(#EEB453, 10%)} } @@ -214,7 +219,7 @@ body { background-color: #EC4C68; &:hover { background-color: lighten(#EC4C68, 10%); } - + &:active, &:focus { background-color: darken(#EC4C68, 10%)} } diff --git a/src/app/pages/inicio/inicio.scss b/src/app/pages/inicio/inicio.scss index 359e3bd..3d58eec 100644 --- a/src/app/pages/inicio/inicio.scss +++ b/src/app/pages/inicio/inicio.scss @@ -25,20 +25,6 @@ } } - .input-group-search { - .icon-small { - width: 35px; - height: 35px; - } - .icon-circle { - color: #fff; - padding: 5px; - margin-top: -5px; - } - button { - border-left: none; - } - } .input-group-btn { background-color: #fff; } -- libgit2 0.21.2