Browse Source

Adds huge menu

pull/2034/head
jlukic 9 years ago
parent
commit
b9d170fe50
2 changed files with 10 additions and 7 deletions
  1. 8
      src/definitions/collections/menu.less
  2. 9
      src/themes/default/collections/menu.variables

8
src/definitions/collections/menu.less

@ -1729,4 +1729,12 @@ Floated Menu / Item
width: @largeWidth;
}
/* Huge */
.ui.huge.menu {
font-size: @huge;
}
.ui.huge.vertical.menu {
width: @hugeWidth;
}
.loadUIOverrides();

9
src/themes/default/collections/menu.variables

@ -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;
@largeWidth: 18rem;
@hugeWidth: 20rem;
Loading…
Cancel
Save