mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-919] style fixes for search and toolbar (#27)
* style fixes for search and toolbar * inherited font family
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -3,7 +3,3 @@
|
||||
adf-search-control {
|
||||
color: $alfresco-white;
|
||||
}
|
||||
|
||||
:host {
|
||||
height: $app-menu-height;
|
||||
}
|
||||
|
Reference in New Issue
Block a user