diff --git a/projects/ucap-webmessenger-app/src/assets/scss/global/_default.scss b/projects/ucap-webmessenger-app/src/assets/scss/global/_default.scss
index 9005f3f6..032bdbbf 100644
--- a/projects/ucap-webmessenger-app/src/assets/scss/global/_default.scss
+++ b/projects/ucap-webmessenger-app/src/assets/scss/global/_default.scss
@@ -224,6 +224,9 @@ $daesang-grey: (
.bg-warn-darkest {
background-color: mat-color($warn, 600);
}
+ .text-primary-light {
+ color: mat-color($primary, 500);
+ }
.text-primary-color {
color: mat-color($primary);
}
diff --git a/projects/ucap-webmessenger-ui-chat/src/lib/components/messages.component.scss b/projects/ucap-webmessenger-ui-chat/src/lib/components/messages.component.scss
index 974bb623..684a8ad0 100644
--- a/projects/ucap-webmessenger-ui-chat/src/lib/components/messages.component.scss
+++ b/projects/ucap-webmessenger-ui-chat/src/lib/components/messages.component.scss
@@ -173,3 +173,6 @@ $tablet-l-width: 1024px;
.chat-messages-buffer {
}
}
+.translation-container {
+ font-size: 0.9em;
+}
diff --git a/projects/ucap-webmessenger-ui-room/src/lib/components/list-item.component.html b/projects/ucap-webmessenger-ui-room/src/lib/components/list-item.component.html
index 5831cab1..ae747046 100644
--- a/projects/ucap-webmessenger-ui-room/src/lib/components/list-item.component.html
+++ b/projects/ucap-webmessenger-ui-room/src/lib/components/list-item.component.html
@@ -62,8 +62,11 @@
>
{{ roomInfo.joinUserCount }}{{ 'common.units.persons' | translate }}
diff --git a/projects/ucap-webmessenger-ui-room/src/lib/components/list-item.component.scss b/projects/ucap-webmessenger-ui-room/src/lib/components/list-item.component.scss
index ea5431d0..dc1f5198 100644
--- a/projects/ucap-webmessenger-ui-room/src/lib/components/list-item.component.scss
+++ b/projects/ucap-webmessenger-ui-room/src/lib/components/list-item.component.scss
@@ -39,21 +39,21 @@ $thumbnail-msize: 40px;
}
}
- .profile-name {
+ &-name {
font-size: 16px;
@include ellipsis(1);
}
- .profile-last-message {
+ &-last-message {
line-height: normal;
margin-top: 0;
}
- .profile-last-message-time {
+ &-last-message-time {
font-size: 12px;
}
- .profile-mood {
+ &-mood {
line-height: normal;
margin: 0;
}
@@ -104,6 +104,12 @@ $thumbnail-msize: 40px;
margin-left: 4px;
line-height: unset;
}
+ .icon-img {
+ i {
+ font-size: 1.1em;
+ text-align: center;
+ }
+ }
.member {
flex: none;
margin-left: 6px;
diff --git a/projects/ucap-webmessenger-ui/src/assets/scss/partials/_forms.scss b/projects/ucap-webmessenger-ui/src/assets/scss/partials/_forms.scss
index 09a68eb9..6949d094 100644
--- a/projects/ucap-webmessenger-ui/src/assets/scss/partials/_forms.scss
+++ b/projects/ucap-webmessenger-ui/src/assets/scss/partials/_forms.scss
@@ -99,3 +99,20 @@ textarea {
}
}
}
+
+//label 선명도
+.mat-form-field {
+ &.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float
+ .mat-form-field-label,
+ .mat-form-field-appearance-legacy.mat-form-field-can-float
+ .mat-input-server:focus
+ + .mat-form-field-label-wrapper
+ .mat-form-field-label {
+ font-size: 0.7em;
+ transform: translateY(-1.28125em) scale(1);
+ }
+}
+
+.mat-error {
+ font-size: 0.8em;
+}
diff --git a/projects/ucap-webmessenger-ui/src/lib/components/integrated-search.component.html b/projects/ucap-webmessenger-ui/src/lib/components/integrated-search.component.html
index a569156a..7811c74a 100644
--- a/projects/ucap-webmessenger-ui/src/lib/components/integrated-search.component.html
+++ b/projects/ucap-webmessenger-ui/src/lib/components/integrated-search.component.html
@@ -18,49 +18,59 @@
-
+ |
{{ 'search.fieldProfile' | translate }}
|
-
-
-
-
-
-
- phone_android
-
-
-
-
- {{ getWorkstatusInfo(element, 'text') }}
-
-
- {{ element.name }}
-
+
+
+
+
+
+
+
+ phone_android
+
+
+
+
+ {{ getWorkstatusInfo(element, 'text') }}
+
+
+ {{ element.name }}
+
+
|
{{ 'search.fieldGrade' | translate }}
@@ -74,7 +84,8 @@
{{ 'search.fieldDeptartment' | translate }}
@@ -88,7 +99,8 @@
{{ 'search.fieldCompany' | translate }}
@@ -103,7 +115,8 @@
{{ 'search.fieldOfficePhoneNumber' | translate }}
@@ -117,7 +130,8 @@
{{ 'search.fieldHandphone' | translate }}
@@ -131,7 +145,8 @@
{{ 'search.fieldEmail' | translate }}
@@ -145,7 +160,8 @@
{{ 'search.fieldResponsibilities' | translate }}
@@ -159,7 +175,8 @@
{{ 'search.fieldWorkPlace' | translate }}
diff --git a/projects/ucap-webmessenger-ui/src/lib/components/integrated-search.component.scss b/projects/ucap-webmessenger-ui/src/lib/components/integrated-search.component.scss
index 78610703..6c2414f4 100644
--- a/projects/ucap-webmessenger-ui/src/lib/components/integrated-search.component.scss
+++ b/projects/ucap-webmessenger-ui/src/lib/components/integrated-search.component.scss
@@ -41,15 +41,6 @@
.mat-form-field-infix {
padding-left: 26px;
}
- &.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float
- .mat-form-field-label,
- .mat-form-field-appearance-legacy.mat-form-field-can-float
- .mat-input-server:focus
- + .mat-form-field-label-wrapper
- .mat-form-field-label {
- font-size: 0.7em;
- transform: translateY(-1.28125em) scale(1);
- }
}
}
}
@@ -65,6 +56,10 @@
th {
@include disable-selection;
text-align: center;
+ &.profile {
+ width: 200px;
+ min-width: 200px;
+ }
}
td.mat-cell {
padding: 6px;
@@ -72,56 +67,70 @@
width: 100px;
div {
@include ellipsis(1);
- .name {
- font-size: 1em;
- font-weight: 600;
- }
- .status {
- font-size: 0.84em;
- }
- &.profile {
- width: 60px;
- text-overflow: unset;
- .presence {
- transform: translateY(-30px);
- }
- .thumbnail {
- cursor: pointer;
- &-mask {
- display: inline-block;
- width: 40px;
- height: 40px;
- border-radius: 50%;
- overflow: hidden;
- margin-right: 0;
- position: relative;
- img {
- width: 40px;
- height: auto;
- background-color: #efefef;
- }
+ &.table-item {
+ display: flex;
+ width: 200px;
+ min-width: 200px;
+ font-size: 1em;
+ div {
+ display: inline-flex;
+ height: 100%;
+ align-self: center;
+ .name {
+ @include ellipsis(1);
+ font-size: 1em;
+ font-weight: 600;
}
- }
- .marker-mobile-state {
- position: absolute;
- background-color: #ffffff;
- width: 20px;
- height: 20px;
- border-radius: 50%;
- bottom: 6px;
- left: 50px;
- display: flex;
- align-items: center;
- align-content: center;
- justify-content: center;
- .mat-icon {
- font-size: 0.9em;
- width: 18px;
- height: 18px;
- line-height: 18px;
- min-width: 18px;
- min-height: 18px;
+ .status {
+ font-size: 0.84em;
+ }
+
+ &.profile {
+ width: 70px;
+ text-overflow: unset;
+ flex: 0 0 auto;
+ .presence {
+ transform: translateY(6px);
+ }
+ .thumbnail {
+ cursor: pointer;
+ &-mask {
+ display: inline-block;
+ width: 40px;
+ height: 40px;
+ border-radius: 50%;
+ overflow: hidden;
+ margin-right: 0;
+ position: relative;
+ img {
+ width: 40px;
+ height: auto;
+ background-color: #efefef;
+ }
+ }
+ }
+ .marker-mobile-state {
+ position: absolute;
+ background-color: #ffffff;
+ width: 20px;
+ height: 20px;
+ border-radius: 50%;
+ bottom: 4px;
+ left: 50px;
+ display: flex;
+ align-items: center;
+ align-content: center;
+ justify-content: center;
+ .mat-icon {
+ font-size: 0.9em;
+ width: 18px;
+ height: 18px;
+ line-height: 18px;
+ min-width: 18px;
+ min-height: 18px;
+ }
+ }
}
}
}
| | | | | | | |