skyline/src/pages/network/containers/Topology/index.less
Jingwei.Zhang ce0042945f refactor: Update style
1. Support style check: stylelint
2. Add stylelint check in lint-staged husky
2. Update styles

Change-Id: Id793b0936e4c3ea27ddef0df794d5b711880599f
2022-03-02 11:04:01 +08:00

56 lines
669 B
Plaintext

.node-tooltips {
:global {
.ant-card-body {
padding: 15px;
}
}
position: absolute;
}
.image-icon {
width: 15px;
height: 15px;
margin-right: 2px;
}
.descriptions-item {
:global {
.ant-descriptions-item-label {
width: 80px;
}
.ant-descriptions-row > th,
.ant-descriptions-row > td {
padding-bottom: 8px;
}
}
}
.node-card-title {
font-size: 16px;
}
.card-button {
:global {
.ant-btn-primary {
margin-right: 6px;
}
}
}
.main {
height: 100%;
:global {
.ant-btn-primary {
margin-right: 16px;
}
}
}
.container {
height: calc(100vh - 170px);
overflow-y: auto;
}