mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-29 06:17:40 +00:00
* fixed toast fixed filter refresh on reload * revarted * sticky selectlist header * apply check to filtered items * grpc filter Bug * should almost fix filtering * working without disabled * handle disabled items * small refactor * servicesFilterList height * after PR notes * remove redunded var * pr review Co-authored-by: Leon <>
61 lines
969 B
Sass
61 lines
969 B
Sass
@import "../../variables.module"
|
|
|
|
.modalContainer
|
|
display: flex
|
|
flex-wrap: nowrap
|
|
width: 100%
|
|
height: 100%
|
|
|
|
.graphSection
|
|
flex: 85%
|
|
|
|
.filterSection
|
|
flex: 15%
|
|
border-right: 1px solid $blue-color
|
|
margin-right: 2%
|
|
height: 100%
|
|
|
|
.filters table
|
|
margin-top: 0px
|
|
|
|
tr
|
|
border-style: none
|
|
|
|
td
|
|
color: #8f9bb2
|
|
font-size: 11px
|
|
font-weight: 600
|
|
padding-top: 2px
|
|
padding-bottom: 2px
|
|
|
|
.colorBlock
|
|
display: inline-block
|
|
height: 15px
|
|
width: 50px
|
|
|
|
.filterWrapper
|
|
height: 100%
|
|
display: flex
|
|
flex-direction: column
|
|
margin-right: 10px
|
|
|
|
.servicesFilterSearch
|
|
width: calc(100% - 10px)
|
|
max-width: 300px
|
|
box-shadow: 0px 1px 5px #979797
|
|
margin-left: 10px
|
|
margin-bottom: 5px
|
|
|
|
.servicesFilter
|
|
margin-top: clamp(25px,15%,35px)
|
|
height: 100%
|
|
overflow: hidden
|
|
|
|
& .servicesFilterList
|
|
overflow-y: auto
|
|
height: calc(100% - 30px - 5px)
|
|
|
|
.separtorLine
|
|
margin-top: 10px
|
|
border: 1px solid #E9EBF8
|