1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +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> </div>
<style> <style>
.item-item { .item-item {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -31,6 +30,7 @@
.item-item:hover { .item-item:hover {
background: var(--grey); background: var(--grey);
border-radius: 3px; border-radius: 3px;
transition: all 0.2s;
} }
.item-icon { .item-icon {
@ -48,7 +48,6 @@
font-weight: 400; font-weight: 400;
} }
i { i {
font-size: 24px; font-size: 24px;
color: var(--ink-light); color: var(--ink-light);