1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00
This commit is contained in:
Joe 2020-05-27 12:51:47 +01:00
parent de1611e693
commit 50c9fd2dc1

View file

@ -12,7 +12,6 @@
</div>
<style>
.item-item {
display: flex;
flex-direction: column;
@ -31,6 +30,7 @@
.item-item:hover {
background: var(--grey);
border-radius: 3px;
transition: all 0.2s;
}
.item-icon {
@ -48,7 +48,6 @@
font-weight: 400;
}
i {
font-size: 24px;
color: var(--ink-light);