New components, convert hooks to components, bug fixes.

This commit is contained in:
Mike Cao 2020-08-03 23:20:35 -07:00
parent a2db27894f
commit 9d8a2406e1
21 changed files with 330 additions and 181 deletions

View file

@ -6,23 +6,16 @@
margin: auto;
}
.button {
font-size: 12px;
background: #f5f5f5;
padding: 4px 8px;
border-radius: 4px;
margin-right: 10px;
cursor: pointer;
}
.button:last-child {
margin-right: 0;
}
.button:hover {
background: #eaeaea;
.buttons button + button {
margin-left: 10px;
}
.active {
font-weight: 600;
}
@media only screen and (max-width: 720px) {
.buttons button:last-child {
display: none;
}
}