aos-element
Version:
A Component Library for Vue.js.
1 lines • 1.05 kB
CSS
.aos-tabs,.aos-tabs__container{display:-webkit-box;display:-ms-flexbox}.aos-tabs{height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;background-color:#fff;border-bottom:1px solid #fff;margin:0 8px}.aos-tabs__container{display:flex;height:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.aos-tabs__item{height:100%;margin-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer;border-bottom:2px solid #fff;color:#999}.aos-tabs__item--active{color:#0092FF;border-bottom:2px solid #0092FF}.aos-tabs__item-icon{margin-right:8px}.aos-tabs__item:first-child{margin-left:0}.aos-tabs__item:last-child{margin-right:0}