updated currency toggle css

This commit is contained in:
Kadir Sekha 2017-12-28 13:55:35 +00:00
commit 12cde9e670
2 changed files with 14 additions and 2 deletions

View file

@ -189,6 +189,18 @@
height: 30px;
}
}
&__currency-toggle-mobile {
border: 1px solid $v-subtle-gray;
color: $v-dark-gray;
border-radius: 3px;
cursor: pointer;
position: relative;
line-height: 1;
@media(max-width: 320px) {
line-height: 30px;
height: 30px;
}
}
&__results {
&--minimize {
font-size: 12px;