mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-06-06 16:33:27 +00:00
* initial commit * removing files * after pr * move StatusBar to common * last changes from dev * update common-ui * webSocket was added to TrafficViewerApi * useWS * actionButtons added to TrafficV * comment clean * api clean up * api clean up * statusbar position changed * Checkbox changed * AnalyzeButton exported to common * CustomModal added from Ent * oas modal exported to common * removed redundant * oasmodal usage * es6 function * api changed * removed react-scripts Co-authored-by: Leon <>
31 lines
455 B
Sass
31 lines
455 B
Sass
@import "../../variables.module"
|
|
|
|
.legend-scale ul
|
|
margin-top: -29px
|
|
margin-left: -27px
|
|
padding: 0
|
|
float: left
|
|
list-style: none
|
|
|
|
li
|
|
display: block
|
|
float: left
|
|
width: 50px
|
|
margin-bottom: 6px
|
|
text-align: center
|
|
font-size: 80%
|
|
list-style: none
|
|
|
|
ul.legend-labels li span
|
|
display: block
|
|
float: left
|
|
height: 15px
|
|
width: 50px
|
|
|
|
.legend-source
|
|
font-size: 70%
|
|
color: #999
|
|
clear: both
|
|
|
|
a
|
|
color: #777 |