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/detections/detections.scss

20 lines
342 B
SCSS
Raw Normal View History

2022-02-14 22:22:31 +08:00
.detection__event-severity-bar {
flex: 0 0 175px;
background-color: white;
width: 100%;
margin-bottom: 10px;
}
.detection__list {
display: flex;
flex-direction: column;
flex: 1;
.detection__list-statistics {
display: flex;
flex: 0 0 192px;
margin-bottom: 10px;
width: 100%;
background-color: white;
}
}