Skip to content
Snippets Groups Projects
Commit eb15d4f3 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

Merge branch 'feature/headerRedirection' into 'dev'

feat(header) : add redirection to logo Header

See merge request web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client!21
parents ad7deb73 c01a30e8
No related branches found
No related tags found
2 merge requests!31Recette,!21feat(header) : add redirection to logo Header
<div fxLayout="row" fxLayout.lt-sm="column" class="header"> <div fxLayout="row" fxLayout.lt-sm="column" class="header">
<div class="logo clickable"> <div class="logo clickable" routerLink="/home">
<div fxLayout="row"> <div fxLayout="row">
<!-- <img class="logo-grand-lyon" src="/assets/logos/ram_logo.svg" alt /> --> <!-- <img class="logo-grand-lyon" src="/assets/logos/ram_logo.svg" alt /> -->
<div fxLayout="column" fxLayoutAlign="center"> <div fxLayout="column" fxLayoutAlign="center">
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
.logo { .logo {
@include cn-regular-14; @include cn-regular-14;
text-align: initial; text-align: initial;
outline: none;
p { p {
margin: 0; margin: 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment