mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1691] font fix (#572)
This commit is contained in:
committed by
Denys Vuika
parent
e97c8b703c
commit
4fb1e6fc33
@@ -3,13 +3,12 @@
|
||||
$am-avatar-size: 35px;
|
||||
|
||||
.aca-current-user {
|
||||
font-weight: lighter;
|
||||
position: relative;
|
||||
color: mat-color($background, card);
|
||||
line-height: 20px;
|
||||
|
||||
.am-avatar {
|
||||
margin-left: 5px;
|
||||
margin-left: 9px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
width: $am-avatar-size;
|
||||
@@ -33,6 +32,7 @@
|
||||
font-size: 14px;
|
||||
line-height: 1.43;
|
||||
letter-spacing: -0.3px;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
@media screen and ($mat-small) {
|
||||
|
@@ -12,6 +12,8 @@
|
||||
}
|
||||
.adf-app-title {
|
||||
letter-spacing: -0.3px;
|
||||
font-weight: 100;
|
||||
cursor: pointer;
|
||||
}
|
||||
.mat-icon-button {
|
||||
margin-right: 0;
|
||||
|
Reference in New Issue
Block a user