mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-02 11:41:04 +05:30
Зафиксирована шапка (на тот случай, если она решит поскролиться)
This commit is contained in:
parent
dbbaa49b04
commit
e01259d517
@ -1,6 +1,8 @@
|
|||||||
@import '~components/ui/colors.scss';
|
@import '~components/ui/colors.scss';
|
||||||
@import '~components/ui/fonts.scss';
|
@import '~components/ui/fonts.scss';
|
||||||
|
|
||||||
|
$userBarHeight: 50px;
|
||||||
|
|
||||||
.root {
|
.root {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
@ -11,8 +13,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
position: relative;
|
position: fixed;
|
||||||
height: 50px;
|
top: 0;
|
||||||
|
z-index: 100;
|
||||||
|
height: $userBarHeight;
|
||||||
|
width: 100%;
|
||||||
background: $green;
|
background: $green;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -38,8 +43,7 @@
|
|||||||
// place for header
|
// place for header
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding-top: 50px;
|
padding-top: $userBarHeight;
|
||||||
margin-top: -50px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.userbar {
|
.userbar {
|
||||||
|
Loading…
Reference in New Issue
Block a user