diff --git a/.idea/ng-implementation.iml b/.idea/ng-implementation.iml index c956989..59d1756 100644 --- a/.idea/ng-implementation.iml +++ b/.idea/ng-implementation.iml @@ -1,7 +1,9 @@ - + + + diff --git a/sae-csc/src/app/shared/navigation/top-navigation/top-navigation.scss b/sae-csc/src/app/shared/navigation/top-navigation/top-navigation.scss index e69de29..4dacd69 100644 --- a/sae-csc/src/app/shared/navigation/top-navigation/top-navigation.scss +++ b/sae-csc/src/app/shared/navigation/top-navigation/top-navigation.scss @@ -0,0 +1,4 @@ +.top-navigation{ + background: #ccc; + color: white; +}