refactor: add nif to navigation

This commit is contained in:
Carlos Valente
2024-10-19 10:41:26 +02:00
committed by Carlos Valente
parent ab847a324b
commit dd4a165b08
8 changed files with 85 additions and 7 deletions
+8
View File
@@ -21,3 +21,11 @@
overflow: hidden;
text-overflow: ellipsis;
}
@mixin rotate-fourty-five {
transform: rotate(45deg);
}
.fourtyfive {
@include rotate-fourty-five;
}