Refactor buttons.

This commit is contained in:
Mike Cao 2020-08-07 00:24:01 -07:00
parent 000f84df96
commit 30b87bc4c4
16 changed files with 175 additions and 63 deletions

View file

@ -9,21 +9,6 @@
margin-bottom: 0;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
}
.title {
color: var(--gray900) !important;
}
.details {
font-size: 14px;
font-weight: 600;
}
.details svg {
margin-right: 5px;
.button {
font-size: var(--font-size-small);
}