@import './colors'; .icons-disable { opacity: 0.3; cursor: auto; } .nav-footer { background-color: #fff; position: fixed; left: 0; bottom: 0; width: 100%; .footer-item { display: flex; justify-content: space-evenly; padding: 0 5px; align-items: center; margin-bottom: 5px; } } .nav-footer-item{ margin-right: 1.5rem; } .active{ border-radius: 20%; width: 65px; background-color: #009aa873; } .icon{ width: 65px; }