.bottom-navigation { display: flex; justify-content: space-between; padding: 10px; background-color: #f5f5f5; position: fixed; bottom: 0px; left:0px; width: 90%; .tab-button { button { display: flex; flex-direction: column; align-items: center; justify-content: center; color: #888; svg { width: 2em;height: 2em; // width: 24px; // height: 24px; margin-bottom: 5px; } img { width: 24px; height: 24px; margin-bottom: 5px; } span { font-size: 12px; } } .active { color: #000; font-weight: bold; } } }