Add currency to price filters #78

Merged
RabbIT09-n merged 24 commits from add-currency-to-price-filters into master 2020-01-07 00:09:41 +01:00
Showing only changes of commit fd8592c581 - Show all commits

View File

@@ -110,3 +110,20 @@ h3 {
.collection a.collection-item:not(.active):hover {
background-color: rgba(2, 173, 186, 0.2);
}
.tabs .tab a {
color: #02adba;
-webkit-transition: color 0.28s ease, background-color 0.28s ease;
transition: color 0.28s ease, background-color 0.28s ease;
}
.tabs .tab a:focus,
.tabs .tab a:focus.active {
background-color: rgba(2, 173, 186, 0.2);
}
.tabs .tab a:hover,
.tabs .tab a.active {
color: #02adba;
}
.tabs .indicator {
background-color: #02adba;
}