1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00
This commit is contained in:
Joe 2020-05-27 12:51:47 +01:00
parent 9948b15b9b
commit 662a2cd293

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);