some styles fixes

This commit is contained in:
Henry Jameson 2018-04-08 03:43:07 +03:00
parent cc02672e14
commit 59a05081c5
4 changed files with 14 additions and 13 deletions

View file

@ -95,7 +95,7 @@ input, textarea, .select {
color: var(--lightFg, $fallback--lightFg);
font-family: sans-serif;
font-size: 14px;
padding: 8px 7px 4px;
padding: 8px 7px;
box-sizing: border-box;
display: inline-block;
position: relative;
@ -183,8 +183,8 @@ i[class*=icon-] {
.item {
flex: 1;
line-height: 25px;
height: 25px;
line-height: 50px;
height: 50px;
overflow: hidden;
.nav-icon {