mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-06 01:07:13 +00:00
* no message * change local api path * generic entry list item + rename files and vars * entry detailed generic * fix api file * clean warnings * switch * empty lines * fix scroll to end feature Co-authored-by: Roee Gadot <roee.gadot@up9.com>
23 lines
369 B
Sass
23 lines
369 B
Sass
@import 'src/variables.module'
|
|
|
|
.base
|
|
border-radius: 4px
|
|
width: 42px
|
|
height: 22px
|
|
font-size: 13px
|
|
display: inline-block
|
|
text-align: center
|
|
line-height: 22px
|
|
font-weight: 600
|
|
|
|
.neutral
|
|
background: gray
|
|
color: black
|
|
|
|
.success
|
|
background: $success-color
|
|
color: white
|
|
|
|
.failure
|
|
background: $failure-color
|
|
color: white |