mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-04 13:59:09 +00:00
refactor: add nif to navigation
This commit is contained in:
committed by
Carlos Valente
parent
ab847a324b
commit
dd4a165b08
@@ -21,3 +21,11 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
@mixin rotate-fourty-five {
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
.fourtyfive {
|
||||
@include rotate-fourty-five;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user