w-ui
Version:
A Vue.js 2.0 UI Toolkit for mobile
27 lines (24 loc) • 398 B
text/less
.wui-title-bar{
width: 100%;
height: 40px;
background: #444;
display: flex;
align-items: center;
&-back{
flex: 0 0 30px;
text-align: center;
}
&-title{
flex: 1 1 100%;
text-align: center;
color: #fff;
font-size: 16px;
}
&-icons{
flex: 0 0 60px;
text-align: right;
padding: 0 5px;
display: flex;
justify-content: space-around;
}
}