[ACA-1572][ACA-1573] Header fixes (#559)

* [ACA-1572] header styling

* [ACA-1572] fix login logo

* [ACA-1572] header fixes
This commit is contained in:
Suzana Dirla
2018-08-10 16:29:33 +03:00
committed by Denys Vuika
parent f5d9c86c04
commit a7abe9c422
9 changed files with 365 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
width: 1em;
.mat-icon {
font-size: 110%;
font-size: 100%;
cursor: pointer;
}
}

View File

@@ -15,14 +15,22 @@
.mat-form-field-underline {
background-color: mat-color($background, card);
}
.adf-input-form-field-divider {
font-size: 14px;
}
}
.adf-search-button {
.adf-search-button.mat-icon-button {
left: -15px;
margin-left: 15px;
align-items: flex-start;
font: 400 11px system-ui;
color: mat-color($background, card);
.mat-icon {
font-size: 24px;
}
}
}
}