mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
10 lines
115 B
SCSS
10 lines
115 B
SCSS
.mdi {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
&::before {
|
|
line-height: 1;
|
|
}
|
|
}
|