mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-04-09 12:17:39 +00:00
28 lines
518 B
Sass
28 lines
518 B
Sass
@import 'components/style/variables.module'
|
|
|
|
.mizuApp
|
|
background-color: $main-background-color
|
|
color: $font-color
|
|
width: 100%
|
|
|
|
.header
|
|
height: 80px
|
|
display: flex
|
|
align-items: center
|
|
padding-left: 24px
|
|
padding-right: 24px
|
|
justify-content: space-between
|
|
|
|
.title
|
|
font-size: 45px
|
|
letter-spacing: 2px
|
|
|
|
img
|
|
height: 40px
|
|
|
|
.description
|
|
margin-left: 10px
|
|
padding-top: 10px
|
|
font-size: 14px
|
|
font-weight: bold
|
|
color: $light-blue-color |