acklen-keystone
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
30 lines (25 loc) • 560 B
text/less
/* * * * * * * * * * * * * * * * * * * * *
ANT TABLE
* * * * * * * * * * * * * * * * * * * * */
.isoLayoutContentWrapper {
.isoLayoutContent {
width: 100%;
padding: 35px;
background-color: #ffffff;
border: 1px solid @isoColor--Border;
.ant-tabs-content {
margin-top: 40px;
}
.ant-tabs-nav {
> div {
color: @isoColor--LightBlue;
&.ant-tabs-ink-bar {
background-color: @primary-color;
}
&.ant-tabs-tab-active {
color: @primary-color;
}
}
}
}
}