ttk-app-core
Version:
@ttk/recat enterprise develop framework
61 lines (60 loc) • 964 B
text/less
.home-card {
width: 49%;
margin-top: 10px;
background: white;
.home-card-title {
height: 30px;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 5px;
span {
color: @text-color;
margin-right: 10px;
}
.ant-select-selection {
border: none;
&:active {
-webkit-box-shadow: none;
box-shadow: none;
}
}
.ant-select-open {
border: none;
}
}
}
.ant-card-body {
padding: 14px ;
}
.chart-button {
border-radius: 0;
i {
color: @success-color;
}
&:hover,
&:focus {
border-color: @success-color;
}
}
.menu-button {
border-radius: 0;
&:hover,
&:focus {
border-color: @border-color-base;
color: @success-color;
}
}
.reload-button {
margin: 0 5px;
color: @primary-color;
}
.arrows-button {
i {
color: @warning-color;
}
&:hover,
&:focus {
border-color: @warning-color;
}
}