@import './colors'; .nav-btn{ text-align: center; .btn-font{ outline: none; border-radius: 5px; margin: 5px; border: $green solid 1.5px; color: $green; background-color: white; width: 2.8rem; font-size: 10px; } .btn-font:hover{ border: $green solid 1.5px; color: white; background-color: $green; } }