42 lines
1.0 KiB
SCSS
42 lines
1.0 KiB
SCSS
|
|
.cn-chart-header-button{
|
||
|
|
display: flex;
|
||
|
|
.cn-chart-header-button-all{
|
||
|
|
border: 1px solid #0091FF;
|
||
|
|
color: #0091FF;
|
||
|
|
background-color: #FFFFFF;
|
||
|
|
}
|
||
|
|
.cn-chart-header-button-critical{
|
||
|
|
border: 1px solid #0091FF;
|
||
|
|
color: #0091FF;
|
||
|
|
background-color: #FFFFFF;
|
||
|
|
|
||
|
|
}
|
||
|
|
.cn-chart-header-button-high{
|
||
|
|
border: 1px solid #0091FF;
|
||
|
|
background-color: #FFFFFF;
|
||
|
|
color: #0091FF;
|
||
|
|
}
|
||
|
|
.cn-chart-header-button-low{
|
||
|
|
border: 1px solid #0091FF;
|
||
|
|
background-color: #FFFFFF;
|
||
|
|
color: #0091FF;
|
||
|
|
}
|
||
|
|
.cn-chart-header-button-info{
|
||
|
|
border: 1px solid #0091FF;
|
||
|
|
background-color: #FFFFFF;
|
||
|
|
color: #0091FF;
|
||
|
|
}
|
||
|
|
.cn-chart-header-button-medium{
|
||
|
|
border: 1px solid #0091FF;
|
||
|
|
background-color: #FFFFFF;
|
||
|
|
color: #0091FF;
|
||
|
|
}
|
||
|
|
.el-button--default{
|
||
|
|
height: 24px;
|
||
|
|
border-radius: 2px 0 0 2px;
|
||
|
|
min-height:24px;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
}
|