diff --git a/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/intro.component.html b/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/intro.component.html
index a347014d..bf350c3a 100644
--- a/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/intro.component.html
+++ b/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/intro.component.html
@@ -1,26 +1,28 @@
-
-
chat
+
+
+
+
![](assets/images/logo/bg_logo_w120.png)
+
+
+
+ {{ getTitle() }}
+
+
+
+ Select a contact to start a chat!
+
-
-
- {{ getTitle() }}
-
-
-
- Select a contact to start a chat!
-
diff --git a/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/intro.component.scss b/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/intro.component.scss
index a26022db..47a233fd 100644
--- a/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/intro.component.scss
+++ b/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/intro.component.scss
@@ -3,21 +3,29 @@
height: 100%;
flex: 1;
- .big-circle {
- border-radius: 50%;
- width: 240px;
- height: 240px;
- line-height: 240px;
- text-align: center;
- border: 1px solid;
- }
+ .empty-logo {
+ flex-flow: column;
+ transform: translateY(-100px);
+ .big-circle {
+ border-radius: 50%;
+ width: 200px;
+ height: 200px;
+ display: flex;
+ justify-content: center;
+ justify-items: center;
+ }
- .app-title {
- font-weight: 600;
- font-size: 32px;
- }
+ .app-title {
+ margin-top: 1.4em;
+ font-weight: 600;
+ font-size: 2.6em;
+ }
- .secondary-text {
- font-size: 16px;
+ .secondary-text {
+ margin-top: 1.4em;
+ font-size: 1.2em;
+ font-weight: 500;
+ color: #666666;
+ }
}
}
diff --git a/projects/ucap-webmessenger-app/src/assets/images/logo/bg_logo_w120.png b/projects/ucap-webmessenger-app/src/assets/images/logo/bg_logo_w120.png
new file mode 100644
index 00000000..449a2f61
Binary files /dev/null and b/projects/ucap-webmessenger-app/src/assets/images/logo/bg_logo_w120.png differ
diff --git a/projects/ucap-webmessenger-ui-chat/src/lib/components/search.component.scss b/projects/ucap-webmessenger-ui-chat/src/lib/components/search.component.scss
index 4c1c7444..5f919cf8 100644
--- a/projects/ucap-webmessenger-ui-chat/src/lib/components/search.component.scss
+++ b/projects/ucap-webmessenger-ui-chat/src/lib/components/search.component.scss
@@ -85,7 +85,6 @@
flex: 0 0 0%;
height: 40px;
margin-top: 10px;
- //border: 1px solid #ffffff;
border-radius: 50px;
.mat-stroked-button {
border: none;
@@ -131,7 +130,7 @@
}
.stroke-bar {
- width: 1px;
+ width: 2px;
height: 20px;
background-color: rgba(255, 255, 255, 0.3);
margin: 0 10px;