20 lines
291 B
SCSS
20 lines
291 B
SCSS
.dns-event-chart {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid $--border-color;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
.dns-event-chart-pie {
|
|
width: 33%;
|
|
height: 100%;
|
|
}
|
|
|
|
.dns-event-chart-bar {
|
|
width: 67%;
|
|
height: 100%;
|
|
}
|
|
|
|
}
|