35 lines
518 B
SCSS
35 lines
518 B
SCSS
.dns-event {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
|
|
.dns-event-pie {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
border: none;
|
|
|
|
.dns-event-pies {
|
|
height: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.chart-drawing {
|
|
height: 100%;
|
|
width: 50%;
|
|
}
|
|
|
|
.color-block {
|
|
width: 8px;
|
|
height: 8px;
|
|
margin-right: 8px;
|
|
margin-top: 3px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|