Commit f7a97291 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Add variables

parent 6e9ff2e5
......@@ -192,3 +192,11 @@ $dropdown-toggle-hover-icon-color: $dropdown-toggle-hover-border-color;
$award-emoji-menu-bg: #fff;
$award-emoji-menu-border: #f1f2f4;
$award-emoji-new-btn-icon-color: #dcdcdc;
/*
* Search Box
*/
$location-badge-color: #aaa;
$location-badge-bg: $gray-normal;
$location-icon-color: #e7e9ed;
......@@ -56,10 +56,6 @@
font-style: normal;
}
.remove-badge {
display: none;
}
.search-input {
border: none;
font-size: 14px;
......@@ -73,16 +69,17 @@
.location-badge {
line-height: 25px;
padding: 0 5px;
border-radius: 2px;
border-radius: $border-radius-default;
font-size: 14px;
font-style: normal;
color: #AAAAAA;
color: $location-badge-color;
display: inline-block;
background-color: #F5F5F5;
background-color: $location-badge-bg;
vertical-align: top;
}
.search-input-container {
display: -webkit-flex;
display: flex;
}
......@@ -100,7 +97,7 @@
@include transition(color .15s);
position: absolute;
right: 5px;
color: #E7E9ED;
color: $location-icon-color;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment