diff --git a/src/app/_modules/layout/footer/footer.component.scss b/src/app/_modules/layout/footer/footer.component.scss
index c3ea9fe..5fb334c 100644
--- a/src/app/_modules/layout/footer/footer.component.scss
+++ b/src/app/_modules/layout/footer/footer.component.scss
@@ -6,6 +6,7 @@
display: flex;
flex-direction: column;
.block{
+ a {cursor: pointer;}
display: flex;
div{
display: block;
diff --git a/src/app/_modules/layout/header/header.component.html b/src/app/_modules/layout/header/header.component.html
index 4bd7a3c..6a00330 100644
--- a/src/app/_modules/layout/header/header.component.html
+++ b/src/app/_modules/layout/header/header.component.html
@@ -24,10 +24,11 @@
-
-
-
-
+
+
+
+
+
+
-
+
diff --git a/src/app/_modules/layout/header/header.component.scss b/src/app/_modules/layout/header/header.component.scss
index d56a20a..5b8c8d2 100644
--- a/src/app/_modules/layout/header/header.component.scss
+++ b/src/app/_modules/layout/header/header.component.scss
@@ -58,7 +58,7 @@
@media screen and (min-width: 961px){
- .header {
+ .header{
.top{
.limiter{
.main-menu-btn{
@@ -71,7 +71,8 @@
}
}
}
- .bottom { display: flex;
+ .bottom {
+ display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: normal;
@@ -87,8 +88,6 @@
background-size: contain;
;
}
-
-
.grid-menu{
display: flex;
.close{
@@ -121,6 +120,7 @@
header-user-bar{
position: absolute;
right: 0;
+ bottom: -96px;
}
}
@@ -242,5 +242,4 @@
}
}
}
-}
-
+}
\ No newline at end of file
diff --git a/src/app/_modules/layout/header/user-bar/header-user-bar.component.html b/src/app/_modules/layout/header/user-bar/header-user-bar.component.html
index 412a4de..a8d7785 100644
--- a/src/app/_modules/layout/header/user-bar/header-user-bar.component.html
+++ b/src/app/_modules/layout/header/user-bar/header-user-bar.component.html
@@ -11,6 +11,13 @@
Выход из системы
+
+ {{user.name}}
+
+
+
+
+