17 lines
254 B
SCSS
17 lines
254 B
SCSS
![]() |
.charts-box {
|
||
|
width: 100%;
|
||
|
height: 300px;
|
||
|
padding: 0 15px;
|
||
|
box-sizing: border-box;
|
||
|
.chartTypeSelector {
|
||
|
display: flex;
|
||
|
justify-content: flex-end;
|
||
|
align-items: center;
|
||
|
column-gap: 18px;
|
||
|
.typeIcon {
|
||
|
width: 16px;
|
||
|
height: 14px;
|
||
|
}
|
||
|
}
|
||
|
}
|