Style adjustments

This commit is contained in:
Roman Cervantes 2019-07-11 13:44:44 -07:00
parent 5d2c2d3eb0
commit 351f1efd70
2 changed files with 5 additions and 1 deletions

View file

@ -76,4 +76,8 @@ export default {
text-align: center;
color: $color-blue;
}
select {
margin: 0;
}
</style>

View file

@ -3,5 +3,5 @@
grid-template-columns: 24px auto 40px;
border-bottom: 1px dashed $color-dark-gray-transparent;
align-items: center;
padding: $gp;
padding: $gp 0;
}