MECS-1454: Minor_improvements_in_search_filter_New

Signed-off-by: venu1278 <venugopal.boodidadinne@in.bosch.com>
This commit is contained in:
venu1278
2016-02-03 12:46:12 +05:30
parent 9115b01461
commit 973a5dd72a
9 changed files with 113 additions and 111 deletions

View File

@@ -87,7 +87,7 @@
}
.footer-layout , .target-filter-search-layout{
.footer-layout{
.app-loading {
background-position: bottom;
background-repeat: no-repeat;

View File

@@ -41,5 +41,13 @@
box-shadow:none !important;
}
.target-filter-spinner{
@include valo-spinner(
$size: $v-font-size--small,
$color: $bosch-color-light-blue
);
}
}