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 {
|
&.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;
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user