.vertuTab { font-size: 12px; color:purple; width: 36px; height: 35px; background-color: #eee; .tab { width: auto; justify-content: space-between; align-items: center; flex-direction: column; } .actived { background-color: yellow; font-size: 12px; } }