-
-
diff --git a/src/app/_modules/pages/tree/pages-tree.component.scss b/src/app/_modules/pages/tree/pages-tree.component.scss
index 6b36c40..fe3e516 100644
--- a/src/app/_modules/pages/tree/pages-tree.component.scss
+++ b/src/app/_modules/pages/tree/pages-tree.component.scss
@@ -1,4 +1,26 @@
+
+.item.home .bar .mid .info .logo::before{
+ background-image: url('~src/assets/images/icons/home_page_24dp.svg');
+}
+
+.item:not(.home){
+ .bar{
+ padding-left: 50px;
+
+ }
+ .item .bar{
+ padding-left: 100px;
+ }
+ .item .item .bar{
+ padding-left: 150px;
+ }
+ }
+
+
+
.item {
+
+
.bar {
display: flex;
flex-direction: row;
@@ -49,6 +71,7 @@
width: 24px;
height: 24px;
}
+
img {
width: 100%;
height: 100%;
@@ -75,7 +98,7 @@
display: flex;
flex-direction: row;
align-items: center;
- flex-shrink: 0;
+ flex-shrink: 1;
button {
margin-left: 24px;
&.edit {
@@ -93,10 +116,13 @@
}
}
}
+ .right-home {
+ width: 144px;
+ }
}
.items {
display: none;
- padding-left: 50px;
+
}
&.active {
>.bar {
diff --git a/src/assets/images/icons/home_page_24dp.svg b/src/assets/images/icons/home_page_24dp.svg
new file mode 100644
index 0000000..cbf395b
--- /dev/null
+++ b/src/assets/images/icons/home_page_24dp.svg
@@ -0,0 +1,3 @@
+
diff --git a/src/environments/environment.ts b/src/environments/environment.ts
index 40e04c9..c8304c4 100644
--- a/src/environments/environment.ts
+++ b/src/environments/environment.ts
@@ -6,7 +6,7 @@ export const environment = {
production: false,
apiUrl: 'http://api.vniigazv2.lc',
clientId: 2,
- clientSecret: 'AbV5mDVEimNQb2dKJTx9PYALFCiiYOHTsbeMEtp2',
+ clientSecret: 'XVBDBzHcJu52dGI5qctg8l6aT7Q8Ms9PKiAUHOVp',
};
/*