mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +00:00
Style adjustments
This commit is contained in:
parent
5d2c2d3eb0
commit
351f1efd70
2 changed files with 5 additions and 1 deletions
|
@ -76,4 +76,8 @@ export default {
|
|||
text-align: center;
|
||||
color: $color-blue;
|
||||
}
|
||||
|
||||
select {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue