mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-31 17:22:45 +00:00
Fix missing depth styling
This commit is contained in:
@@ -35,11 +35,11 @@
|
|||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
}
|
}
|
||||||
|
|
||||||
@depths: 1,2,3,4,5,6,7;
|
@depths: 0,1,2,3,4,5,6,7;
|
||||||
|
|
||||||
each(@depths, {
|
each(@depths, {
|
||||||
&.depth-@{value} {
|
&.depth-@{value} {
|
||||||
padding-left: ((@value - 1) * 0.5em);
|
padding-left: ((@value) * 0.5em);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user