Skip to content

Commit

Permalink
Adds huge menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Mar 18, 2015
1 parent 0f83f12 commit b9d170f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
8 changes: 8 additions & 0 deletions src/definitions/collections/menu.less
Expand Up @@ -1729,4 +1729,12 @@ Floated Menu / Item
width: @largeWidth;
}

/* Huge */
.ui.huge.menu {
font-size: @huge;
}
.ui.huge.vertical.menu {
width: @hugeWidth;
}

.loadUIOverrides();
9 changes: 2 additions & 7 deletions src/themes/default/collections/menu.variables
Expand Up @@ -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;
Expand Down Expand Up @@ -415,4 +409,5 @@
/* Sizes */
@smallWidth: 13rem;
@mediumWidth: 15rem;
@largeWidth: 18rem;
@largeWidth: 18rem;
@hugeWidth: 20rem;

0 comments on commit b9d170f

Please sign in to comment.