/* Extending Bootstrap */ @import "colors"; /* navbar avatar image */ .navbar-nav .avatar { border-radius: 30px; height: 30px; margin-top: -14px; position: relative; width: 30px; top: 5px; } /* Active tab with error should retain error color if clicked on again */ .nav-tabs > li.active.has-error > a { color: $color-apple-blossom; }