summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/performance/performance.component.less
blob: 2b1949a573abe2af97625d4decd5289b80b81131 (plain)
1
2
3
4
5
6
7
8
9
10
11
.title {
    font: 700 18px/18px "思源黑体";
    color: #4c5e70;
    margin-bottom: 18px; 
}
hr {
    border: none;
    height: 2px;
    background-color: #dce1e7;
    margin-bottom: 20px;
}