This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cyber-narrator-cn-ui/src/assets/css/components/views/charts2/linkTrafficLine.scss
2022-10-13 16:56:06 +08:00

41 lines
865 B
SCSS

.link-traffic-line {
height: 100%;
width: 100%;
display: flex;
border: 1px solid #E2E5EC;
.line.network.link-traffic {
border: none;
flex: 6.5;
.line-select-metric {
margin-right: 20px;
}
}
.link-traffic-list {
display: flex;
flex-direction: column;
flex: 1;
position: relative;
padding: 20px 20px 0 20px;
border-right: 1px solid #E2E5EC;
.link-traffic-list-center:nth-of-type(1) {
margin-top: 0;
}
.link-traffic-list-center {
display: flex;
flex-direction: column;
margin-top: 5px;
.link-traffic-list-center-label {
margin-bottom: 2px;
font-size: 12px;
color: #717171;
font-weight: 400;
}
.link-traffic-list-center-value {
font-size: 14px;
color: #046ECA;
font-weight: 600;
}
}
}
}