mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-03-27 13:58:01 +00:00
* ent app * mizu ent frame * apis * design settings modal by Javier * fix warnings * fix warnings * text change * redirect after logout * cr fixes
24 lines
354 B
Sass
24 lines
354 B
Sass
@import '../../variables.module'
|
|
|
|
.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
|
|
|
|
.headerIcon
|
|
cursor: pointer
|