diff --git a/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.html b/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.html index fa61ee6a..64c53e4c 100644 --- a/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.html +++ b/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.html @@ -321,18 +321,23 @@ - - - - + +
+
+
100%
+
- +
- - - - - - - + +
+
+
+
+
+
\ No newline at end of file diff --git a/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.scss b/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.scss index fe7be3a1..b7ad41a2 100644 --- a/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.scss +++ b/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.scss @@ -85,6 +85,7 @@ background-position: 50% 50%; text-indent: -1000000px; justify-content: center; + color: #2d3a4a; &.dsp { text-indent: 0; } @@ -209,4 +210,46 @@ } } -@include weblink(#425888); +@include weblink(#2d3a4a); + +::ng-deep .myset { + .mat-menu-content { + .setting { + display: flex; + flex-flow: row; + align-items: center; + } + } +} + +::ng-deep .status-pc-set { + .mat-menu-content { + .setting { + display: flex; + flex-flow: row; + align-items: center; + button { + .presence { + margin-right: 10px; + cursor: pointer; + } + &:nth-child(2) { + margin-right: 20px; + margin-left: auto; + background-color: transparent; + background-repeat: no-repeat; + background-position: 50%; + border: none; + width: 24px; + height: 24px; + &.clock { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-clock'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E"); + } + &.edit { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-edit-2'%3E%3Cpath d='M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z'%3E%3C/path%3E%3C/svg%3E"); + } + } + } + } + } +}