fix(shian): Fix header component height

This commit is contained in:
Damillora 2021-04-16 20:25:27 +07:00
parent c556c3667d
commit eef1519f53

View File

@ -50,6 +50,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@include transition; @include transition;
height: 100%;
&__top { &__top {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@ -105,7 +106,6 @@
} }
&__icon { &__icon {
width: 3rem; width: 3rem;
height: 100%;
color: $white; color: $white;
display: inline-block; display: inline-block;
@include px(0.50rem); @include px(0.50rem);