update header and location link colours (#91)

This commit is contained in:
Denys Vuika
2017-11-27 11:15:23 +00:00
committed by Cilibiu Bogdan
parent a1897ba757
commit 5fd2482488
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
&.adf-toolbar { &.adf-toolbar {
.mat-toolbar { .mat-toolbar {
background-color: #00bcd4; background-color: #2196F3;
font-family: inherit; font-family: inherit;
min-height: $app-menu-height; min-height: $app-menu-height;
height: $app-menu-height; height: $app-menu-height;

View File

@@ -1,4 +1,4 @@
@import '../_variables.scss'; @import '../variables';
adf-document-list { adf-document-list {
display: flex; display: flex;
@@ -97,7 +97,7 @@ adf-document-list {
.adf-location-cell { .adf-location-cell {
a { a {
text-decoration: none; text-decoration: none;
color: $alfresco-primary-text-color; color: #2196F3;
&:hover { &:hover {
color: $alfresco-app-color--default; color: $alfresco-app-color--default;