[ACA-919] style fixes for search and toolbar (#27)

* style fixes for search and toolbar

* inherited font family
This commit is contained in:
Denys Vuika
2017-11-02 16:51:22 +00:00
committed by GitHub
parent 8401f939cc
commit 96239694d7
2 changed files with 8 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
&.adf-toolbar {
.mat-toolbar {
background-color: #00bcd4;
font-family: 'Muli',"Roboto","Helvetica","Arial",sans-serif !important;
font-family: inherit;
min-height: $app-menu-height;
height: $app-menu-height;
@@ -18,8 +18,13 @@
}
}
.adf-toolbar-divider > div {
background-color: $alfresco-white !important;
.adf-toolbar-divider {
margin-left: 5px;
margin-right: 5px;
& > div {
background-color: $alfresco-white !important;
}
}
}

View File

@@ -3,7 +3,3 @@
adf-search-control {
color: $alfresco-white;
}
:host {
height: $app-menu-height;
}