[ACA-1691] font fix (#572)

This commit is contained in:
Suzana Dirla
2018-08-19 17:14:29 +03:00
committed by Denys Vuika
parent e97c8b703c
commit 4fb1e6fc33
3 changed files with 37 additions and 2 deletions

View File

@@ -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) {

View File

@@ -12,6 +12,8 @@
}
.adf-app-title {
letter-spacing: -0.3px;
font-weight: 100;
cursor: pointer;
}
.mat-icon-button {
margin-right: 0;