fix(ui) - ui review fixes

This commit is contained in:
Shekar Siri 2022-04-19 19:17:25 +02:00
parent 970e230dbc
commit 18c1d9e132

View file

@ -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;
}