mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-04-07 03:07:25 +00:00
25 lines
447 B
Sass
25 lines
447 B
Sass
@import 'components/style/variables.module'
|
|
|
|
.mizuApp
|
|
background-color: $main-background-color
|
|
color: $font-color
|
|
width: 100%
|
|
|
|
.header
|
|
height: 60px
|
|
display: flex
|
|
align-items: center
|
|
padding: 5px 24px
|
|
justify-content: space-between
|
|
|
|
.title
|
|
letter-spacing: 2px
|
|
|
|
img
|
|
height: 45px
|
|
|
|
.description
|
|
margin-left: 10px
|
|
font-size: 11px
|
|
font-weight: bold
|
|
color: $light-blue-color |