summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-17 03:53:58 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-17 03:53:58 +0500
commit4329437ea690fc07f3727325c54a349eada8aa11 (patch)
treecbe1ed640f2e5b3464f114a54a010cbe80bd09be /web/sass-files/sass/partials/_responsive.scss
parent3f328546f8af55f655290aefad245b0f3b049bcd (diff)
downloadchat-4329437ea690fc07f3727325c54a349eada8aa11.tar.gz
chat-4329437ea690fc07f3727325c54a349eada8aa11.tar.bz2
chat-4329437ea690fc07f3727325c54a349eada8aa11.zip
Improving search header for mobile layouts and other UI changes
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss9
1 files changed, 6 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 1f9643175..a33d69378 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -432,13 +432,16 @@
color: #fff;
.search__form {
border: none;
- padding: 0 10px 0 30px;
+ padding: 0 60px 0 25px;
.form-control {
+ line-height: 31px;
background: none;
color: #fff;
- border-bottom: 1px solid rgba(#fff, 0.7);
border-radius: 0;
- padding: 0 10px 0 23px;
+ padding: 0 10px 0;
+ @include input-placeholder {
+ color: rgba(#fff, 0.6);
+ }
}
::-webkit-input-placeholder {
color: #fff;