.tabs { display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; overflow-x: auto; overflow-y: hidden; /*height: 48px;*/ background-color: #fff; margin: 0 auto; width: 100%; white-space: nowrap; } .tabs .tab { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; display: block; float: left; text-align: center; line-height: 48px; height: 48px; padding: 0; margin: 0; text-transform: uppercase; text-overflow: ellipsis; overflow: hidden; letter-spacing: .8px; width: 15%; min-width: 80px; } .tabs .tab a { color: #ee6e73; display: block; width: 100%; height: 100%; text-overflow: ellipsis; overflow: hidden; transition: color .28s ease; } .tabs .tab a:hover { color: #f9c9cb; } .tabs .tab.disabled a { color: #f9c9cb; cursor: default; } .tabs .indicator { position: absolute; bottom: 0; height: 2px; background-color: #f6b2b5; will-change: left, right; }