vue-ant-patterns
Version:
vue-ant-patterns
44 lines (39 loc) • 709 B
text/less
@import '../../style/themes/index.less';
@import '../../style/mixins/flex.less';
@depot-prefix-cls: ~'@{depot-prefix}-title-bar';
.@{depot-prefix-cls} {
height: 40px;
margin-bottom: @padding-xs;
// &.depot-container-grow {
// flex: 0 0 40px;
// }
// &-main {
// .ant-btn {
// // margin-right: @padding-xs !important;
// }
// }
&-second {
.ant-btn {
// font-size: 12px !important; //右侧按钮文字14px
margin-right: 0;
}
}
& h2,
& h3,
& h4,
& h5 {
color: inherit;
margin: 0;
font-weight: normal;
}
&-bold {
& h2,
& h3,
& h4,
& h5 {
color: inherit;
margin: 0;
font-weight: bold;
}
}
}