acha-framework
Version:
is a modular framework on both client (angular.js) and server (node.js) side, it provides security, orm, ioc, obfuscation and ...
38 lines (35 loc) • 693 B
text/less
.af-component.af-tabs {
.tab-header{
background:#f5f6f7;
li{
display: block;
float: right;
a{
display: block;
border-left: 1px solid #e3e3e3;
text-decoration: none;
padding: 20px;
color: #333;
box-shadow: 0 2px 0 transparent inset;
i{
}
span{
}
}
&.active{
a{
color: #25C8C5;
background: #fff;
box-shadow: 0 2px 0 #25C8C5 inset, 0 2px 0 #fff;
}
}
}
}
.tab-content{
-webkit-box-shadow: 0 -1px 6px -2px #ccc;
box-shadow: 0 -1px 6px -2px #ccc;
border-top: 1px solid #e3e3e3;
.tab-pane{
}
}
}