Updated rankings styling and filters.

This commit is contained in:
Mike Cao 2020-07-31 21:56:25 -07:00
parent 65d44ff6a1
commit e4e7f5b05c
5 changed files with 50 additions and 20 deletions

View file

@ -5,7 +5,7 @@
}
.value {
padding: 4px 24px 4px 8px;
padding: 4px 32px 4px 16px;
border: 1px solid #b3b3b3;
border-radius: 4px;
cursor: pointer;
@ -24,12 +24,12 @@
.option {
background: #fff;
padding: 4px 8px;
padding: 4px 16px;
cursor: pointer;
}
.option:hover {
background: #eaeaea;
background: #f5f5f5;
}
.caret {
@ -41,6 +41,6 @@
transform: rotate(45deg);
top: -4px;
bottom: 0;
right: 8px;
right: 12px;
margin: auto;
}