mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed node pannel appearance
This commit is contained in:
parent
9022dc780a
commit
f4f808d7e5
1 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,6 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: stretch;
|
justify-content: stretch;
|
||||||
position: relative;
|
position: relative;
|
||||||
// height: 72px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -14,6 +13,7 @@
|
||||||
padding: 0 $gap;
|
padding: 0 $gap;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: 5;
|
||||||
|
|
||||||
@include tablet {
|
@include tablet {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -28,8 +28,9 @@
|
||||||
justify-content: stretch;
|
justify-content: stretch;
|
||||||
border-radius: $radius $radius 0 0;
|
border-radius: $radius $radius 0 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: $gap;
|
padding: 0 $gap;
|
||||||
background: $node_bg;
|
background: $node_bg;
|
||||||
|
height: 64px;
|
||||||
|
|
||||||
@include outer_shadow();
|
@include outer_shadow();
|
||||||
|
|
||||||
|
@ -49,7 +50,7 @@
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font: $font_24_semibold;
|
font: $font_24_semibold;
|
||||||
// height: 24px;
|
// height: 24px;
|
||||||
padding-bottom: 6px;
|
padding-bottom: 3px;
|
||||||
|
|
||||||
@include tablet {
|
@include tablet {
|
||||||
// font-size: 16px;
|
// font-size: 16px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue