mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
update header and location link colours (#91)
This commit is contained in:
committed by
Cilibiu Bogdan
parent
a1897ba757
commit
5fd2482488
@@ -4,7 +4,7 @@
|
||||
|
||||
&.adf-toolbar {
|
||||
.mat-toolbar {
|
||||
background-color: #00bcd4;
|
||||
background-color: #2196F3;
|
||||
font-family: inherit;
|
||||
min-height: $app-menu-height;
|
||||
height: $app-menu-height;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import '../_variables.scss';
|
||||
@import '../variables';
|
||||
|
||||
adf-document-list {
|
||||
display: flex;
|
||||
@@ -97,7 +97,7 @@ adf-document-list {
|
||||
.adf-location-cell {
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: $alfresco-primary-text-color;
|
||||
color: #2196F3;
|
||||
|
||||
&:hover {
|
||||
color: $alfresco-app-color--default;
|
||||
|
Reference in New Issue
Block a user