mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
User info center title (#2432)
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
alt="ecm-profile-image"
|
alt="ecm-profile-image"
|
||||||
(error)="onImageLoadingError($event)"
|
(error)="onImageLoadingError($event)"
|
||||||
[src]="getEcmUserAvatar()" />
|
[src]="getEcmUserAvatar()" />
|
||||||
<h2 class="adf-userinfo-title" id="ecm-username">{{ecmUser.fullNameDisplay}}</h2>
|
<div class="adf-userinfo-title" id="ecm-username">{{ecmUser.fullNameDisplay}}</div>
|
||||||
</md-card-header>
|
</md-card-header>
|
||||||
<md-card-content>
|
<md-card-content>
|
||||||
<div class="adf-userinfo-supporting-text">
|
<div class="adf-userinfo-supporting-text">
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
alt="bpm-profile-image"
|
alt="bpm-profile-image"
|
||||||
(error)="onImageLoadingError($event)"
|
(error)="onImageLoadingError($event)"
|
||||||
[src]="getBpmUserAvatar()"/>
|
[src]="getBpmUserAvatar()"/>
|
||||||
<h2 class="adf-userinfo-title" id="bpm-username">{{bpmUser.fullNameDisplay}}</h2>
|
<div class="adf-userinfo-title" id="bpm-username">{{bpmUser.fullNameDisplay}}</div>
|
||||||
</md-card-header>
|
</md-card-header>
|
||||||
<md-card-content>
|
<md-card-content>
|
||||||
<div class="adf-userinfo-supporting-text">
|
<div class="adf-userinfo-supporting-text">
|
||||||
|
@@ -65,18 +65,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-userinfo-title {
|
&-userinfo-title {
|
||||||
font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
|
font-size: 21px;
|
||||||
margin: 0;
|
|
||||||
align-self: flex-end;
|
|
||||||
display: flex;
|
|
||||||
-webkit-align-self: flex-end;
|
|
||||||
overflow: hidden;
|
|
||||||
transform-origin: 149px 48px;
|
|
||||||
padding: 0;
|
|
||||||
-webkit-margin-before: 0.83em;
|
|
||||||
-webkit-margin-after: 0.83em;
|
|
||||||
-webkit-margin-start: 0;
|
|
||||||
-webkit-margin-end: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-userinfo__detail-profile {
|
&-userinfo__detail-profile {
|
||||||
|
Reference in New Issue
Block a user