Update side nav width and font size

This commit is contained in:
Marliana Lara 2018-06-20 14:22:24 -04:00
parent 2824e750cb
commit 15c8f5709c
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@
color: @at-color-side-nav-content;
display: flex;
cursor: pointer;
font-size: 12px;
font-size: 13px;
i {
cursor: pointer;
color: @at-color-side-nav-item-icon;

View File

@ -301,7 +301,7 @@
@at-width-input-button-sm: 72px;
@at-width-input-button-md: 84px;
@at-width-collapsed-side-nav: 55px;
@at-width-expanded-side-nav: 180px;
@at-width-expanded-side-nav: 190px;
@at-width-list-row-item-label: 120px;
@at-width-list-row-action: 30px;
@at-width-side-nav-toggle-mobile: 50px;