Files
kubeshark/ui/src/components/UI/style/StatusCode.module.sass
lirazyehezkel f74a52d4dc UI Infra - Support multiple entry types + refactoring (#211)
* 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>
2021-08-15 12:09:56 +03:00

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