Ui minor fixes (#1735)

This commit is contained in:
Nithin David Thomas
2021-02-05 23:24:50 +05:30
committed by GitHub
parent 55982666b0
commit 19f7a2eda1
4 changed files with 12 additions and 4 deletions

View File

@@ -146,7 +146,7 @@ export default {
},
};
</script>
<style scoped>
<style lang="scss" scoped>
.search--button {
align-items: center;
border: 0;
@@ -158,6 +158,12 @@ export default {
padding: var(--space-normal) var(--space-normal) var(--space-slab);
text-align: left;
line-height: var(--font-size-large);
&:hover {
.search--icon {
color: var(--w-500);
}
}
}
.search--icon {