[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 { &.adf-toolbar {
.mat-toolbar { .mat-toolbar {
background-color: #00bcd4; background-color: #00bcd4;
font-family: 'Muli',"Roboto","Helvetica","Arial",sans-serif !important; font-family: inherit;
min-height: $app-menu-height; min-height: $app-menu-height;
height: $app-menu-height; height: $app-menu-height;
@@ -18,10 +18,15 @@
} }
} }
.adf-toolbar-divider > div { .adf-toolbar-divider {
margin-left: 5px;
margin-right: 5px;
& > div {
background-color: $alfresco-white !important; background-color: $alfresco-white !important;
} }
} }
}
.app-menu__title { .app-menu__title {
width: 100px; width: 100px;

View File

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