Files
kubeshark/ui/src/App.sass
lirazyehezkel 129acae58e Feature/UI/light theme (#44)
* light theme

* css polish

* unused code

* css

* text shadow

* footer style
2021-05-11 17:35:21 +03:00

26 lines
459 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
.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