ttk-app-core
Version:
@ttk/recat enterprise develop framework
23 lines (22 loc) • 355 B
text/less
.button-boxs {
padding-top: 55px;
width: 100%;
text-align: center;
p {
font-weight: bold;
color: @heading-color;
span {
color: @primary-color;
margin: 5px;
}
}
.ant-btn-round {
width: 320px;
height: 40px;
}
.button-style {
background: @primary-color;
margin-bottom: 10px;
color: #fff;
}
}