fix(ui) - ui review fixes
This commit is contained in:
parent
970e230dbc
commit
18c1d9e132
1 changed files with 2 additions and 0 deletions
|
|
@ -25,9 +25,11 @@ $height: 50px;
|
|||
color: $gray-darkest;
|
||||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
transition: all .2s ease-in-out;
|
||||
&:hover, &.active {
|
||||
color: $teal;
|
||||
border-bottom: 2px solid $teal;
|
||||
transition: all .2s ease-in-out;
|
||||
}
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue