1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00
Files
antares/src/renderer/scss/_mdi-additions.scss

10 lines
115 B
SCSS

.mdi {
display: flex;
align-items: center;
justify-content: center;
&::before {
line-height: 1;
}
}