@import "variables"; nav, .menu { .item { > .text { position: relative; > .fa-pen { position: absolute; top: 0; right: 0; bottom: 0; width: 20px; display: flex; justify-content: center; align-items: center; &:hover { color: $color-secondary-b-2; background-color: $color-secondary-b-4; } } &.edit { font-weight: 700; color: $color-secondary-b-2; background-color: $color-secondary-b-3; } } &.hide { text-decoration: line-through; font-style: italic; } } }