@ -1729,4 +1729,12 @@ Floated Menu / Item
width: @largeWidth;
}
/* Huge */
.ui.huge.menu {
font-size: @huge;
.ui.huge.vertical.menu {
width: @hugeWidth;
.loadUIOverrides();
@ -104,12 +104,6 @@
@inputOffset: 0em;
@inputVerticalPadding: 0.5em;
@smallInputOffset: 0em;
@smallInputVerticalPadding: 0.4em;
@largeInputOffset: -0.125em;
@largeInputVerticalPadding: 0.6em;
/* Image */
@imageMargin: -0.5em -0.2em;
@imageWidth: 2.5em;
@ -415,4 +409,5 @@
/* Sizes */
@smallWidth: 13rem;
@mediumWidth: 15rem;
@largeWidth: 18rem;
@hugeWidth: 20rem;