CSS tweaks
- Use colors according to design - Fix search input' width
This commit is contained in:
parent
c3875b5f75
commit
ccc929d75d
2 changed files with 6 additions and 6 deletions
|
@ -199,11 +199,11 @@ $award-emoji-new-btn-icon-color: #dcdcdc;
|
|||
/*
|
||||
* Search Box
|
||||
*/
|
||||
$search-input-border-color: $dropdown-input-focus-border;
|
||||
$search-input-border-color: rgba(#4688f1, .8);
|
||||
$search-input-focus-shadow-color: $dropdown-input-focus-shadow;
|
||||
$search-input-width: $dropdown-width;
|
||||
$search-input-width: 244px;
|
||||
$location-badge-color: #aaa;
|
||||
$location-badge-bg: $gray-normal;
|
||||
$location-badge-active-bg: #4f91f8;
|
||||
$location-icon-color: #e7e9ed;
|
||||
$location-active-color: $gl-text-color;
|
||||
$location-active-bg: $search-input-border-color;
|
||||
$location-icon-active-color: #807e7e;
|
||||
|
|
|
@ -135,13 +135,13 @@
|
|||
|
||||
.location-badge {
|
||||
@include transition(all .15s);
|
||||
background-color: $location-active-bg;
|
||||
background-color: $location-badge-active-bg;
|
||||
color: $white-light;
|
||||
}
|
||||
|
||||
.search-input-wrap {
|
||||
i {
|
||||
color: $location-active-color;
|
||||
color: $location-icon-active-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue