mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-08-07 17:48:27 +00:00
[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:
committed by
Denys Vuika
parent
f5d9c86c04
commit
a7abe9c422
@@ -2,7 +2,7 @@
|
||||
width: 1em;
|
||||
|
||||
.mat-icon {
|
||||
font-size: 110%;
|
||||
font-size: 100%;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user