Merge pull request #3805 from Icinga/bugfix/fix-navigation-level-2-indent

Fix the indentation of level-2 nav-items
This commit is contained in:
Johannes Meyer 2019-05-29 10:35:47 +02:00 committed by GitHub
commit d560ab011c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@
// Font sizes
@font-size: 0.750em; // 12px
@font-size-small: 0.917em; // 11px
@font-size-small: 11/12em; // 11px
@font-size-dashboard: 3.5em; // 56px
@font-size-dashboard-small: 1.1em; // 17px
@font-weight-bold: 600;

View File

@ -137,7 +137,7 @@ ul:not(.nav-level-2) > .selected > a {
> a {
color: @menu-2ndlvl-color;
font-size: @font-size-small;
padding: 0.364em 0.545em 0.364em (@icon-width + .75em);
padding: 0.364em 0.545em 0.364em (@icon-width + .75em)/@font-size-small;
}
&:not(.selected):not(.active) > a:hover,