.homebrew nav{ .homebrewLogo{ .animate(color); font-family : CodeBold; font-size : 12px; color : white; div{ margin-top : 2px; margin-bottom : -2px; } &:hover{ color : @blue; } } .editTitle.navItem{ padding : 2px 12px; input{ margin : 0; padding : 2px; width : 250px; background-color : #444; font-family : 'Open Sans', sans-serif; font-size : 12px; font-weight : 800; color : white; text-align : center; border : 1px solid @blue; outline : none; } .charCount{ display : inline-block; vertical-align : bottom; margin-left : 8px; text-align : right; color : #666; &.max{ color : @red; } } } .brewTitle.navItem{ font-size : 12px; font-weight : 800; color : white; text-align : center; text-transform: initial; } .patreon.navItem{ i{ .animate(color); &:hover{ color : @red; } } } }