mirror of
https://github.com/Damillora/Shian.git
synced 2024-11-25 02:37:32 +00:00
fix(shian): Fix header component height
This commit is contained in:
parent
c556c3667d
commit
eef1519f53
@ -50,6 +50,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@include transition;
|
||||
height: 100%;
|
||||
&__top {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@ -105,7 +106,6 @@
|
||||
}
|
||||
&__icon {
|
||||
width: 3rem;
|
||||
height: 100%;
|
||||
color: $white;
|
||||
display: inline-block;
|
||||
@include px(0.50rem);
|
||||
@ -115,4 +115,4 @@
|
||||
// @include py(0.75rem);
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user