Sort styling

This commit is contained in:
Jiiks 2018-12-04 23:02:36 +02:00
parent b4dbfcd808
commit 63874c8b4e
1 changed files with 22 additions and 1 deletions

View File

@ -35,7 +35,28 @@
.bd-searchSort {
span {
color: #fff;
line-height: 40px;
display: flex;
justify-content: flex-end;
font-size: 12px;
height: 14px;
padding: 3px;
}
.bd-sort {
color: $coldimwhite;
font-size: 12px;
padding: 3px;
height: 14px;
cursor: pointer;
transition: color .2s ease-in-out;
&:hover {
color: #fff;
}
&.bd-active {
color: $colbdgreen;
}
}
}
}